building Crystal Space

Кирилл Прохоров <[email protected]> Fri, 25 Apr 2014 03:59:29 +0400
Newsgroups gmane.comp.graphics.crystalspace.devel
Message-ID <CAJ63fz1uCgOSMEg0tmOvFR9j6qDOcJtK9LkpTbCtwf3hciVYfg@mail.gmail.com>
--===============6771906070931842034==
Content-Type: multipart/alternative; boundary=047d7b417997c8160304f7d2a35b

--047d7b417997c8160304f7d2a35b
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

Hi I've compiled crystal space and got object files when i'm trying to
execute 'sudo g++ -o waterdemo.o waterdemo' i get errors,
question: how to link all this?

My system:
Ubuntu 14.04 (32)
ATI Mobility Radeon HD 4650/5165
driver=3Dradeon

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
kirill@kir
:~/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0(1)/out/linuxx86/optimize/a=
pps/demos/w
aterdemo$ sudo g++ -o waterdemo waterdemo.o
waterdemo.o: In function `scfInterfaceTraits<iEventNameRegistry>::GetID()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil=
/scf_interface.h:463:
undefined reference to `iSCF::SCF'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil=
/scf_interface.h:463:
undefined reference to `iSCF::SCF'
waterdemo.o: In function `csReporterHelper::ReportV(iObjectRegistry*, int,
char const*, char const*, char*)':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:356:
undefined reference to `csStrNCaseCmp(char const*, char const*, unsigned
int)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:357:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:366:
undefined reference to `csPrintfV(char const*, char*)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:367:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:360:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:363:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:349:
undefined reference to `csPrintf(char const*, ...)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:352:
undefined reference to `csStrNCaseCmp(char const*, char const*, unsigned
int)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:353:
undefined reference to `csPrintf(char const*, ...)'
waterdemo.o: In function `scfInterfaceTraits<iReporter>::GetID()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil=
/scf_interface.h:463:
undefined reference to `iSCF::SCF'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil=
/scf_interface.h:463:
undefined reference to `iSCF::SCF'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:122:
undefined reference to `csReversibleTransform::RotateThis(csVector3 const&,
float)'
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:123:
undefined reference to `csReversibleTransform::RotateOther(csVector3
const&, float)'
waterdemo.o: In function `operator*':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom=
/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:156:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom=
/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:151:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom=
/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:146:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom=
/vector3.h:167:
undefined reference to `csDVector3::csDVector3(csVector3 const&)'
waterdemo.o: In function `csWaterDemo::SetupFrame()':
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:141:
undefined reference to `csVector3::csVector3(csDVector3 const&)'
waterdemo.o: In function `operator*':

And so on
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D

After configure:

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D
kirill@kir:~/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0 (2)$ ./configure=
 --enable-debug
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable -mno-cygwin... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for C compiler version... 4.8
checking if gcc accepts -pipe... -pipe
checking if gcc accepts -ffunction-sections -fdata-sections...
-ffunction-sections -fdata-sections
checking how to treat C warnings as errors... -Werror
checking if -ffunction-sections -fdata-sections isn't annoying... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for C++ compiler version... 4.8
checking how to treat C++ warnings as errors... -Werror
checking how to enable C++ PIC generation... -fPIC
checking for ld... ld
checking if binutils version >=3D 2.17... yes (version 2.24)
checking if -shared is accepted... -shared -fPIC
checking if -soname is accepted... yes
checking if response files are accepted... yes
checking if --as-needed is supported... -Wl,--as-needed
checking if --no-as-needed is supported... -Wl,--no-as-needed
checking if --gc-sections is supported... -Wl,--gc-sections
checking if --large-address-aware is supported... no
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for dlltool... no
checking for dllwrap... no
checking for windres... no
checking for strings... strings
checking for objcopy... objcopy
checking whether objcopy supports --long-section-names... yes
checking for libtool... libtool
checking for libtool... /usr/bin/libtool
checking classification of /usr/bin/libtool... gnu
checking for libtool... /usr/bin/libtool
checking classification of /usr/bin/libtool... gnu
checking how to create a directory... mkdir
checking how to create a directory tree... mkdir -p
checking for install... install
checking whether ln -s works... yes
checking for texi2dvi... no
checking for texi2pdf... no
checking for dvips... no
checking for dvipdf... dvipdf
checking for makeinfo... no
checking for doxygen... doxygen
checking for dot... no
checking for flex... no
checking for bison... no
checking for hhc... no
checking for swig... swig
checking if swig version >=3D 1.3.22... yes (version 2.0.11)
checking for rsvg... no
checking for icotool... no
checking for convert... no
checking for pngcrush... no
checking for makeicns... no
checking for png2icns... no
checking for relaytool... ./bin/relaytool
checking for bash... /bin/bash
checking for svn... svn
checking whether . is an SVN checkout... no
checking for jam... /usr/bin/jam
checking if jam version >=3D 2.4... yes (version 2.5)
checking for gnumake... no
checking for gmake... no
checking for make... make
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for fopen in -lc... yes
checking for pow in -lm... yes
checking for cosf in -lm... yes
checking for cosf in -lmx... no
checking for dlopen in -ldl... yes
checking for gethostbyname in -lnsl... yes
checking for dladdr in -ldl... yes
checking for pthread... yes
checking for pthread recursive mutexes... PTHREAD_MUTEX_RECURSIVE
checking for pthread_atfork support... yes
checking for pthread_setname_np support... yes
checking whether to link base g++ libraries statically... no
checking for RTLD_NOW... yes
checking for perl5... no
checking for perl... perl
checking how to suppress C++ `long double' warnings... no
checking for python... python
checking Python version... 2.7
checking for python SDK... yes
checking if python SDK is usable... no
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking for ant... no
checking for STL... yes
checking how to enable C++ compilation warnings... -Wall
checking how to treat C++ warnings as errors... -Werror
checking how to suppress C++ unused variable warnings... -Wno-unused
checking how to suppress C++ uninitialized variable warnings...
-Wno-uninitialized
checking how to suppress C++ unknown #pragma warnings...
-Wno-unknown-pragmas
checking how to suppress C++ `long double' warnings... (cached) no
checking how to suppress C++ non-virtual destructor warnings...
-Wno-non-virtual-dtor
checking for flag to disable strict-aliasing... -fno-strict-aliasing
checking how to enable C++ exceptions... -fexceptions
-fno-omit-frame-pointer
checking how to disable C++ exceptions... -fno-exceptions
checking how to enforce C++ standards conformance... -ansi -pedantic
checking if -force_cpusubtype_ALL is needed... no
checking for flag to enable OpenMP... -fopenmp
checking how to treat linker warnings as errors... -Wl,--fatal-warnings
checking how to export all dynamic symbols... -Wl,-E
checking if --kill-at is accepted... no
checking if reporting missing symbols is supported... -Wl,-z,defs
checking if missing symbols can be reported as warnings...
-Wl,--warn-unresolved-symbols
checking how to disable function inlining... -fno-inline-functions
checking how to treat C warnings as errors... (cached) -Werror
checking how to treat C++ warnings as errors... (cached) -Werror
checking how to treat C++ warnings as errors... (cached) -Werror
checking how to enable C++ PIC generation... (cached) -fPIC
checking for inline visibility flag... -fvisibility-inlines-hidden
checking if configuration supports -fvisibility-inlines-hidden... yes
checking if -fvisibility-inlines-hidden is buggy... no
checking for hidden symbol visibility flag... -fvisibility=3Dhidden
checking for default symbol visibility flag... -fvisibility=3Ddefault
checking how to declare hidden visibility...
__attribute__((visibility("hidden")))
checking how to declare default visibility...
__attribute__((visibility("default")))
checking whether to use CPU-specific optimizations... minimum
checking for code generation flags... -march=3Di686 -mtune=3Dgeneric
checking for -mmmx flag... -mmmx
checking for -mfpmath=3Dsse flag... no
checking for mmintrin.h... yes
checking how to enable optimizations... -O3
checking if -fomit-frame-pointer is accepted... -fomit-frame-pointer
checking if -ffast-math is accepted... -ffast-math
checking build mode... debug
checking if binutils version >=3D 2.17... (cached) yes (version 2.24)
checking whether to split debug information... yes
checking how to enable debug mode debugging symbols... -g3
checking whether to enable debug information in optimize mode... yes
checking how to enable optimize mode debugging symbols... -g2
checking if -I/usr/local/include is usable... -I/usr/local/include
checking for va_copy... no
checking for __va_copy... yes
checking for pkg-config... pkg-config
checking if pkg-config recognizes x11... yes
checking for x11-config... no
checking for libx11... yes
checking if pkg-config recognizes xext... yes
checking for xext-config... no
checking for libxext... yes
checking if pkg-config recognizes xxf86vm... yes
checking for xxf86vm-config... no
checking if pkg-config recognizes Xxf86vm... no
checking for Xxf86vm-config... no
checking for libxxf86vm... yes
checking if pkg-config recognizes xaw7... no
checking for xaw7-config... no
checking if pkg-config recognizes Xaw... no
checking for Xaw-config... no
checking for libxaw7... no
checking if pkg-config recognizes xrender... yes
checking for xrender-config... no
checking if pkg-config recognizes Xrender... no
checking for Xrender-config... no
checking for libxrender... yes
checking if pkg-config recognizes xcursor... yes
checking for xcursor-config... no
checking if pkg-config recognizes Xcursor... no
checking for Xcursor-config... no
checking for libxcursor... yes
checking for int32... no
checking for windows.h... no
checking for OpenGL... yes
checking for GLhandleARB... yes
checking for GLcharARB... yes
checking for GLchar... yes
checking for GLintptr... yes
checking for GLsizeiptr... yes
checking for GLint64... yes
checking for GLuint64... yes
checking for GLU... yes
checking for GLX... yes
checking for GLX extensions... yes
checking for int32... (cached) no
checking for DirectX8... no
checking for waveout... no
checking if pkg-config recognizes z... no
checking for z-config... no
checking if pkg-config recognizes zlib... yes
checking for zlib-config... no
checking for libz... yes
checking if pkg-config recognizes png... no
checking for png-config... no
checking if pkg-config recognizes libpng... yes
checking for libpng-config... /usr/bin/libpng-config
checking for libpng... yes
checking if pkg-config recognizes jpeg... no
checking for jpeg-config... no
checking if pkg-config recognizes libjpeg... no
checking for libjpeg-config... no
checking for libjpeg... yes
checking if pkg-config recognizes lcms... yes
checking for lcms-config... no
checking for liblcms... yes
checking if pkg-config recognizes mng... no
checking for mng-config... no
checking if pkg-config recognizes libmng... yes
checking for libmng-config... no
checking for libmng... yes
checking if pkg-config recognizes cairo... yes
checking for cairo-config... no
checking for libcairo... yes
checking if pkg-config recognizes cairomm... no
checking for cairomm-config... no
checking if pkg-config recognizes cairomm-1... no
checking for cairomm-1-config... no
checking if pkg-config recognizes cairomm-1.0... yes
checking for cairomm-1.0-config... no
checking for libcairomm... yes
checking if pkg-config recognizes vgvm... no
checking for vgvm-config... no
checking for libvgvm... no
checking if pkg-config recognizes ogg... yes
checking for ogg-config... no
checking for libogg... yes
checking if pkg-config recognizes vorbis... yes
checking for vorbis-config... no
checking for libvorbis... yes
checking if pkg-config recognizes vorbisfile... yes
checking for vorbisfile-config... no
checking for libvorbisfile... yes
checking if pkg-config recognizes speex... yes
checking for speex-config... no
checking for libspeex... yes
checking for speex_header_free()... yes
checking if pkg-config recognizes 3ds... no
checking for 3ds-config... no
checking if pkg-config recognizes lib3ds... no
checking for lib3ds-config... /usr/bin/lib3ds-config
checking if pkg-config recognizes lib3ds-120... no
checking for lib3ds-120-config... no
checking for lib3ds... yes
checking if lib3ds is sufficiently recent... yes
checking for generic lib3ds data I/O callbacks... no
checking if pkg-config recognizes ode... yes
checking for ode-config... /usr/local/bin/ode-config
checking for libode... yes
checking if libode is built with OPCODE support... yes
checking if libode is sufficiently recent... yes
checking if pkg-config recognizes bullet... yes
checking for Bullet... yes
checking if bullet is sufficiently recent... yes
checking for bullet serializer... yes
checking for OpenAL... yes
checking for alext.h... yes
checking if pkg-config recognizes freetype2... yes
checking for freetype2-config... no
checking if pkg-config recognizes freetype... no
checking for freetype-config... /usr/bin/freetype-config
checking for libfreetype2... yes
checking if freetype2 is sufficiently recent... yes
checking if pkg-config recognizes cal3d... yes
checking for cal3d-config... no
checking for libcal3d... yes
checking if cal3d is sufficiently recent... yes
checking if pkg-config recognizes wx... no
checking for wx-config... /usr/bin/wx-config
checking for libwx... yes
checking if wxWidgets is built with OpenGL support... yes
checking if pkg-config recognizes CEGUI... yes
checking for CEGUI-config... no
checking if pkg-config recognizes CEGUIBase... no
checking for CEGUIBase-config... no
checking for libCEGUI... yes
checking if CEGUI is sufficiently recent... yes
checking if pkg-config recognizes GTK... no
checking for GTK-config... no
checking if pkg-config recognizes gtk+-2.0... yes
checking for gtk+-2.0-config... no
checking for libGTK... yes
checking if gtk_message_dialog_format_secondary_text is available... yes
checking for GNU/Linux joystick API... yes
checking if pkg-config recognizes Cg... no
checking for Cg-config... no
checking if pkg-config recognizes cg... no
checking for cg-config... no
checking if pkg-config recognizes CG... no
checking for CG-config... no
checking for libCg... yes
checking if Cg is sufficiently recent... yes
checking if pkg-config recognizes CgGL... no
checking for CgGL-config... no
checking if pkg-config recognizes cggl... no
checking for cggl-config... no
checking if pkg-config recognizes cgGL... no
checking for cgGL-config... no
checking if pkg-config recognizes CGGL... no
checking for CGGL-config... no
checking if pkg-config recognizes Cg... (cached) no
checking for Cg-config... no
checking if pkg-config recognizes cg... (cached) no
checking for cg-config... no
checking if pkg-config recognizes CG... (cached) no
checking for CG-config... no
checking for libCgGL... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking if pkg-config recognizes jackasyn... no
checking for jackasyn-config... no
checking for libjackasyn... no
checking if pkg-config recognizes asound... no
checking for asound-config... no
checking for libasound... no
checking if pkg-config recognizes assimp... yes
checking for assimp-config... no
checking for libassimp... yes
checking for regexp support... yes
checking for backtrace... yes
checking for setenv... yes
checking for putenv... yes
checking for _aligned_malloc... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for sysinfo()... yes
checking for struct sysinfo.totalram... yes
checking if <malloc.h> can be included... yes
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking for abi::__cxa_demangle... yes
checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
checking for nullptr... no
checking for nullptr in pedantic mode... no
checking for perl5... (cached) perl
checking for TemplateToolkit... no
checking for ttree... no
checking if pkg-config recognizes cppunit... no
checking for cppunit-config... no
checking for libcppunit... no
checking if plugins require main()... yes
checking size of void*... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking for INT64_C... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for intptr_t... yes
checking for intmax_t... yes
checking for inttypes.h... (cached) yes
checking for PRIx99 macros... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for wint_t... yes
checking for wchar_t... yes
checking for wcslen... yes
checking for fputws... yes
checking for fwide... yes
checking for wcsnrtombs... yes
checking size of wchar_t... 4
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for MAXPATHLEN... yes
checking if swprintf is available when enforcing C++ standards... yes
checking if vswprintf is available when enforcing C++ standards... yes
checking for winsock.h... no
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for socket support... yes
checking for socklen_t... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking how to declare deprecation... __attribute__((deprecated))
checking how to declare deprecation with message...
__attribute__((deprecated(MSG)))
checking how to declare allocation function... __attribute__((malloc))
checking how to declare object initialization priority...
__attribute__((init_priority(PRI)))
checking if assembly-coded csQsqrt() compiles... yes
checking for isnormal... no
checking for normalf... no
checking for std::isnormal... yes
checking for strtof... yes
checking for __builtin_clz... yes
checking for __builtin_ctz... yes
checking for __builtin_popcount... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking whether to embed plugin meta-information... yes
checking for windres... no
checking for elf.h... (cached) yes
checking if pkg-config recognizes bfd... no
checking for bfd-config... no
checking for libbfd... no
checking whether to enable ptmalloc... yes
checking whether to use extensive memory debugger... no
checking whether to use memory tracker... no
checking whether to use reference tracker... no
checking whether to use leak guard... no
checking whether to build with Valgrind support... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking whether to build shared libraries... yes
checking whether to emulate makefiles... yes
configure: creating ./config.status
config.status: creating Jamfile
config.status: executing include/csconfig.h commands
config.status: include/csconfig.h is unchanged
config.status: executing Jamconfig commands
config.status: executing Makefile commands
configure:
***************************************************************************=
***
***                 Crystal Space -- Configuration Summary
***
***************************************************************************=
***
Build mode: debug
Version: 2.0 (SVN: no)

Optional Dependencies
---------------------
Found
  3ds                  (models)
  assimp               (models)
  bullet               (physics)
  cairo                (image)
  cairomm              (image)
  cal3d                (models)
  cegui                (gui)
  cg                   (rendering)
  freetype2            (other)
  gtk                  (other)
  jpeg                 (image)
  lcms                 (image)
  linux-joystick       (other)
  mng                  (image)
  ode                  (physics)
  ogg                  (audio)
  openal               (audio)
  opengl               (rendering)
  oss                  (audio)
  png                  (image)
  speex                (audio)
  vorbis               (audio)
  wxwidgets            (gui)
  x11                  (rendering)
  zlib                 (other)

Missing
  alsa                 (audio)
  jackasyn             (audio)
  java                 (bindings)
  perl                 (bindings)
  python               (bindings)
  vgvm                 (image)

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D
vgvm i've installed but it doesn't recognize it

Thanks
--=20
Kirill

--047d7b417997c8160304f7d2a35b
Content-Type: text/html; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi I&#39;ve compiled crystal space and got object fil=
es when i&#39;m trying to execute &#39;sudo g++ -o waterdemo.o waterdemo&#3=
9; i get errors, <br>question: how to link all this? <br></div><div><br>My =
system: <br>
Ubuntu 14.04 (32)<br>ATI Mobility Radeon HD 4650/5165<br>driver=3Dradeon <b=
r></div><div><br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>kirill@kir:~/=FA=C1=C7=D2=D5=DA=CB=C9/=
crystalspace-src-2.0(1)/out/linuxx86/optimize/apps/demos/w<br>
aterdemo$ sudo g++ -o waterdemo waterdemo.o<br>waterdemo.o: In function `sc=
fInterfaceTraits&lt;iEventNameRegistry&gt;::GetID()&#39;:<br>/home/kirill/=
=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil/scf_interfac=
e.h:463: undefined reference to `iSCF::SCF&#39;<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil=
/scf_interface.h:463: undefined reference to `iSCF::SCF&#39;<br>waterdemo.o=
: In function `csReporterHelper::ReportV(iObjectRegistry*, int, char const*=
, char const*, char*)&#39;:<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:356: undefined reference to `csStrNCaseCmp(char const*, char co=
nst*, unsigned int)&#39;<br>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalsp=
ace-src-2.0/./include/ivaria/reporter.h:357: undefined reference to `csPrin=
tf(char const*, ...)&#39;<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:366: undefined reference to `csPrintfV(char const*, char*)&#39;=
<br>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/iv=
aria/reporter.h:367: undefined reference to `csPrintf(char const*, ...)&#39=
;<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:360: undefined reference to `csPrintf(char const*, ...)&#39;<br=
>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivari=
a/reporter.h:363: undefined reference to `csPrintf(char const*, ...)&#39;<b=
r>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:349: undefined reference to `csPrintf(char const*, ...)&#39;<br=
>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivari=
a/reporter.h:352: undefined reference to `csStrNCaseCmp(char const*, char c=
onst*, unsigned int)&#39;<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/ivaria=
/reporter.h:353: undefined reference to `csPrintf(char const*, ...)&#39;<br=
>waterdemo.o: In function `scfInterfaceTraits&lt;iReporter&gt;::GetID()&#39=
;:<br>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/=
csutil/scf_interface.h:463: undefined reference to `iSCF::SCF&#39;<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csutil=
/scf_interface.h:463: undefined reference to `iSCF::SCF&#39;<br>waterdemo.o=
: In function `csWaterDemo::SetupFrame()&#39;:<br>/home/kirill/=FA=C1=C7=D2=
=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/waterdemo/waterdemo.cpp:122: u=
ndefined reference to `csReversibleTransform::RotateThis(csVector3 const&am=
p;, float)&#39;<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:123: undefined reference to `csReversibleTransform::Rota=
teOther(csVector3 const&amp;, float)&#39;<br>waterdemo.o: In function `oper=
ator*&#39;:<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom=
/vector3.h:167: undefined reference to `csDVector3::csDVector3(csVector3 co=
nst&amp;)&#39;<br>waterdemo.o: In function `csWaterDemo::SetupFrame()&#39;:=
<br>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/w=
aterdemo/waterdemo.cpp:156: undefined reference to `csVector3::csVector3(cs=
DVector3 const&amp;)&#39;<br>
waterdemo.o: In function `operator*&#39;:<br>/home/kirill/=FA=C1=C7=D2=D5=
=DA=CB=C9/crystalspace-src-2.0/./include/csgeom/vector3.h:167: undefined re=
ference to `csDVector3::csDVector3(csVector3 const&amp;)&#39;<br>waterdemo.=
o: In function `csWaterDemo::SetupFrame()&#39;:<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/water=
demo/waterdemo.cpp:151: undefined reference to `csVector3::csVector3(csDVec=
tor3 const&amp;)&#39;<br>waterdemo.o: In function `operator*&#39;:<br>/home=
/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom/vect=
or3.h:167: undefined reference to `csDVector3::csDVector3(csVector3 const&a=
mp;)&#39;<br>
waterdemo.o: In function `csWaterDemo::SetupFrame()&#39;:<br>/home/kirill/=
=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/waterdemo/waterdem=
o.cpp:146: undefined reference to `csVector3::csVector3(csDVector3 const&am=
p;)&#39;<br>waterdemo.o: In function `operator*&#39;:<br>
/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/./include/csgeom=
/vector3.h:167: undefined reference to `csDVector3::csDVector3(csVector3 co=
nst&amp;)&#39;<br>waterdemo.o: In function `csWaterDemo::SetupFrame()&#39;:=
<br>/home/kirill/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0/apps/demos/w=
aterdemo/waterdemo.cpp:141: undefined reference to `csVector3::csVector3(cs=
DVector3 const&amp;)&#39;<br>
waterdemo.o: In function `operator*&#39;:<br><br></div><div>And so on<br></=
div><div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D<br></div><div><br></div><div>After configure:<br><=
br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D<br>
kirill@kir:~/=FA=C1=C7=D2=D5=DA=CB=C9/crystalspace-src-2.0 (2)$ ./configure=
 --enable-debug<br>checking build system type... i686-pc-linux-gnu<br>check=
