On 12/02/2012 11:22 AM, Francisco Jes?s Navarro Cort?s wrote: > Hello. i try build with make-3.82 and make-3.82-upstream_fixes-3. patch > the source webkitgtk-1.10.1 but get this error: > > ./.libs/libwebkit2gtk-3.0.so <http://libwebkit2gtk-3.0.so>: undefined reference to `glCullFace' > ./.libs/libwebkit2gtk-3.0.so <http://libwebkit2gtk-3.0.so>: undefined reference to `glGetTexParameterfv' > collect2: error: ld returned 1 exit status > make[1]: *** [Programs/WebKitWebProcess] Error 1 > make[1]: se sale del directorio `/sources/webkitgtk-1.10.1' > make: *** [all] Error 2 > > I sorry for my bad english. > > Thanks.
Looks like it's not finding GL stuff from Mesa. What do you get if you do "ls -l /usr/include/GL"? ls -l /usr/include/GL: dominuskernel@razorpack ~ : ls -l /usr/include/GL total 1288 -rw-r--r-- 1 root root 681 nov 26 02:36 freeglut.h -rw-r--r-- 1 root root 8797 nov 26 02:36 freeglut_ext.h -rw-r--r-- 1 root root 26181 nov 26 02:36 freeglut_std.h -rw-r--r-- 1 root root 84468 nov 26 02:28 gl.h -rw-r--r-- 1 root root 128943 nov 26 02:28 gl_mangle.h -rw-r--r-- 1 root root 726913 nov 26 02:28 glext.h -rw-r--r-- 1 root root 17255 nov 26 02:41 glu.h -rw-r--r-- 1 root root 3315 nov 26 02:41 glu_mangle.h -rw-r--r-- 1 root root 639 nov 26 02:36 glut.h -rw-r--r-- 1 root root 17170 nov 26 02:28 glx.h -rw-r--r-- 1 root root 3463 nov 26 02:28 glx_mangle.h -rw-r--r-- 1 root root 44059 nov 26 02:28 glxext.h -rw-r--r-- 1 root root 4706 nov 22 00:23 glxint.h -rw-r--r-- 1 root root 2086 nov 22 00:23 glxmd.h -rw-r--r-- 1 root root 80979 nov 22 00:23 glxproto.h -rw-r--r-- 1 root root 11246 nov 22 00:23 glxtokens.h drwxr-xr-x 2 root root 4096 nov 26 02:28 internal -rw-r--r-- 1 root root 8497 nov 26 02:28 osmesa.h -rw-r--r-- 1 root root 51274 nov 26 02:28 vms_x_fix.h -rw-r--r-- 1 root root 41377 nov 26 02:28 wglext.h -rw-r--r-- 1 root root 4468 nov 26 02:28 wmesa.h thanks.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page