Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Search found 17 matches

by rion
Sun Mar 05, 2017 7:43 pm
Forum: Suggestion Box
Topic: Compilation with external SpiderMonkey
Replies: 0
Views: 8152

Compilation with external SpiderMonkey

Hi I know developers are trying to make intallation simple and stable enough but usually package maintainers for specific distros are not that happy with this approach. The main problem is bundled dependencies. they increase compilation time, they supported not that good as main tree, they make the ...
by rion
Mon Oct 31, 2011 1:41 am
Forum: Outworld
Topic: BerliOS going down at the end of this year!
Replies: 9
Views: 2390

Re: BerliOS going down at the end of this year!

my preferences: 1) github 2) googlecode (from time to time its repos are down for a short time) 3) sourceforge (bad forum, no wiki, slow interface, stupid bug tracker) I'd also looked at but don't have projects on: 1) gitorious.net 2) launchpad.net (interface a bit complicated, not everyone likes ba...
by rion
Fri May 14, 2010 1:08 pm
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

thanks, now its compilable w/o patches, but warning introduced by fixes is still here

Code: Select all

src/Core/Entities/Entity.m:48:25: warning: objc/runtime.h: no such file or directory
suggested fix

Code: Select all

#if !OOLITE_GNUSTEP_1_20
removes warning
by rion
Fri May 14, 2010 9:32 am
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

I’ve now deleted that particular hack completely. It was bad form anyway. and what about second part of patch? diff -ur oolite-dev-source-9999.orig/src/Core/Universe.m oolite-dev-source-9999/src/Core/Universe.m --- oolite-dev-source-9999.orig/src/Core/Universe.m 2010-05-14 13:04:30.264236785 +0600 ...
by rion
Fri May 14, 2010 7:23 am
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

unfortnatelly it still won't compile but with next patch everything seems to be fine diff -ur oolite-dev-source-9999.orig/src/Core/NSNumberOOExtensions.m oolite-dev-source-9999/src/Core/NSNumberOOExtensions.m --- oolite-dev-source-9999.orig/src/Core/NSNumberOOExtensions.m 2010-05-14 13:04:30.2502369...
by rion
Thu May 13, 2010 8:11 pm
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

Thanks rion! I'm not sure when we're going to go from our present - fairly old - gnustep build system to a more recent one, but when we do we'll definitely use your work! :) this patch does not abolish support for old versions of gnustep-base. so its safe to apply it, but probably i'd made it more ...
by rion
Thu May 13, 2010 2:30 pm
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

anyone?..

i've uploaded ready to apply patch http://filebin.ca/skftnm/oolite-gnustep-1.20.patch
by rion
Thu May 13, 2010 8:15 am
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

about compatibility issue with latest gnustep-base error refers to first declaration in /usr/GNUstep/System/Library/Headers/ObjectiveC2/runtime.h which looks like size_t class_getInstanceSize(Class cls); as you can see its not static. i also noticed that this function is not declared anywhere in the...
by rion
Wed May 12, 2010 2:35 pm
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

You can try from a clean source tree checkout: make -f Makefile distro-release -lpulse is not used when building with the distro's dependencies. thanks for clarification. now it compiles w/o errors =) gentoo users can try my 9999(trunk) ebuild as always by adding "rion" overlay and unmask...
by rion
Wed May 12, 2010 11:26 am
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

Suggestion #1 Install the missing library libpulse-dev. not acceptable on gentoo since there is no separate library. moreover i don't want to have whole pulseaudio installed just to make oolite linkable Suggestion #2 Do not install libpulse-dev, but build with distro-release option. In that case yo...
by rion
Wed May 12, 2010 6:21 am
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

now it fails on pulseaudio linking, which is not installed on my system at all.
as far as i see, oolite itself doesn't use pulseaudio, but espeak can be linked with it (at least on gentoo). so probably its better to make pulseaudio optional or exclude it at all.
by rion
Tue May 11, 2010 1:24 pm
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

Is this the only error you get? compilation just stops here. so the only 1. What version of GCC are you running? Versions 3.4.2 (used on Windows) and 4.0 and 4.2 (used on Mac (I think)) do fine there. 4.4.3 2. You seem to be building with 'make use_distro_deps'. Try building using gnustep-base 1.18...
by rion
Tue May 11, 2010 12:24 pm
Forum: Testing and Bug reports
Topic: building from trunk failed
Replies: 21
Views: 3853

building from trunk failed

just tried to build oolite from trunk on my gentoo system but got next error src/Core/Entities/Entity.m:53: error: static declaration of 'class_getInstanceSize' follows non-static declaration # eix -cI gnustep gnustep-base/gnustep-base (1.20.0@11.05.2010): A library of general-purpose, non-graphical...
by rion
Wed Mar 24, 2010 7:53 am
Forum: Oolite-Linux
Topic: Gentoo Linux
Replies: 5
Views: 5361

readded stable as source tarball package (not svn)
by rion
Fri Sep 25, 2009 6:57 pm
Forum: Oolite-Linux
Topic: Gentoo Linux
Replies: 5
Views: 5361

added stable version to overlay