[Bug 526426] Review Request: libgle - A Tubing and Extrusion Library for OpenGL

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 3 17:27:02 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526426





--- Comment #17 from Thomas Fitzsimmons <fitzsim at fitzsim.org>  2009-12-03 12:26:57 EDT ---
Created an attachment (id=375849)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=375849)
Patch to make libgle's Makefile.examples libtool-independent.

Here is a patch to examples/Makefile.examples to allow building the examples
after the -devel package has been installed.

cp -r /usr/share/doc/libgle-devel-3.1.0/examples/ ~
cd ~/examples
make -f Makefile.examples

Mary, can you add this patch to the RPM?

Here's a sample compilation (resulting binary worked on i586):

gcc -c -o mainsimple.o mainsimple.c
...
gcc -c -o helix.o helix.c
cc -g -O2 -Wall  -o helix  helix.o mainsimple.o -lgle -lglut -lGLU -lGL -lXmu
-lXi -lXext -lXmu -lXt -lX11 -lm

I think this answers the questions of what -devel packages libgle-devel should
require, and also that it should not own /usr/include/GL since it will be
installed by the libX11-devel -> xorg-x11-proto-devel dependency chain.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list