ing host system type... i686-pc-linux-gnu<br>checking whether to enable -mn=
o-cygwin... no<br>
checking for gcc... gcc<br>checking whether the C compiler works... yes<br>=
checking for C compiler default output file name... a.out<br>checking for s=
uffix of executables... <br>checking whether we are cross compiling... no<b=
r>
checking for suffix of object files... o<br>checking whether we are using t=
he GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>check=
ing for gcc option to accept ISO C89... none needed<br>checking for C compi=
ler version... 4.8<br>
checking if gcc accepts -pipe... -pipe<br>checking if gcc accepts -ffunctio=
n-sections -fdata-sections... -ffunction-sections -fdata-sections<br>checki=
ng how to treat C warnings as errors... -Werror<br>checking if -ffunction-s=
ections -fdata-sections isn&#39;t annoying... yes<br>
checking for g++... g++<br>checking whether we are using the GNU C++ compil=
er... yes<br>checking whether g++ accepts -g... yes<br>checking for C++ com=
piler version... 4.8<br>checking how to treat C++ warnings as errors... -We=
rror<br>
checking how to enable C++ PIC generation... -fPIC<br>checking for ld... ld=
<br>checking if binutils version &gt;=3D 2.17... yes (version 2.24)<br>chec=
king if -shared is accepted... -shared -fPIC<br>checking if -soname is acce=
pted... yes<br>
checking if response files are accepted... yes<br>checking if --as-needed i=
s supported... -Wl,--as-needed<br>checking if --no-as-needed is supported..=
. -Wl,--no-as-needed<br>checking if --gc-sections is supported... -Wl,--gc-=
sections<br>
checking if --large-address-aware is supported... no<br>checking how to run=
 the C preprocessor... gcc -E<br>checking how to run the C++ preprocessor..=
