GNUStep Upgrade

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: another_commander, winston, Getafix

User avatar
Getafix
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 979
Joined: Tue Apr 01, 2008 12:55 pm
Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
Contact:

Post by Getafix »

NOTE: If you have gnustep-make >= v2.0.0 then you should edit the GNUmakefile.postamble to the following:

Code: Select all

ifeq ($(debug),yes)
	EXTENSION=debug
	SHAREDOBJ=obj
else
	EXTENSION=app
	SHAREDOBJ=obj
endif
and to finally build OOlite execute:

Code: Select all

make debug=no
(for further information read the GNUstep Make Release Notes)
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

Good point, that too.
User avatar
Getafix
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 979
Joined: Tue Apr 01, 2008 12:55 pm
Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
Contact:

Post by Getafix »

Instructions on how to build Oolite in Ubuntu 8.04 32/64bit are now posted here. Since Ubuntu is a debian linux distro, I hope it will be useful not only to Ubuntu users.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
Post Reply