[rock-devel] Does any1 know what these errors are ?
ERIC HEATON
eric.heaton2 at btopenworld.com
Wed Mar 17 11:09:01 CET 2004
Hi,
Is this another error ?
I am still getting the library ,' not found problem
looking further into .the .la files asc fails here
-I/usr/include/SDL -D_REENTRANT -I/usr/include/SDLmm
-Dkarteneditor -DNEWKEYB -I/usr/include/paragui
-I/usr/include/freetype2 -I/usr/include/SDL
-D_REENTRANT -g -O2 -Wno-sign-compare -funsigned-char
-D_UNIX_ -D_SDL_ -c -o containerbasetype.o `test -f
'../../containerbasetype.cpp' || echo
'./'`../../containerbasetype.cpp
/bin/sh ../../../libtool --mode=link g++-3
-I/usr/include/SDL -D_REENTRANT -I/usr/include/SDLmm
-Dkarteneditor -DNEWKEYB -I/usr/include/paragui
-I/usr/include/freetype2 -I/usr/include/SDL
-D_REENTRANT -g -O2 -Wno-sign-compare -funsigned-char
-D_UNIX_ -D_SDL_ -o asc_mapedit edevents.o edgen.o
edglobal.o edmain.o edselfnt.o edmisc.o weather.o
typen.o strtmesg.o stack.o spfst.o sgstream.o pd.o
palette.o newfont.o misc.o loadpcxc.o loaders.o
loadbi3.o dlg_box.o dialog.o basestrm.o basegfx.o
attack.o CLoadable.o Property.o PropertyGroup.o
gameoptions.o Named.o buildingtype.o vehicletype.o
containerbase.o mapalgorithms.o viewcalculation.o
gamemap.o password.o password_dialog.o research.o
mapdisplay.o ascstring.o graphicset.o vehicle.o
buildings.o networkdata.o resourcenet.o
textfileparser.o terraintype.o objecttype.o
textfiletags.o itemrepository.o stringtokenizer.o
music.o messages.o paradialog.o textfile_evaluation.o
containerbasetype.o ../../../source/sdl/libsdl.la
../../../source/libs/triangul/libtriangul.la
-L/usr/lib -Wl,-rpath,/usr/lib -lSDLmm -lbz2
-L/usr/lib -lparagui -L/usr/lib -Wl,-rpath,/usr/lib
-lSDL -lpthread -lSDL_image -lexpat -lfreetype -lz
-lstdc++
mkdir .libs
libtool: link: cannot find the library `'
make[4]: *** [asc_mapedit] Error 1
make[4]: Leaving directory
`/R.src/asc-1.13.7/source/unix/mapeditor'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/R.src/asc-1.13.7/source/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/R.src/asc-1.13.7/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/R.src/asc-1.13.7'
make: *** [all] Error 2
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
[32;1m-> [0m processing static lib corrections ...
looking into libSDL_mixer.la it show this entry
# Libraries that this one depends upon.
dependency_libs=' -lvorbisfile -lvorbis -logg
-L/usr/lib -lsmpeg -lSDL -lpthread -lSDL -lpthread'
again a duplicate -lSDL -lpthread
do these duplicate hurt ?
again I suspect this file libSDL_mm.la might be a
problem here is the entry for this
# Libraries that this one depends upon.
dependency_libs=' -L/usr/lib /usr/lib/libSDL.la
-pthread -pthread -pthread -pthread -pthread -pthread
-pthread -pthread -pthread -pthread -pthread -pthread
-pthread -pthread -pthread -pthread -pthread -pthread
-pthread -pthread -pthread -pthread -pthread -pthread
-pthread -pthread -pthread -pthread -lm -ldl -lasound
-L/usr/X11R6/lib -lX11 -lXext -lpthread'
It certainly likes it's pthreads :)
Now for a quick fix ( yes I know this is not the best
way ) could I just delete all the -pthread entries
from this file or is the number of -pthreads
significant in some way? I cant see how it is, I would
have thought I could replace all the -pthreads with
one -lpthread prior to -L/usr/X11R6/lib -lX11 -lXext
-lpthread'
Thanks for the help
Yeric
More information about the rock-devel
mailing list