LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: vromero on November 06, 2003, 11:29:44

Title: How to compile from sources
Post by: vromero on November 06, 2003, 11:29:44
Actully AFAIK theres only a Makefile.am in the linux source, and just using autoconf or automake doesnt work. How do I compile this?

 What about a Makefile.cvs to do this things

Greetings.
Title: How to compile from sources
Post by: elias on November 06, 2003, 14:44:58
do an ./autogen.sh before ./configure (--enable-debug) and make.

- elias
Title: Finally We did it but...
Post by: vromero on November 06, 2003, 14:57:48
You have to know that all source code releases lacks autogen, configure, and so on, we have to get it from CVS.
Title: How to compile from sources
Post by: elias on November 06, 2003, 15:02:18
Oh _that_ source. Yeah, well, I'm not exactly sure why the source dist. is source files only. Ask the admins, aka Cas & Matzon :-)

- elias
Title: How to compile from sources
Post by: Matzon on November 06, 2003, 16:20:57
I remember hearing this before *whistling innocently*
It's the ant buildfile that needs to get fixed, will do this later tonight so that it will be ready for next release.
Title: How to compile from sources
Post by: Matzon on November 06, 2003, 16:41:26
blah, this will take a bit longer - this weekend instead!
The build script is a bit screwy anyway - need to update it to use Bean Scripting Framework, to allow it to be a wee bit more generic.

Will post update
Title: How to compile from sources
Post by: Matzon on November 06, 2003, 16:42:27
On a related note, Elias is now also an admin (which he should have been a long time ago), so now you can go pester him too  :twisted:
Title: How to compile from sources
Post by: cfmdobbie on November 06, 2003, 16:44:29
Quote from: "Matzon"will do this later tonight so that it will be ready for next release.

Do I hear a 0.9 on the horizon? :shock:
Title: How to compile from sources
Post by: Matzon on November 06, 2003, 17:31:25
well, there hasn't really been added that many more features since 0.8, so most likely we'll do a 0.8.1 which fixes some of the bugs thus far.
Title: How to compile from sources
Post by: Matzon on November 09, 2003, 22:26:06
just an update - I have a *much* better build file now, but I am just struggling a bit with the platform specific parts of the release targets, hopefully they will be solved tomorrow evening...
Title: How to compile from sources
Post by: Matzon on November 13, 2003, 06:30:28
ok, so someone stole my time - I think I will have it up tonight since I will just use some hacks, for the time being, to get it to work.
Title: How to compile from sources
Post by: Matzon on November 14, 2003, 06:30:43
I comitted it last night (including hacks :/) - I'll get elias to fix the linux & macosx targets ASAP - and then we should have a *much* more complete build file!