discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building frameworks on GNUstep Windows


From: Andreas Höschler
Subject: Re: Building frameworks on GNUstep Windows
Date: Fri, 18 Feb 2005 15:24:19 +0100

Hello,

we have installed GNUstep base on Windows using the the binary installer (good work) and even managed to build gui. However, we encounter problems while porting our frameworks to windows. Building any framework gives us
...
SRManager.m: undefined reference to '__objc_class_name_NSString'
SRManager.m: undefined reference to '__objc_class_name_NSData'
SRManager.m: undefined reference to '__objc_class_name_NSArray'
C:\GNUstep\Development\msys\1.0\mingw\bin\dllwrap.exe: no export definition file provided.
Creating one. This might not what you want.
Any idea what this means and how this can be fixed?

The short answer: This is a limitation/bug of/in GNUstep-make and needs to be fixed. If you explicitly tell the framework to link against GNUstep-base, it will compile, BUT.....the problem is a lot more complex than you may realize..

I tried that (adding -lgnustep-base to FaxServiceFoundation_FRAMEWORK_LIBS) but I still get the same error. What is wrong in my GNUMakefile?


Attachment: GNUmakefile
Description: Binary data



Attachment: FaxServiceFoundation.tar.gz
Description: GNU Zip compressed data



I have added a complete famework project with only one class if anybody cares to try that. The makefile works on Linux and Mac but not on Windows.

Thanks a lot!

Regards,

Andreas

reply via email to

[Prev in Thread] Current Thread [Next in Thread]