Displaying 3 results from an estimated 3 matches for "wglusefontoutlines_common".
2007 Oct 20
0
Need help compiling on OpenSuse 10.2 -- 64 bit smp machine
...then I get a
pile of error messages --- shown at the end of this email.
Apparently it is not finding any GLU libraries but I show that the
freeglut library is installed correctly.
Has anyone else run into this, and how did you fix it??
Mike
Error message returned by gcc:
wgl.o: In function `wglUseFontOutlines_common':
**/wine-0.9.47/dlls/opengl32/wgl.c:384: undefined reference to `gluNewTess'
**/wine-0.9.47/dlls/opengl32/wgl.c:387: undefined reference to
`gluTessCallback'
**/wine-0.9.47/dlls/opengl32/wgl.c:388: undefined reference to
`gluTessCallback'
**/wine-0.9.47/dlls/opengl32/wgl.c:389: und...
2007 Sep 14
1
Compiling git on FC7 64 bit
...o wgl.o version.res
-o opengl32.dll.so -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll
-L/usr/lib64 -lSM -lICE -lXxf86vm -lXext -lX11 -lGL
../../libs/port/libwine_port.a
/usr/bin/ld: skipping incompatible /usr/lib64/libSM.so when searching
for -lSM
...(about a dozen more)
wgl.o: In function `wglUseFontOutlines_common':
/home/wine/dlls/opengl32/wgl.c:387: undefined reference to `gluNewTess'
...(about a dozen more)
collect2: ld returned 1 exit status
winegcc: gcc failed.
So the first thing I notice is that the command gets the -L/usr/lib64
flag for some reason, even though all the rest of the files are...
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
...../../tools/winegcc/winegcc -B../../tools/winebuild
-shared ./opengl32.spec opengl_ext.o opengl_norm.o wgl.o
version.res -o opengl32.dll.so -luser32 -lgdi32 -ladvapi32
-lkernel32 -lntdll -L/usr/lib -lSM -lICE -lXxf86vm -lXext -lX11
-lGL ../../libs/port/libwine_port.a
wgl.o: In function `wglUseFontOutlines_common':
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:388: undefined reference
to `gluNewTess'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:391: undefined reference
to `gluTessCallback'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:392: undefined reference
to `gluTessCallback'
/home/sile...