. g++ -E<br>checking for ranlib... ranlib<br>checking for dlltool... no<br>
checking for dllwrap... no<br>checking for windres... no<br>checking for st=
rings... strings<br>checking for objcopy... objcopy<br>checking whether obj=
copy supports --long-section-names... yes<br>checking for libtool... libtoo=
l<br>
checking for libtool... /usr/bin/libtool<br>checking classification of /usr=
/bin/libtool... gnu<br>checking for libtool... /usr/bin/libtool<br>checking=
 classification of /usr/bin/libtool... gnu<br>checking how to create a dire=
ctory... mkdir<br>
checking how to create a directory tree... mkdir -p<br>checking for install=
... install<br>checking whether ln -s works... yes<br>checking for texi2dvi=
... no<br>checking for texi2pdf... no<br>checking for dvips... no<br>checki=
ng for dvipdf... dvipdf<br>
checking for makeinfo... no<br>checking for doxygen... doxygen<br>checking =
for dot... no<br>checking for flex... no<br>checking for bison... no<br>che=
cking for hhc... no<br>checking for swig... swig<br>checking if swig versio=
n &gt;=3D 1.3.22... yes (version 2.0.11)<br>
checking for rsvg... no<br>checking for icotool... no<br>checking for conve=
rt... no<br>checking for pngcrush... no<br>checking for makeicns... no<br>c=
hecking for png2icns... no<br>checking for relaytool... ./bin/relaytool<br>
checking for bash... /bin/bash<br>checking for svn... svn<br>checking wheth=
er . is an SVN checkout... no<br>checking for jam... /usr/bin/jam<br>checki=
ng if jam version &gt;=3D 2.4... yes (version 2.5)<br>checking for gnumake.=
.. no<br>
checking for gmake... no<br>checking for make... make<br>checking for grep =
that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/g=
rep -E<br>checking for ANSI C header files... yes<br>checking for sys/types=
.h... yes<br>
checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking =
for string.h... yes<br>checking for memory.h... yes<br>checking for strings=
.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes=
<br>
checking for unistd.h... yes<br>checking cmath usability... yes<br>checking=
 cmath presence... yes<br>checking for cmath... yes<br>checking math.h usab=
