mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Proposed new package: ftgl


From: Stefan Löffler
Subject: [Mingw-cross-env-list] Proposed new package: ftgl
Date: Mon, 20 Sep 2010 17:29:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4

 Hi all,

I'm new to this list, but I love mingw-cross-env and would like to
contribute.

Attached are files for building the ftgl library.
A few notes:
 * the patch bypasses the normal opengl checking routine. The reason for
this is that "-lopengl32" must be specified after the object file (i.e.,
"gcc test.c -lopengl32" instead of "gcc -lopengl32 test.c") in order to
work and I didn't find a way to accomplish that with the standard
autoconf macros. I'm just assuming that opengl32 and glu32 are
automatically available in a standard location in all mingw-cross-env
builds?
 * Because some of the m4 macros are altered by the patch, "configure"
must be recreated. I added a call to "autoconf" in the build
specifications. Is that correct? Or should something be added as a
dependency in that case?
 * I've never used the update mechanism, so I can't tell if the
"$(PKG)_UPDATE" definition is correct.

HTH
Stefan

Attachment: ftgl.mk
Description: Text document

Attachment: ftgl-gl-m4.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]