Page 1 of 1

can't install cegui....prob with "make" [SOLVED]

Posted: Tue Jul 25, 2006 20:33
by ShadowKnight
I'm new to all this so bear with me.......I'm trying to install cegui along with ogre3d and I'm having a problem with cegui. I successfully completed the ./bootstrap and ./configure portions however when I run make I get the following error:

Code: Select all

make[3]: Entering directory `/home/steve/Desktop/ogre/cegui_mk2/Samples/Demo4/src'
/bin/sh ../../../libtool --mode=link g++  -g -O2   -o Demo4 -L../../../src -L../../../Samples/common/src Sample_Demo4.o -lCEGUIBase -lCEGUISampleHelper -lILU -lpthread -ldl
g++ -g -O2 -o .libs/Demo4 Sample_Demo4.o  -L/home/steve/Desktop/ogre/cegui_mk2/src -L/home/steve/Desktop/ogre/cegui_mk2/Samples/common/src /home/steve/Desktop/ogre/cegui_mk2/src/.libs/libCEGUIBase.so /usr/lib64/libfreetype.so -L/var/tmp/portage/devil-1.6.7/work/DevIL-1.6.7/src-IL/src -L/usr/x86_64-pc-linux-gnu/bin -L/usr/x86_64-pc-linux-gnu/lib /home/steve/Desktop/ogre/cegui_mk2/Samples/common/src/.libs/libCEGUISampleHelper.so /home/steve/Desktop/ogre/cegui_mk2/src/renderers/OpenGLGUIRenderer/.libs/libCEGUIOpenGLRenderer.so -L/usr/lib -L/usr/lib64 /usr/lib64/libglut.so /usr/lib/opengl/xorg-x11/lib/libGL.so /usr/lib64/libXxf86vm.so /usr/lib64/libXdmcp.so /usr/lib64/libXau.so /usr/lib/libGLU.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXi.so /usr/lib64/libGL.so /usr/lib64/libX11.so /usr/lib64/libXext.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/libstdc++.so /usr/lib64/libILU.so /usr/lib64/libIL.so /usr/lib64/libpng12.so /usr/lib64/libtiff.so -lc /usr/lib64/libmng.so -lz -lm /usr/lib64/libjpeg.so -lpthread -ldl -Wl,--rpath -Wl,/usr/lib/opengl/xorg-x11/lib
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000016gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000003gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000027gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000025gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000034gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000018gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000013gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000005gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000022gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000008gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000002gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000030gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000033gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000004gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000036gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000031gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000028gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000024gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000029gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000012gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000020gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000026gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000019gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000010gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000011gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000017gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000021gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000035gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000006gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000009gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000007gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000023gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000014gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000037gl'
/usr/lib64/opengl/nvidia/lib/libGLcore.so.1: undefined reference  to `_nv000032gl'
collect2: ld returned 1 exit status
make[3]: *** [Demo4] Error 1
make[3]: Leaving directory `/home/steve/Desktop/ogre/cegui_mk2/S amples/Demo4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/steve/Desktop/ogre/cegui_mk2/S amples/Demo4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steve/Desktop/ogre/cegui_mk2/S amples'
make: *** [all-recursive] Error 1


I'm running gentoo linux on amd64 with nvidia geforce 6800xt and 1gig ram. I did not try unmasking and emerging from gentoo because the newest ogre3d isn't in portage yet that I know of, and I wanted to download the latest stable releases from their respective sites to ensure the most up to date. If you need any other info pls let me know and I'll post it here. Thanks in advance.

Posted: Wed Jul 26, 2006 08:18
by CrazyEddie
Make sure that you have the nVidia GL implementation selected when you build (using eselect in gentoo).

If that's no good, then another thing to try would be to switch to the xorg implementation, build cegui, then switch back to nVidia.

CE.

Posted: Wed Jul 26, 2006 15:03
by ShadowKnight
excellent.....switcing to xorg worked. Thanks :D