ility... yes<br>checking math.h presence... yes<br>checking for math.h... y=
es<br>
checking ieeefp.h usability... no<br>checking ieeefp.h presence... no<br>ch=
ecking for ieeefp.h... no<br>checking for fopen in -lc... yes<br>checking f=
or pow in -lm... yes<br>checking for cosf in -lm... yes<br>checking for cos=
f in -lmx... no<br>
checking for dlopen in -ldl... yes<br>checking for gethostbyname in -lnsl..=
. yes<br>checking for dladdr in -ldl... yes<br>checking for pthread... yes<=
br>checking for pthread recursive mutexes... PTHREAD_MUTEX_RECURSIVE<br>
checking for pthread_atfork support... yes<br>checking for pthread_setname_=
np support... yes<br>checking whether to link base g++ libraries statically=
... no<br>checking for RTLD_NOW... yes<br>checking for perl5... no<br>check=
ing for perl... perl<br>
checking how to suppress C++ `long double&#39; warnings... no<br>checking f=
or python... python<br>checking Python version... 2.7<br>checking for pytho=
n SDK... yes<br>checking if python SDK is usable... no<br>checking for java=
... /usr/bin/java<br>
checking for javac... /usr/bin/javac<br>checking for ant... no<br>checking =
for STL... yes<br>checking how to enable C++ compilation warnings... -Wall<=
br>checking how to treat C++ warnings as errors... -Werror<br>checking how =
to suppress C++ unused variable warnings... -Wno-unused<br>
checking how to suppress C++ uninitialized variable warnings... -Wno-uninit=
ialized<br>checking how to suppress C++ unknown #pragma warnings... -Wno-un=
known-pragmas<br>checking how to suppress C++ `long double&#39; warnings...=
 (cached) no<br>
