
still get same nulls

so no new version and no excellent looking oxp from LB

Moderators: winston, another_commander, Getafix
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
Yes. (Fixed for 1.72.)DaddyHoggy wrote:Are the several thousand warnings about pointers the norm?
Sounds like an issue with step 1.2 in Getafix’s write-up. Also, you probably need to start a new shell after that step.newtonke wrote:Help, I have GNUmakefile. Appreciated. Ubuntu 64 on a Core2 w/4gig ram
I followed all the steps..
trunk$ make debug=no
GNUmakefile:1: /common.make: No such file or directory
GNUmakefile:31: /objc.make: No such file or directory
make: *** No rule to make target `/objc.make'. Stop.
Code: Select all
$ . `locate GNUstep.sh`
A odd note: I was only able to get past this byAhruman wrote:Sounds like an issue with step 1.2 in Getafix’s write-up. Also, you probably need to start a new shell after that step.newtonke wrote:Help, I have GNUmakefile. Appreciated. Ubuntu 64 on a Core2 w/4gig ram
I followed all the steps..
trunk$ make debug=no
GNUmakefile:1: /common.make: No such file or directory
GNUmakefile:31: /objc.make: No such file or directory
make: *** No rule to make target `/objc.make'. Stop.
Code: Select all
%>source /usr/share/GNUstep/Makefiles/GNUstep.sh
Code: Select all
%>make debug=no
Seems it creates a /Resouces dir in the main root, which I believe is not what is supposed to happen..
.
.
rm -rf oolite.app
/usr/share/GNUstep/Makefiles/mkinstalldirs oolite.app
/usr/share/GNUstep/Makefiles/mkinstalldirs oolite.app /Resources
cp -r Resources oolite.app
cp -r Schemata oolite.app /Resources
cp src/Cocoa/Info-Oolite.plist oolite.app /Resources/Info-gnustep.plist
cp: target `/Resources/Info-gnustep.plist' is not a directory
make: *** [after-all] Error 1
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
Code: Select all
$ locate oolite.app
I built ir just as told on this threads original post. I also re-did all the steps to re-install 1.71 and still nothing... the tree is /home/.oolite/oolite.app/oolite.... and even this does nt run it... nothing works.. i did notice that in ibex the gnustep was removed, but as i said ive put it all back in and still nothing.....Micha wrote:Considering default Ubuntu Oolite is still at 1.65 you must have compiled it yourself. How did you compile it (make or dpkg-buildpackage?) and if the former, where did you install it? If the latter, it's possible the upgrade removed it for some reason (shouldn't have but you never know).
You can try typing:to find it.Code: Select all
$ locate oolite.app
Code: Select all
svn co -r1826 http://svn.berlios.de/svnroot/repos/oolite-linux/branches/1.72-maintenance/