2006/2/17, Mjules <[EMAIL PROTECTED]>: > >Nicolas Lécureuil wrote: > > > >> Hi all, > >> > >> > >> i have this error , someone know how to fix ? > >> > >> > >> gnash.o: In function `main': > >> /home/neoclust/gnash/backend/gnash.cpp:484: undefined reference to > >`glEnable' > >> /home/neoclust/gnash/backend/gnash.cpp:485: undefined reference to > >> `glBlendFunc' > > > > > >It seems that you are missing one or more of the OpenGL development > >packages. > > > >The configure script should probably be updated to warn about it. > > > >Erik > > > Hi, > > I've the same problem than Nicolas. > Even with all packages related to openGL (libs and devel) installed, > I've got the same error during the make. > > my configure options : > ./configure --with-opengl-libraries=/usr/X11R6/lib64 --disable-docbook > --with-opengl-includes=/usr/X11R6/include/ > > without the two OpenGL options, the configure script don't find opengl > libs and include. > > You can find the result of the configure script and of 'make' on the > following link (the file are a bit too large to be sent attached) : > > result of configure : > http://mjules.free.fr/gnash/configure.txt > http://mjules.free.fr/gnash/config.log > > result of make : > http://mjules.free.fr/gnash/make.txt > > > I think all devel stuff of mesa are installed : > > [EMAIL PROTECTED] ~]$ rpm -qa|grep -i mesa > lib64MesaGLU1-devel-5.0.2-11mdk > lib64MesaGL1-5.0.2-11mdk > lib64MesaGLU1-5.0.2-11mdk > lib64Mesaglut3-devel-5.0.2-11mdk > Mesa-5.0.2-11mdk > lib64Mesaglut3-5.0.2-11mdk > > > I'm using Mandriva 2006 x86_64 with xorg 6.9 and the nv driver. > > Thanks in advance :-) > Julien > > PS : Please forgive me for my bad english and for breaking the thread :-/
try using instead of make, make "OPENGL_LIBS = -lGL" or if you want, you can rebuild our cooker package. _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