checking how to suppress C++ non-virtual destructor warnings... -Wno-non-vi=
rtual-dtor<br>checking for flag to disable strict-aliasing... -fno-strict-a=
liasing<br>checking how to enable C++ exceptions... -fexceptions -fno-omit-=
frame-pointer<br>
checking how to disable C++ exceptions... -fno-exceptions<br>checking how t=
o enforce C++ standards conformance... -ansi -pedantic<br>checking if -forc=
e_cpusubtype_ALL is needed... no<br>checking for flag to enable OpenMP... -=
fopenmp<br>
checking how to treat linker warnings as errors... -Wl,--fatal-warnings<br>=
checking how to export all dynamic symbols... -Wl,-E<br>checking if --kill-=
at is accepted... no<br>checking if reporting missing symbols is supported.=
.. -Wl,-z,defs<br>
checking if missing symbols can be reported as warnings... -Wl,--warn-unres=
olved-symbols<br>checking how to disable function inlining... -fno-inline-f=
unctions<br>checking how to treat C warnings as errors... (cached) -Werror<=
br>
checking how to treat C++ warnings as errors... (cached) -Werror<br>checkin=
g how to treat C++ warnings as errors... (cached) -Werror<br>checking how t=
o enable C++ PIC generation... (cached) -fPIC<br>checking for inline visibi=
lity flag... -fvisibility-inlines-hidden<br>
checking if configuration supports -fvisibility-inlines-hidden... yes<br>ch=
ecking if -fvisibility-inlines-hidden is buggy... no<br>checking for hidden=
 symbol visibility flag... -fvisibility=3Dhidden<br>checking for default sy=
