You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "michel_vaclav" started this thread

Posts: 1

Location: Bad Abbach Germany

  • Send private message

1

Tuesday, May 29th 2007, 7:32pm

Cannot compile kdegames-3.5.7

Hello together,
I compiled most of the last five KDE-versions successfully on my SUSE9.2 but this time I have troubles.

Problem: kdegames:
'configure' is doing well without any remarks or failures.
'make' stops compiling:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/bin/sh ../libtool --silent --tag=CXX --mode=link g++  -Wno-long-lon
g -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wcha
r-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissin
g-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-
new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o kmines -L/opt/kde-3.5.7/lib
 -L/usr/lib/qt3/lib -L/usr/X11R6/lib    -R /opt/kde-3.5.7/lib -R /op
t/kde-3.5.7/lib -R /usr/lib/qt3/lib -R /usr/X11R6/lib  kzoommainwind
ow.o defines.o highscores.o dialogs.o frame.o field.o status.o main.
o settings.o ./solver/libsolver.la ../libkdegames/libkdegames.la
`.L315' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l
ibs/libsolver.a(bfield.o)
`.L319' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l
ibs/libsolver.a(bfield.o)
`.L323' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l
ibs/libsolver.a(bfield.o)
`.L327' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l
ibs/libsolver.a(bfield.o)
`.L331' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l
ibs/libsolver.a(bfield.o)
`.L335' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l
ibs/libsolver.a(bfield.o)
`.L339' referenced in section `.rodata' of ./solver/.libs/libsolver.
a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid
2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l                                                                        ibs/libsolver.a(bfield.o)
`.L343' referenced in section `.rodata' of ./solver/.libs/libsolver.                                                                        a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid                                                                        2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l                                                                        ibs/libsolver.a(bfield.o)
`.L347' referenced in section `.rodata' of ./solver/.libs/libsolver.                                                                        a(bfield.o): defined in discarded section `.gnu.linkonce.t._ZN7KGrid                                                                        2D10SquareBase9neighbourERK5QPairIiiENS0_9NeighbourE' of ./solver/.l                                                                        ibs/libsolver.a(bfield.o)
collect2: ld returned 1 exit status
make[3]: *** [kmines] Fehler 1
make[3]: Leaving directory `/home/user/tmp/kdegames-3.5.7/kmines'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/user/tmp/kdegames-3.5.7/kmines'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/user/tmp/kdegames-3.5.7'
make: *** [all] Fehler 2
user@linux:~/tmp/kdegames-3.5.7>


Any idea how to solve this?

In principle I can live without kmines, but I dont know how to switch it of before compilation.

Thanks for any tips

michel_vaclav