Displaying 20 results from an estimated 51 matches for "lglu".
Did you mean:
glu
2007 Oct 29
3
Anyone compiled a 64 bit version from source??
Preferably SUSE, but I'll take help from any one who has done a 64 bit
version.
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20071029/841e7791/attachment-0001.htm
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl.
What do I not have installed?
I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib
only warnings I got was abour FontForge missing.
make depend
make
THanks,
jerry
-----------
make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32'
make[2]: Entering directory
2001 Oct 13
2
Wine and OpenGL with NVdia
...f the script is the following:
<<<<
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glext.h... yes
checking for up-to-date OpenGL version... yes
checking for thread-safe OpenGL version... no
checking for glXCreateContext in -lGL... no
checking for gluLookAt in -lGLU... no
>>>>
I installed the newest NVidia GLX and kernel drivers. When I run Half-Life
it says that the opengl-mode is not supported by my video card. So I think
Wine isn't compled with OpenGL.
There should be no Mesa-library on my system.
Can you plz tell me, which files i need...
2009 Feb 07
0
Error installing MacPorts rb-fxruby...
...9;fox'' library prerequisite. It looks like it''s
having trouble generating the libraries: "-o .libs/libFOX-1.6.0.0.34.dylib"
and "-o libFOX-1.6.la". The errors generated are:
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can''t locate file for:
-lGLU
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lGLU is not an
object file (not allowed in a library)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can''t locate file for:
-lGL
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lGL is not an
object file (not allowed in...
2001 Aug 10
1
Can't seem to build wine correctly
...f.
checking for XvShmCreateImage in -lXv... yes
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glext.h... yes
checking for up-to-date OpenGL version... yes
checking for thread-safe OpenGL version... no
checking for glXCreateContext in -lGL... no
checking for gluLookAt in -lGLU... no
ii xlib6g 4.1.0-2 pseudopackage providing X libraries
ii xlib6g-dev 4.1.0-2 pseudopackage providing X library developmen
ii xlibmesa-dev 4.1.0-2 XFree86 version of Mesa 3D graphics library
ii xlibmesa3 4.1.0-2 XFree86 version of Mesa 3D gr...
2009 Sep 05
1
the opengl and glu fiasco with wine 1.1.29 and nvidia binary
i have been compiling wine from git regularly with no problems whatsoever until now. ./configure now always spits out not found messages for -lGL and -lGLU. opengl and direct3d support cannot be enabled. how do i fix that. i'm on fedora 11 with nvidia 190.32 drivers. thanks for any help i can get.
2004 Aug 24
0
rgl installation problems
...in /usr/local/lib)
>>
>>g++ -shared -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o
>>glgui.o -L/usr/X11R6/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpng12 -lz -lm -lstdc++ -lX11 -lXext -lGL -lGLU -lpng12 -lz -lm
>>Note that he had no --shared but did have crt1.o, that is was trying to build a standalone executable and not a shared object.
>>Something is wrong with the R installation's rules to make shared libraries.
>>On Fri, 25 Jun 2004, Duncan Murdoch wrote:...
2009 Sep 04
6
Making wine use the correct OpenGL libraries
...es by default, in other words, running ./configure with:
./configure CPPFLAGS='-I/usr/X11/include'
Results in:
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glu.h... yes
checking for up-to-date OpenGL version... yes
checking for -lGL... libGL.1.dylib
checking for -lGLU... libGLU.1.dylib
But at runtime it can't find the .1 versions of the libraries - I'm guessing because those aren't in the OpenGL framework folder. So, to make this work I'm assuming it needs to use libGL.dylib file instead. So, in a desperate attempt to fix this issue, I tried:
./...
2006 Jul 12
2
Error install rgl package on linux
...gui.o osxlib.o par3d.o pixmap.o PointSet.o PrimitiveSet.o
QuadSet.o RenderContext.o render.o rglview.o scene.o select.o Shape.o
SphereMesh.o SphereSet.o SpriteSet.o String.o Surface.o TextSet.o
Texture.o TriangleSet.o types.o Viewpoint.o win32gui.o win32lib.o
x11gui.o x11lib.o -L -lX11 -lXext -lGL -lGLU -L/usr/lib -lpng12
-L/usr/lib/R/lib -lR
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make: *** [rgl.so] Error 1
chmod: cannot access
`/home/subianto/local/lib/R/library/site-packages/rgl/libs/*': No such
file or directory
ERROR: compilation failed for package 'rgl'...
2007 Nov 22
2
3D accelleration and Intel 940/945GM/GMS/GML
.... libXrender.so.1
checking for XRenderSetPictureTransform in -lXrender... yes
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glext.h... yes
checking for GL/glu.h... yes
checking for up-to-date OpenGL version... yes
checking for -lGL... libGL.so.1
checking for gluLookAt in -lGLU... yes
(wine git release, Debian Testing, Acer Aspire 5310)
Regards.
2010 Jan 12
1
rgl: bogus configure[.ac] (PR#14183)
...S} -L${withval}"
+L_LIB="-L${withval}"
+]
)
+
AC_ARG_WITH(gl-libname,
[ --with-gl-libname=NAME specify Library name (defaults to "GL")],
[lGL=${withval}], [lGL=GL]
@@ -179,6 +182,9 @@
if test "x$this" != xyes; then
AC_ERROR([missing required library ${lGLU}])
fi
+if test x$L_LIB != x; then
+ LIBS="${L_LIB} ${LIBS}"
+fi
## --- FTGL ------------------------------------------------------------------
2001 Sep 20
3
Wine and NVIDIA
...ing for GL/gl.h... (cached) yes
checking for GL/glx.h... (cached) yes
checking for GL/glext.h... (cached) yes
checking for up-to-date OpenGL version... (cached) yes
checking for thread-safe OpenGL version... (cached) no
checking for glXCreateContext in -lGL... (cached) no
checking for gluLookAt in -lGLU... (cached) no
*snipp*
What is wrong? libGL.so and libGLU are in position. libGL.so points to the
NVidia-libs. The headerfiles are the correct ones. ldconfig -p says that it
got the libraries.
So why da heck don't I get hardware acceleration.
By the way: Alle other 3d apps compile perfectly...
2004 Jun 25
4
rgl installation problems
...-pedantic -fno-exceptions -fno-rtti -fPIC -O2 -g
-march=i
386 -mcpu=i686 -c glgui.cpp -o glgui.o
g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o
pixmap.o
gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o
-L/usr/X11R6/lib
-L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In
functio
n `_start':
../sysdeps/i386/elf/start.S:77: undefined reference to `main'
x11lib.o(.text+0x84): In function `set_R_handler':
/tmp/R.INSTALL.8663/rgl/src/x11gui.h:33: undefined reference to
`R_InputH...
2007 Dec 29
2
[LLVMdev] llvm-gcc-4.2 and -O4
...gl_utils.o ogl_body.o ogl_bitmap_character.o
llvm-gcc -o molscript -O4 molscript.tab.o global.o lex.o col.o select.o state.o graphics.o segment.o coord.o xform.o postscript.o raster3d.o vrml.o regex.o opengl.o image.o eps_img.o sgi_img.o jpeg_img.o png_img.o clib/clib.a \
-L/sw/lib -lglut -lGLU -lGL /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib -L/usr/X11R6/lib -lX11 -lXi -lXmu -L/sw/lib -ljpeg -L/sw/lib -lpng -lz -bind_at_load -lm
ld: warning in molscript.tab.o, file is not of required architecture
ld: warning in global.o, file is not of required architecture...
2004 Nov 22
1
Installing rgl in R2.0.1
...rtti passed to ld, if ld is invoked, ignored otherwise
CC -G -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o -L/usr/openwin/lib -L/users/local/lib -R/users/local/lib -lpng12 -lz -lm -lstdc++ -lX11 -lXext -lGL -lGLU -lpng12 -lz -lm
ld: fatal: library -lstdc++: not found
ld: fatal: File processing errors. No output written to rgl.so
*** Error code 1
make: Fatal error: Command failed for target `rgl.so'
ERROR: compilation failed for package 'rgl'
Previous packages figured out from whatever informa...
2004 Aug 08
2
R packages install problems linux - X not found (WhiteBoxEL 3)
...ons
> -fno-rtti -fPIC -O2 -g -march=i386 -mcpu=i686 -c glgui.cpp -o glgui.o
>
> g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o
> pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o
> -L/usr/X11R6/lib -L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng
> /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../crt1.o(.text+0x18): In
> function `_start':
> : undefined reference to `main'
> x11lib.o(.text+0x84): In function `set_R_handler':
> /tmp/R.INSTALL.13414/rgl/src/x11gui.h:33: undefined reference to
> `R_InputHan...
2004 Apr 15
1
error during "make"; can't find ./tools/wineinstall
You have to run ./tools/wineinstall as a normal user, not root.
Ivan.
2004 Aug 08
0
FW: R packages install problems linux - X not found (WhiteBoxEL 3)
...ll -pedantic -fno-exceptions
-fno-rtti -fPIC -O2 -g -march=i386 -mcpu=i686 -c glgui.cpp -o glgui.o
g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o
pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o
-L/usr/X11R6/lib -L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
x11lib.o(.text+0x84): In function `set_R_handler':
/tmp/R.INSTALL.13414/rgl/src/x11gui.h:33: undefined reference to
`R_InputHandlers'
x11lib.o(.text+0x92...
2007 Mar 19
1
OpenGL support on wine 0.9.21 in Fedora Core 5
.... yes
checking for XRenderSetPictureTransform in -lXrender... yes
checking for GL/gl.h... yes
checking for GL/glx.h... yes
checking for GL/glext.h... yes
checking for GL/glu.h... yes
checking for up-to-date OpenGL version... yes
checking for glXCreateContext in -lGL... no
checking for gluLookAt in -lGLU... no
checking for glutMainLoop in -lglut... no
I have 3d acceleration, so what's holding wine up? :(
2008 Jul 14
0
rgl.snapshot on linux produces colored lines only
...libraries /usr/lib, headers /usr/include/X11
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glEnd in -lGL... yes
checking for gluProject in -lGLU... yes
checking for freetype-config... yes
configure: using Freetype and FTGL
configure: creating ./config.status
config.status: creating src/Makevars
[[alternative HTML version deleted]]