mbol visibility flag... -fvisibility=3Ddefault<br>
checking how to declare hidden visibility... __attribute__((visibility(&quo=
t;hidden&quot;)))<br>checking how to declare default visibility... __attrib=
ute__((visibility(&quot;default&quot;)))<br>checking whether to use CPU-spe=
cific optimizations... minimum<br>
checking for code generation flags... -march=3Di686 -mtune=3Dgeneric<br>che=
cking for -mmmx flag... -mmmx<br>checking for -mfpmath=3Dsse flag... no<br>=
checking for mmintrin.h... yes<br>checking how to enable optimizations... -=
O3<br>
checking if -fomit-frame-pointer is accepted... -fomit-frame-pointer<br>che=
cking if -ffast-math is accepted... -ffast-math<br>checking build mode... d=
ebug<br>checking if binutils version &gt;=3D 2.17... (cached) yes (version =
2.24)<br>
checking whether to split debug information... yes<br>checking how to enabl=
e debug mode debugging symbols... -g3<br>checking whether to enable debug i=
nformation in optimize mode... yes<br>checking how to enable optimize mode =
debugging symbols... -g2<br>
checking if -I/usr/local/include is usable... -I/usr/local/include<br>check=
ing for va_copy... no<br>checking for __va_copy... yes<br>checking for pkg-=
config... pkg-config<br>checking if pkg-config recognizes x11... yes<br>
checking for x11-config... no<br>checking for libx11... yes<br>checking if =
pkg-config recognizes xext... yes<br>checking for xext-config... no<br>chec=
king for libxext... yes<br>checking if pkg-config recognizes xxf86vm... yes=
<br>
checking for xxf86vm-config... no<br>checking if pkg-config recognizes Xxf8=
6vm... no<br>checking for Xxf86vm-config... no<br>checking for libxxf86vm..=
. yes<br>checking if pkg-config recognizes xaw7... no<br>checking for xaw7-=
config... no<br>
checking if pkg-config recognizes Xaw... no<br>checking for Xaw-config... n=
o<br>checking for libxaw7... no<br>checking if pkg-config recognizes xrende=
r... yes<br>checking for xrender-config... no<br>checking if pkg-config rec=
ognizes Xrender... no<br>
checking for Xrender-config... no<br>checking for libxrender... yes<br>chec=
king if pkg-config recognizes xcursor... yes<br>checking for xcursor-config=
... no<br>checking if pkg-config recognizes Xcursor... no<br>checking for X=
cursor-config... no<br>
checking for libxcursor... yes<br>checking for int32... no<br>checking for =
windows.h... no<br>checking for OpenGL... yes<br>checking for GLhandleARB..=
. yes<br>checking for GLcharARB... yes<br>checking for GLchar... yes<br>
checking for GLintptr... yes<br>checking for GLsizeiptr... yes<br>checking =
for GLint64... yes<br>checking for GLuint64... yes<br>checking for GLU... y=
es<br>checking for GLX... yes<br>checking for GLX extensions... yes<br>
checking for int32... (cached) no<br>checking for DirectX8... no<br>checkin=
g for waveout... no<br>checking if pkg-config recognizes z... no<br>checkin=
g for z-config... no<br>checking if pkg-config recognizes zlib... yes<br>
checking for zlib-config... no<br>checking for libz... yes<br>checking if p=
kg-config recognizes png... no<br>checking for png-config... no<br>checking=
 if pkg-config recognizes libpng... yes<br>checking for libpng-config... /u=
sr/bin/libpng-config<br>
checking for libpng... yes<br>checking if pkg-config recognizes jpeg... no<=
br>checking for jpeg-config... no<br>checking if pkg-config recognizes libj=
peg... no<br>checking for libjpeg-config... no<br>checking for libjpeg... y=
es<br>
checking if pkg-config recognizes lcms... yes<br>checking for lcms-config..=
. no<br>checking for liblcms... yes<br>checking if pkg-config recognizes mn=
g... no<br>checking for mng-config... no<br>checking if pkg-config recogniz=
es libmng... yes<br>
checking for libmng-config... no<br>checking for libmng... yes<br>checking =
if pkg-config recognizes cairo... yes<br>checking for cairo-config... no<br=
>checking for libcairo... yes<br>checking if pkg-config recognizes cairomm.=
.. no<br>
checking for cairomm-config... no<br>checking if pkg-config recognizes cair=
omm-1... no<br>checking for cairomm-1-config... no<br>checking if pkg-confi=
g recognizes cairomm-1.0... yes<br>checking for cairomm-1.0-config... no<br=
>
checking for libcairomm... yes<br>checking if pkg-config recognizes vgvm...=
 no<br>checking for vgvm-config... no<br>checking for libvgvm... no<br>chec=
