| kino wrote: |
| g++ -pipe -fPIC -funsigned-char -O2 -Wall -W -DINTERNATIONAL
-DFTGL_STATIC_LIBRARY -DWITH_FREETYPE2 -Isource/blender/ftfont -I/home/kino/develop/lib/linux-glibc2.2.5-i386/ftgl/include -I/home/kino/develop/lib/linux-glibc2.2.5-i386/freetype/include -Isource/blender/ftfont -Isource/blender/ftfont/intern -Isource/blender/blenlib -Isource/blender/makesdna -c -o |
| kino wrote: |
|
gcc -o blender source/creator/buildinfo.o source/creator/creator.o -L/usr/lib -Llib -L/usr/lib/python2.2/config -L. -L/home/kino/develop/lib/linux-glibc2.2.5-i386/ftgl -L/home/kino/develop/lib/linux-glibc2.2.5-i386/freetype/lib -lSDL -lpthread -lblender_render -lblender_yafray -lblender_blendersrc -lblender_renderconverter -lblender_blenloader -lblender_writestreamglue -lblender_deflate -lblender_writeblenfile -lblender_readblenfile -lblender_readstreamglue -lblender_inflate -lblender_img -lblender_radiosity -lblender_blenkernel -lblender_blenpluginapi -lblender_imbuf -lblender_avi -lblender_blenlib -lblender_python -lblender_makesdna -lblender_kernel -lblender_BSP -lblender_LOD -lblender_GHOST -lblender_STR -lblender_guardedalloc -lblender_BMF -lblender_CTR -lblender_MEM -lblender_IK -lblender_MT -lsoundsystem -lblender_FTF -lpython2.2 -lm -lz -lGL -lGLU -lpng -ljpeg -lutil -lftgl -lfreetype |
| kino wrote: |
|
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text +0x3512): In function `posix_tmpnam':/home/kino/develop/Python/Python-2.2.2/Modules/posixmodu le.c:4505: the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+ 0x342d): In function `posix_tempnam':/home/kino/develop/Python/Python-2.2.2/Modules/posixmod ule.c:4455: the use of `tempnam' is dangerous, better use `mkstemp' |
| kino wrote: |
|
lib/libblender_FTF.a(FTF_TTFont.o)(.text+0x5b4): In function `FTF_TTFont::SetFont(char*, int)':: undefined reference to `FTGLPixmapFont::FTGLPixmapFont[in-charge](char const*)' <snip> |
| kino wrote: |
|
i have checkout the library with cvs -z3 up -d -P -d linux-glibc2.2.5-i386/ |
| kino wrote: |
|
if i change in SCronstruc file use_international = 'false' compilation go well |
| Michel wrote: | ||
Hrm, that's weird. I see you have -L. in your library path somewhere. This shouldn't be the case. Did you add it yourself? Or is there indeed a needed library located in the root of the source tree of blender on your system? |
| Quote: |
|
Nothing to worry about the above 2 warnings. This is because of Python. With Python 2.3, these are gone, but unfortunately some compiler warnings are introduced as well with Python 2.3. Nothing for you to worry about. |
| Quote: |
|
The command you've used to checkout the libraries looks to be correct as long as the results on your computer looks a bit like so: |
| Quote: |
|
Thanks for using and testing SCons and for reporting this vital information! With regards, Michel |