NSObject errors compiling Objective-C programs

2005-10-10 Thread Mehul N. Sanghvi
OK, so I've got gnustep-base and gnustep-make installed. I'm trying to follow the code as given on the Objective-C for Beginners website which is refrenced from the gnustep.org website. I am getting the following error when I try to compile the simple fractions example: prompt% make Making

Re: NSObject errors compiling Objective-C programs

2005-10-10 Thread Richard Frith-Macdonald
On 2005-10-10 06:41:02 + Mehul N. Sanghvi [EMAIL PROTECTED] wrote: OK, so I've got gnustep-base and gnustep-make installed. I'm trying to follow the code as given on the Objective-C for Beginners website which is refrenced from the gnustep.org website. I am getting the following

Re: NSObject errors compiling Objective-C programs

2005-10-10 Thread Sašo Kiselkov
The problem is in your GNUmakefile. Replace OBJC_PROGRAM_NAME with TOOL_NAME and instead of include $(GNUSTEP_MAKEFILES)/objc.make do include $(GNUSTEP_MAKEFILES)/tool.make Your problem is based on the fact that GNUstep-make allows you to also build plain Objective-C programs with no

Bug in Installation program!

2005-10-10 Thread Jeannette Gorrin
Hi, everybody: Could you help me? I have a problem in Installation script (./InstallGnustep). The last message was: - Installation of GNUstep Back failed. Send the /home/jeannette/Desktop/Aplicaciones/gnustep-startup-0.12.0/build/logs.tar.gz

Re: NSObject errors compiling Objective-C programs

2005-10-10 Thread Mehul N. Sanghvi
Richard Frith-Macdonald said the following on 10/10/2005 3:28 AM: You are building a standalone program which doesn't use the GNUstep base library ... as such, you can't have it usse anything in the base library (such as NSObject). This is probably not what you want. I guess you want to

Re: GNUstep behaving odd (colour) in XDMCP session

2005-10-10 Thread Fred Kiefer
taewon (sent by Nabble.com) wrote: Hmmm Sorry I don't quite know which backend... I'm using deb pkg gnustep-back 0.9.5-1, libgnustep-base 1.10.3-1, libgnustep-gui 0.9.5-1. How can I change the backend? Ah, you are using pre-build packages, but rather old ones. So perhaps your problem may

Re: openapp woes in Debian unstable?

2005-10-10 Thread Adam Fedor
On 2005-10-07 06:53:01 -0600 Kristian Rink [EMAIL PROTECTED] wrote: No, that version of openapp comes with gnustep-make package being part of Debian unstable. There's another openapp script here located at /usr/lib/GNUstep/System/Tools/openapp which seems to be more GNUstep'ish. Anyhow, what