king if pkg-config recognizes ogg... yes<br>checking for ogg-config... no<b=
r>
checking for libogg... yes<br>checking if pkg-config recognizes vorbis... y=
es<br>checking for vorbis-config... no<br>checking for libvorbis... yes<br>=
checking if pkg-config recognizes vorbisfile... yes<br>checking for vorbisf=
ile-config... no<br>
checking for libvorbisfile... yes<br>checking if pkg-config recognizes spee=
x... yes<br>checking for speex-config... no<br>checking for libspeex... yes=
<br>checking for speex_header_free()... yes<br>checking if pkg-config recog=
nizes 3ds... no<br>
checking for 3ds-config... no<br>checking if pkg-config recognizes lib3ds..=
. no<br>checking for lib3ds-config... /usr/bin/lib3ds-config<br>checking if=
 pkg-config recognizes lib3ds-120... no<br>checking for lib3ds-120-config..=
. no<br>
checking for lib3ds... yes<br>checking if lib3ds is sufficiently recent... =
yes<br>checking for generic lib3ds data I/O callbacks... no<br>checking if =
pkg-config recognizes ode... yes<br>checking for ode-config... /usr/local/b=
in/ode-config<br>
checking for libode... yes<br>checking if libode is built with OPCODE suppo=
rt... yes<br>checking if libode is sufficiently recent... yes<br>checking i=
f pkg-config recognizes bullet... yes<br>checking for Bullet... yes<br>
checking if bullet is sufficiently recent... yes<br>checking for bullet ser=
ializer... yes<br>checking for OpenAL... yes<br>checking for alext.h... yes=
<br>checking if pkg-config recognizes freetype2... yes<br>checking for free=
type2-config... no<br>
checking if pkg-config recognizes freetype... no<br>checking for freetype-c=
onfig... /usr/bin/freetype-config<br>checking for libfreetype2... yes<br>ch=
ecking if freetype2 is sufficiently recent... yes<br>checking if pkg-config=
 recognizes cal3d... yes<br>
checking for cal3d-config... no<br>checking for libcal3d... yes<br>checking=
 if cal3d is sufficiently recent... yes<br>checking if pkg-config recognize=
s wx... no<br>checking for wx-config... /usr/bin/wx-config<br>checking for =
libwx... yes<br>
checking if wxWidgets is built with OpenGL support... yes<br>checking if pk=
g-config recognizes CEGUI... yes<br>checking for CEGUI-config... no<br>chec=
king if pkg-config recognizes CEGUIBase... no<br>checking for CEGUIBase-con=
fig... no<br>
checking for libCEGUI... yes<br>checking if CEGUI is sufficiently recent...=
 yes<br>checking if pkg-config recognizes GTK... no<br>checking for GTK-con=
fig... no<br>checking if pkg-config recognizes gtk+-2.0... yes<br>checking =
for gtk+-2.0-config... no<br>
checking for libGTK... yes<br>checking if gtk_message_dialog_format_seconda=
ry_text is available... yes<br>checking for GNU/Linux joystick API... yes<b=
r>checking if pkg-config recognizes Cg... no<br>checking for Cg-config... n=
o<br>
checking if pkg-config recognizes cg... no<br>checking for cg-config... no<=
br>checking if pkg-config recognizes CG... no<br>checking for CG-config... =
no<br>checking for libCg... yes<br>checking if Cg is sufficiently recent...=
 yes<br>
checking if pkg-config recognizes CgGL... no<br>checking for CgGL-config...=
 no<br>checking if pkg-config recognizes cggl... no<br>checking for cggl-co=
nfig... no<br>checking if pkg-config recognizes cgGL... no<br>checking for =
cgGL-config... no<br>
checking if pkg-config recognizes CGGL... no<br>checking for CGGL-config...=
 no<br>checking if pkg-config recognizes Cg... (cached) no<br>checking for =
Cg-config... no<br>checking if pkg-config recognizes cg... (cached) no<br>
checking for cg-config... no<br>checking if pkg-config recognizes CG... (ca=
ched) no<br>checking for CG-config... no<br>checking for libCgGL... yes<br>=
checking soundcard.h usability... no<br>checking soundcard.h presence... no=
<br>
checking for soundcard.h... no<br>checking sys/soundcard.h usability... yes=
<br>checking sys/soundcard.h presence... yes<br>checking for sys/soundcard.=
h... yes<br>checking if pkg-config recognizes jackasyn... no<br>checking fo=
r jackasyn-config... no<br>
checking for libjackasyn... no<br>checking if pkg-config recognizes asound.=
.. no<br>checking for asound-config... no<br>checking for libasound... no<b=
r>checking if pkg-config recognizes assimp... yes<br>checking for assimp-co=
nfig... no<br>
checking for libassimp... yes<br>checking for regexp support... yes<br>chec=
king for backtrace... yes<br>checking for setenv... yes<br>checking for put=
env... yes<br>checking for _aligned_malloc... no<br>checking sys/sysinfo.h =
usability... yes<br>
checking sys/sysinfo.h presence... yes<br>checking for sys/sysinfo.h... yes=
<br>checking for sysinfo()... yes<br>checking for struct sysinfo.totalram..=
. yes<br>checking if &lt;malloc.h&gt; can be included... yes<br>checking cx=
xabi.h usability... yes<br>
checking cxxabi.h presence... yes<br>checking for cxxabi.h... yes<br>checki=
ng for abi::__cxa_demangle... yes<br>checking for sysconf(_SC_NPROCESSORS_O=
NLN)... yes<br>checking for nullptr... no<br>checking for nullptr in pedant=
ic mode... no<br>
checking for perl5... (cached) perl<br>checking for TemplateToolkit... no<b=
r>checking for ttree... no<br>checking if pkg-config recognizes cppunit... =
no<br>checking for cppunit-config... no<br>checking for libcppunit... no<br=
>
checking if plugins require main()... yes<br>checking size of void*... 4<br=
>checking size of long... 4<br>checking whether byte ordering is bigendian.=
.. no<br>checking for stdint.h... (cached) yes<br>checking for INT64_C... y=
es<br>
checking for stdint.h... (cached) yes<br>checking for inttypes.h... (cached=
) yes<br>checking for intptr_t... yes<br>checking for intmax_t... yes<br>ch=
ecking for inttypes.h... (cached) yes<br>checking for PRIx99 macros... yes<=
br>
checking wchar.h usability... yes<br>checking wchar.h presence... yes<br>ch=
ecking for wchar.h... yes<br>checking wctype.h usability... yes<br>checking=
 wctype.h presence... yes<br>checking for wctype.h... yes<br>checking for w=
