On Tue, 20 Sep 2005 20:35:29 -0700 eric dan <[EMAIL PROTECTED]> babbled:
> pretty good guess! it's an nvidia driver bug - they use non-standard calls and dont link to the lib that uses them from their libGL.so choose one of these solutions: 1. disbale gl suport in evas. 2. submit bug report to nvidia that their libGL uses xf86vidmode calls without linking to it and wait for a fix. 3. remove nvidia drivers/libGL etc. 4. add -lXxf86vm to your LDFLAGS environemnt var when building evas. > On 9/20/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > > On Tue, 20 Sep 2005 11:54:02 -0700 eric dan <[EMAIL PROTECTED]> babbled: > > > > > hi, > > > i updated and tried to install evas but i keep getting this same error: > > > > > > make[4]: Entering directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' > > > make[4]: Nothing to be done for `all-am'. > > > make[4]: Leaving directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' > > > make[3]: Leaving directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' > > > Making all in bin > > > make[3]: Entering directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/bin' > > > Making all in evas_software_win32 > > > make[4]: Entering directory > > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/bin/evas_software_win32' > > > make[4]: Nothing to be done for `all'. > > > make[4]: Leaving directory > > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/bin/evas_software_win32' > > > make[4]: Entering directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/bin' > > > /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -L/opt/e17/lib -o > > > evas_software_x11_test evas_software_x11_test-evas_test_main.o > > > evas_software_x11_test-evas_software_x11_main.o ../../src/lib/libevas.la > > -lm > > > -L/usr/X11R6/lib -lX11 -lXext > > > gcc -g -O2 -o .libs/evas_software_x11_test > > > evas_software_x11_test-evas_test_main.o > > > evas_software_x11_test-evas_software_x11_main.o -L/opt/e17/lib > > > ../../src/lib/.libs/libevas.so -lm -L/usr/X11R6/lib -lX11 -lXext > > > ../../src/lib/.libs/libevas.so: undefined reference to > > > `XF86VidModeQueryVersion' > > > ../../src/lib/.libs/libevas.so: undefined reference to > > > `XF86VidModeGetModeLine' > > > collect2: ld returned 1 exit status > > > make[4]: *** [evas_software_x11_test] Error 1 > > > make[4]: Leaving directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/bin' > > > make[3]: *** [all-recursive] Error 1 > > > make[3]: Leaving directory > > `/home/vladuz976/e17_cvs/e17/libs/evas/src/bin' > > > make[2]: *** [all-recursive] Error 1 > > > make[2]: Leaving directory `/home/vladuz976/e17_cvs/e17/libs/evas/src' > > > make[1]: *** [all-recursive] Error 1 > > > make[1]: Leaving directory `/home/vladuz976/e17_cvs/e17/libs/evas' > > > make: *** [all] Error 2 > > > > > > > > > my installl path is /opt/e17 which is in my path > > > i have libxxf86* installed > > > > > > can anyone help? > > > thanks > > > > let me guess. ubuntu and nvidia drivers? > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] > > 裸 好多 [EMAIL PROTECTED] > > Tokyo, Japan (東京 日本) > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. > > Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > enlightenment-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