int_t... yes<br>
checking for wchar_t... yes<br>checking for wcslen... yes<br>checking for f=
putws... yes<br>checking for fwide... yes<br>checking for wcsnrtombs... yes=
<br>checking size of wchar_t... 4<br>checking sys/param.h usability... yes<=
br>
checking sys/param.h presence... yes<br>checking for sys/param.h... yes<br>=
checking for MAXPATHLEN... yes<br>checking if swprintf is available when en=
forcing C++ standards... yes<br>checking if vswprintf is available when enf=
orcing C++ standards... yes<br>
checking for winsock.h... no<br>checking for unistd.h... (cached) yes<br>ch=
ecking for sys/types.h... (cached) yes<br>checking sys/socket.h usability..=
. yes<br>checking sys/socket.h presence... yes<br>checking for sys/socket.h=
... yes<br>
checking sys/ioctl.h usability... yes<br>checking sys/ioctl.h presence... y=
es<br>checking for sys/ioctl.h... yes<br>checking netinet/in.h usability...=
 yes<br>checking netinet/in.h presence... yes<br>checking for netinet/in.h.=
.. yes<br>
checking arpa/inet.h usability... yes<br>checking arpa/inet.h presence... y=
es<br>checking for arpa/inet.h... yes<br>checking netdb.h usability... yes<=
br>checking netdb.h presence... yes<br>checking for netdb.h... yes<br>check=
ing for socket support... yes<br>
checking for socklen_t... yes<br>checking byteswap.h usability... yes<br>ch=
ecking byteswap.h presence... yes<br>checking for byteswap.h... yes<br>chec=
king how to declare deprecation... __attribute__((deprecated))<br>checking =
how to declare deprecation with message... __attribute__((deprecated(MSG)))=
<br>
checking how to declare allocation function... __attribute__((malloc))<br>c=
hecking how to declare object initialization priority... __attribute__((ini=
t_priority(PRI)))<br>checking if assembly-coded csQsqrt() compiles... yes<b=
r>
checking for isnormal... no<br>checking for normalf... no<br>checking for s=
td::isnormal... yes<br>checking for strtof... yes<br>checking for __builtin=
_clz... yes<br>checking for __builtin_ctz... yes<br>checking for __builtin_=
popcount... yes<br>
checking elf.h usability... yes<br>checking elf.h presence... yes<br>checki=
ng for elf.h... yes<br>checking whether to embed plugin meta-information...=
 yes<br>checking for windres... no<br>checking for elf.h... (cached) yes<br=
>
checking if pkg-config recognizes bfd... no<br>checking for bfd-config... n=
o<br>checking for libbfd... no<br>checking whether to enable ptmalloc... ye=
s<br>checking whether to use extensive memory debugger... no<br>checking wh=
ether to use memory tracker... no<br>
checking whether to use reference tracker... no<br>checking whether to use =
leak guard... no<br>checking whether to build with Valgrind support... yes<=
br>checking valgrind/valgrind.h usability... no<br>checking valgrind/valgri=
nd.h presence... no<br>
checking for valgrind/valgrind.h... no<br>checking valgrind/memcheck.h usab=
ility... no<br>checking valgrind/memcheck.h presence... no<br>checking for =
valgrind/memcheck.h... no<br>checking whether to build shared libraries... =
yes<br>
checking whether to emulate makefiles... yes<br>configure: creating ./confi=
g.status<br>config.status: creating Jamfile<br>config.status: executing inc=
lude/csconfig.h commands<br>config.status: include/csconfig.h is unchanged<=
br>
config.status: executing Jamconfig commands<br>config.status: executing Mak=
efile commands<br>configure:<br>*******************************************=
***********************************<br>***=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A Crystal Space -- Configuration Summary=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A ***<br>
***************************************************************************=
***<br>Build mode: debug<br>Version: 2.0 (SVN: no)<br><br>Optional Dependen=
cies<br>---------------------<br>Found<br>=9A 3ds=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A (models)<br>
=9A assimp=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (models)<br>=9A bullet=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (physics)<br>=9A cairo=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (image)<br>=9A cairomm=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A (image)<br>=9A cal3d=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A (models)<br>=9A cegui=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A (gui)<br>=9A cg=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A (rendering)<br>
=9A freetype2=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (other)<br>=9A gtk=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (other)<br>=9A jpeg=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (image)<br>=9A lcms=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (image)<br>=9A linux-joystick=9A=9A=9A=9A=9A=
=9A (other)<br>=9A mng=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (=
image)<br>=9A ode=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (physi=
cs)<br>
=9A ogg=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (audio)<br>=9A o=
penal=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (audio)<br>=9A opengl=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (rendering)<br>=9A oss=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (audio)<br>=9A png=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (image)<br>=9A speex=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A (audio)<br>=9A vorbis=9A=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A (audio)<br>
=9A wxwidgets=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (gui)<br>=9A x11=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (rendering)<br>=9A zlib=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (other)<br><br>Missing<br>=9A alsa=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (audio)<br>=9A jackasyn=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (audio)<br>=9A java=9A=9A=9A=9A=9A=9A=9A=9A=
=9A=9A=9A=9A=9A=9A=9A=9A (bindings)<br>
=9A perl=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (bindings)<br>=9A =
python=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (bindings)<br>=9A vgvm=9A=
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A (image)<br><br>=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D<br>
</div><div>vgvm i&#39;ve installed but it doesn&#39;t recognize it <br></di=
v><div><br></div><div>Thanks<br></div><div>-- <br>Kirill</div></div>

--047d7b417997c8160304f7d2a35b--


--===============6771906070931842034==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
--===============6771906070931842034==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Crystal-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-develop

--===============6771906070931842034==--