Compiling GNUstep base on OSX 10.5.7

View: New views
16 Messages — Rating Filter:   Alert me  

Compiling GNUstep base on OSX 10.5.7

by _.-lucas-._ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all

I'm tryng to use GNUstep on macintel darwin9 with gnu-gnu-gnu and the
dependencies from macports
and when make gnustep-base get this error:

gnustep-base-1.19.1 lucas$ .
/opt/local/GNUstep/System/Library/Makefiles/GNUstep.sh
gnustep-base-1.19.1 lucas$ make
This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.
Making all in Source...
Making all in subprojects of library libgnustep-base...
Making all for subproject Additions...
 Compiling file GSCategories.m ...
 Compiling file GSObjCRuntime.m ...
 Compiling file GCObject.m ...
 Compiling file GCArray.m ...
 Compiling file GCDictionary.m ...
 Compiling file GSLock.m ...
 Compiling file GSMime.m ...
 Compiling file GSXML.m ...
 Compiling file GSFunctions.m ...
 Compiling file GSInsensitiveDictionary.m ...
 Compiling file behavior.m ...
 Compiling file Unicode.m ...
 Linking subproject Additions ...
Making all for subproject unix...
 Compiling file GSRunLoopCtxt.m ...
 Compiling file NSStream.m ...
 Linking subproject unix ...
Making all for library libgnustep-base...
 Compiling file GSLocale.m ...
 Compiling file preface.m ...
 Compiling file mframe.m ...
 Compiling file synchronization.m ...
 Compiling file cifframe.m ...
 Compiling file GSArray.m ...
 Compiling file GSAttributedString.m ...
 Compiling file GSConcreteValue.m ...
 Compiling file GSCountedSet.m ...
 Compiling file GSDictionary.m ...
 Compiling file GSFormat.m ...
 Compiling file GSFTPURLHandle.m ...
 Compiling file GSHTTPAuthentication.m ...
 Compiling file GSHTTPURLHandle.m ...
 Compiling file GSRunLoopWatcher.m ...
 Compiling file GSSet.m ...
 Compiling file GSSocketStream.m ...
 Compiling file GSStream.m ...
 Compiling file GSString.m ...
 Compiling file GSValue.m ...
 Compiling file NSAffineTransform.m ...
 Compiling file NSArchiver.m ...
 Compiling file NSArray.m ...
 Compiling file NSAssertionHandler.m ...
 Compiling file NSAttributedString.m ...
 Compiling file NSAutoreleasePool.m ...
 Compiling file NSBundle.m ...
 Compiling file NSCachedURLResponse.m ...
 Compiling file NSCalendarDate.m ...
 Compiling file NSCallBacks.m ...
 Compiling file NSCharacterSet.m ...
 Compiling file NSClassDescription.m ...
 Compiling file NSCoder.m ...
 Compiling file NSCopyObject.m ...
 Compiling file NSCountedSet.m ...
 Compiling file NSConcreteHashTable.m ...
 Compiling file NSConcreteMapTable.m ...
 Compiling file NSConcreteNumber.m ...
In file included from NSConcreteNumber.m:37:
NSConcreteNumberTemplate.m: In function '-[NSBoolNumber compare:]':
NSConcreteNumberTemplate.m:192: error: cannot find interface
declaration for 'NSConstantString'
NSConcreteNumberTemplate.m: In function '-[NSBoolNumber
descriptionWithLocale:]':
NSConcreteNumberTemplate.m:539: warning: control reaches end of
non-void function
make[3]: *** [obj/ix86/darwin9/gnu-gnu-gnu/NSConcreteNumber.m.o] Error 1
make[2]: *** [internal-library-all_] Error 2
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make: *** [internal-all] Error 2
gnustep-base-1.19.1 lucas$

(I think follow all the complicated steps right but maybe not...)
I think the make don't find the GSConfig.h file but I don't know how
to solve it.
Any suggestion?

Thanks in advance.
Lucas


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Compiling GNUstep base on OSX 10.5.7

by Jamie Ramone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Now that I've re-read that, I don't see ./configure... anywhere. Did
you perform that step? Cause that could be the reason for the
gnu-gnu-gnu- mis detection and the lack of the GSConfig.h file. Even
if gnustep-make is installed you have to configure this package befor
compiling it (and I'm still amazed it compiled anything at all,
shoulda just barfed from the go to).

On Tue, Jun 30, 2009 at 5:30 AM, Lucas Samaruga<samarugalucas@...> wrote:

> Hi all
>
> I'm tryng to use GNUstep on macintel darwin9 with gnu-gnu-gnu and the
> dependencies from macports
> and when make gnustep-base get this error:
>
> gnustep-base-1.19.1 lucas$ .
> /opt/local/GNUstep/System/Library/Makefiles/GNUstep.sh
> gnustep-base-1.19.1 lucas$ make
> This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.
> Making all in Source...
> Making all in subprojects of library libgnustep-base...
> Making all for subproject Additions...
>  Compiling file GSCategories.m ...
>  Compiling file GSObjCRuntime.m ...
>  Compiling file GCObject.m ...
>  Compiling file GCArray.m ...
>  Compiling file GCDictionary.m ...
>  Compiling file GSLock.m ...
>  Compiling file GSMime.m ...
>  Compiling file GSXML.m ...
>  Compiling file GSFunctions.m ...
>  Compiling file GSInsensitiveDictionary.m ...
>  Compiling file behavior.m ...
>  Compiling file Unicode.m ...
>  Linking subproject Additions ...
> Making all for subproject unix...
>  Compiling file GSRunLoopCtxt.m ...
>  Compiling file NSStream.m ...
>  Linking subproject unix ...
> Making all for library libgnustep-base...
>  Compiling file GSLocale.m ...
>  Compiling file preface.m ...
>  Compiling file mframe.m ...
>  Compiling file synchronization.m ...
>  Compiling file cifframe.m ...
>  Compiling file GSArray.m ...
>  Compiling file GSAttributedString.m ...
>  Compiling file GSConcreteValue.m ...
>  Compiling file GSCountedSet.m ...
>  Compiling file GSDictionary.m ...
>  Compiling file GSFormat.m ...
>  Compiling file GSFTPURLHandle.m ...
>  Compiling file GSHTTPAuthentication.m ...
>  Compiling file GSHTTPURLHandle.m ...
>  Compiling file GSRunLoopWatcher.m ...
>  Compiling file GSSet.m ...
>  Compiling file GSSocketStream.m ...
>  Compiling file GSStream.m ...
>  Compiling file GSString.m ...
>  Compiling file GSValue.m ...
>  Compiling file NSAffineTransform.m ...
>  Compiling file NSArchiver.m ...
>  Compiling file NSArray.m ...
>  Compiling file NSAssertionHandler.m ...
>  Compiling file NSAttributedString.m ...
>  Compiling file NSAutoreleasePool.m ...
>  Compiling file NSBundle.m ...
>  Compiling file NSCachedURLResponse.m ...
>  Compiling file NSCalendarDate.m ...
>  Compiling file NSCallBacks.m ...
>  Compiling file NSCharacterSet.m ...
>  Compiling file NSClassDescription.m ...
>  Compiling file NSCoder.m ...
>  Compiling file NSCopyObject.m ...
>  Compiling file NSCountedSet.m ...
>  Compiling file NSConcreteHashTable.m ...
>  Compiling file NSConcreteMapTable.m ...
>  Compiling file NSConcreteNumber.m ...
> In file included from NSConcreteNumber.m:37:
> NSConcreteNumberTemplate.m: In function '-[NSBoolNumber compare:]':
> NSConcreteNumberTemplate.m:192: error: cannot find interface
> declaration for 'NSConstantString'
> NSConcreteNumberTemplate.m: In function '-[NSBoolNumber
> descriptionWithLocale:]':
> NSConcreteNumberTemplate.m:539: warning: control reaches end of
> non-void function
> make[3]: *** [obj/ix86/darwin9/gnu-gnu-gnu/NSConcreteNumber.m.o] Error 1
> make[2]: *** [internal-library-all_] Error 2
> make[1]: *** [libgnustep-base.all.library.variables] Error 2
> make: *** [internal-all] Error 2
> gnustep-base-1.19.1 lucas$
>
> (I think follow all the complicated steps right but maybe not...)
> I think the make don't find the GSConfig.h file but I don't know how
> to solve it.
> Any suggestion?
>
> Thanks in advance.
> Lucas
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@...
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>

--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Compiling GNUstep base on OSX 10.5.7

by _.-lucas-._ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Jamie

I ./configure both following instructions in help files (flags, etc).
I will make the steps from zero again and post the output of every
one.

Lucas


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Compiling GNUstep base on OSX 10.5.7

by _.-lucas-._ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry for late

the following steps:
(makes omitted)

gnustep-base-1.19.1 lucas$ ./configure
--with-library-combo=gnu-gnu-gnu CC=/opt/local/bin/gcc-mp-4.2

...

gnustep-base-1.19.1 lucas$ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

gnustep-base-1.19.1 lucas$ ./configure
--with-jpeg-library=/opt/local/lib
--with-jpeg-include=/opt/local/include CC=/opt/local/bin/gcc-mp-4.2

...

gnustep-gui-0.17.0 lucas$ ./configure
--with-jpeg-library=/opt/local/lib
--with-jpeg-include=/opt/local/include CC=/opt/local/bin/gcc-mp-4.2

give me this error:

...

 Compiling file GSspell.m ...
 Linking service GSspell ...
 Creating GSspell.service/Resources/Info-gnustep.plist...
objc[53471]: Class Object is implemented in both
/opt/local/lib/gcc42/libobjc-gnu.2.dylib and /usr/lib/libobjc.A.dylib.
Using implementation from /usr/lib/libobjc.A.dylib.
objc[53471]: Class Protocol is implemented in both
/opt/local/lib/gcc42/libobjc-gnu.2.dylib and /usr/lib/libobjc.A.dylib.
Using implementation from /usr/lib/libobjc.A.dylib.
objc[53471]: Class NSMutableArray is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSArray is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSMutableData is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSData is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSDate is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSMutableDictionary is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSDictionary is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSEnumerator is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSException is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSInvocation is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSMethodSignature is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSNull is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSObject is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSRunLoop is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSMutableSet is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSSet is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSTimer is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSTimeZone is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSUserDefaults is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSOutputStream is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSInputStream is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
objc[53471]: Class NSStream is implemented in both
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
Using implementation from
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
make_services(53471) malloc: *** mmap(size=4246773760) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
/bin/sh: line 1: 53471 Bus error               ././obj/make_services
--test GSspell.service/Resources/Info-gnustep.plist
make[2]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1
make[1]: *** [GSspell.all.service.variables] Error 2
make: *** [internal-all] Error 2

what is wrong?
(the dependencies from macports)

Thanks
Lucas


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Compiling GNUstep base on OSX 10.5.7

by Adam Fedor-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jul 7, 2009, at 9:27 PM, Lucas Samaruga wrote:

> objc[53471]: Class NSStream is implemented in both
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/
> CoreFoundation
> and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
> Using implementation from
> /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
> make_services(53471) malloc: *** mmap(size=4246773760) failed (error  
> code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
> /bin/sh: line 1: 53471 Bus error               ././obj/make_services

GNUstep will not work on any OSX past 10.3.  The linker tends to pull  
in the Apple libraries which conflict with the GNUstep ones.


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

GNUstep.gui on OS X 10.3.9, make fails

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone!

I've managed to get as far as ever trying to compie GNUstep on a
clamshell iBook running
OS X 10.3.9. I am compiling with (fsf) gcc 3.3.5 and have installed all
but the libjpeg
libraries with fink.

I have configured with the following options:

    MyComputer:/src/gnustep-gui-0.16.0 root#  ./configure --disable-gsnd
--disable-xmltest
    --with-library-combo=gnu-gnu-gnu --enable-libffi --disable-tls
       
        (I didn't have a clue how to install libgnutls on OS X, and I
figured I
        could get by without TLS and openssl support)

(I don't know if it helps, but my DYLD_LIBRARY_PATH is set to:)
   
 /usr/GNUstep/Local/Library/Libraries:/usr/local/lib/gcc-lib/powerpc-apple-darwin7.9.0/
   
 3.3.5/include:/usr/local/lib:/usr/local/include:/sw/lib:/sw/include:/var/root/GNUstep/
   
 Library/Libraries:/usr/GNUstep/Local/Library/Libraries:/usr/GNUstep/System/Library/
    Libraries

The gnustep-gui configure seems to run great, but I am getting hung up
on the following error
when running make

    Making all for bundle RTFConverter...
    - - -
     Linking bundle RTFConverter ...

    /usr/bin/ld: warning can't open dynamic library:
libgnustep-base.dylib.1.18 (checking
    for undefined symbols may be affected) (No such file or directory,
errno = 2)
    /usr/bin/ld: Undefined symbols:

    _NSClassFromString referenced from libgnustep-gui.dylib.0.16
expected to be defined
    in libgnustep-base.dylib.1.18
    /* contuing with a long list of undefined symbols */

I don't have a clue why this error is happening.
libgnustep-gui.dylib.0.16 exists in /usr/
GNUstep/Local/Library/Libraries which is in my DYLD_LIBRARY_PATH. So far
everything I've tried
has resulted in the exact same error.

Once again, thanks for your your time, and any suggestions are very much
appreciated!!!

Sincerelyk,
Bryan Pierce



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Compiling GNUstep base on OSX 10.5.7

by Wolfgang Lux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Adam Fedor wrote:

>>
>> objc[53471]: Class NSStream is implemented in both
>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/
>> CoreFoundation
>> and /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
>> Using implementation from
>> /usr/GNUstep/Local/Library/Libraries/libgnustep-base.dylib.1.19.
>> make_services(53471) malloc: *** mmap(size=4246773760) failed  
>> (error code=12)
>> *** error: can't allocate region
>> *** set a breakpoint in malloc_error_break to debug
>> /bin/sh: line 1: 53471 Bus error               ././obj/make_services
>
> GNUstep will not work on any OSX past 10.3.  The linker tends to  
> pull in the Apple libraries which conflict with the GNUstep ones.

To make this statement more precise, GNUstep *does* work on OS X 10.4  
and later, too, but it will not work out of the box with the  
dependencies built from MacPorts (and I guess from fink either). The  
problem is not the Apple linker per se, but rather that many of our  
dependencies nowadays depend directly or indirectly on CoreFoundation  
on OS X and, unfortunately, CoreFoundation started to depend on  
Apple's libobjc in 10.4.

To successfully build and run GNUstep on Mac OS X 10.4 and later, you  
need (at least) to configure aspell with --disable-nls (the nonls  
variant of aspell should do for MacPorts). Next, you need a freetype  
configured with --without-old-mac-fonts (unfortunately no help from  
MacPorts here and the freetype shipped with Mac OS X 10.5 will not  
work either). Apart from that, configure GNUstep-base with --disable-
tls and GNUstep-back with --disable-glx and use either the libart  
(the default) or xlib backend. Eventually, I may have forgotten some  
other libraries in this list, but you will notice that when looking  
at the crash report being produced in ~/Library/Logs/CrashReporter.  
Look for a line containing /usr/lib/libobjc.A.dylib.

Hope this helps
Wolfgang



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUstep.gui on OS X 10.3.9, make fails

by Wolfgang Lux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bryan Pierce wrote:

> The gnustep-gui configure seems to run great, but I am getting hung  
> up on the following error
> when running make
>
>    Making all for bundle RTFConverter...
>    - - -
>     Linking bundle RTFConverter ...
>
>    /usr/bin/ld: warning can't open dynamic library: libgnustep-
> base.dylib.1.18 (checking
>    for undefined symbols may be affected) (No such file or  
> directory, errno = 2)
>    /usr/bin/ld: Undefined symbols:
>
>    _NSClassFromString referenced from libgnustep-gui.dylib.0.16  
> expected to be defined
>    in libgnustep-base.dylib.1.18
>    /* contuing with a long list of undefined symbols */
>
> I don't have a clue why this error is happening. libgnustep-
> gui.dylib.0.16 exists in /usr/
> GNUstep/Local/Library/Libraries which is in my DYLD_LIBRARY_PATH.  
> So far everything I've tried
> has resulted in the exact same error.
I think, configuring GNUstep-make with --enable-absolute-install-
paths and reinstalling GNUstep-make should help. If it doesn't,  
applying the patch below to GNUmakefile in TextConverters/RTF may  
work. However, I guess the same error will be recurring in other  
places and you'll have to create similar patches there.





Wolfgang


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

GNUmakefile.patch (419 bytes) Download Attachment

Parent Message unknown Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello again!

Perhaps you would be so kind to help me through one more step...
I ran into the same error again while make-ing gorm-1.2.10

I thought I might be able to figure out how to translate the patch to
Gorm, but it is apparently beyond my level of
expertise.

This is the error that was produced running make:
(there is no configure script)
(there were also quite a few warnings previous to the error (see
attatchment) - I don't know how significant they are - they do not
appear to be directly related to the error as fare as I can tell)

      Linking library GormCore ...
     ld: for architecture ppc
     ld: warning can't open dynamic library: libgnustep-base.dylib.1.18
     (checking for undefined symbols may be affected) (No such file or
     directory, errno = 2)
     ld: obj/GormInternalViewEditor.m.o illegal reference to symbol:
_NSFrameRect defined in indirectly referenced dynamic library /usr/
GNUstep/Local/Library/Libraries/./libgnustep-gui.dylib.0.16
     /usr/bin/libtool: internal link edit command failed
     make[3]: *** [obj/libGormCore.dylib.1.2.10] Error 1


And here are the critical lines of the patch for reference (for
/src/gnustep-gui-0.16.0/TextConverters/RTF/GNUmakefile):
     +ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
     +RTFConverter_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
     +endif


All I can guess is that I would want to create a patch for
/src/gorm-1.2.10/GormCore/GNUmakefile , and perhaps replacing
RTFConverter_BUNDLE_LIBS with something "Gorm-ish"

But beyond that I'm finding myself feeling a bit "new"
Thanks again in advance for any help!!!

Sincerely,
Bryan






Wolfgang Lux wrote:

> Bryan Pierce wrote:
>
>> Wolfgang Lux wrote:
>>> Bryan Pierce wrote:
>>>
>>>> The gnustep-gui configure seems to run great, but I am getting hung
>>>> up on the following error
>>>> when running make
>>>>
>>>>    Making all for bundle RTFConverter...
>>>>    - - -
>>>>     Linking bundle RTFConverter ...
>>>>
>>>>    /usr/bin/ld: warning can't open dynamic library:
>>>> libgnustep-base.dylib.1.18 (checking
>>>>    for undefined symbols may be affected) (No such file or
>>>> directory, errno = 2)
>>>>    /usr/bin/ld: Undefined symbols:
>>>>
>>>>    _NSClassFromString referenced from libgnustep-gui.dylib.0.16
>>>> expected to be defined
>>>>    in libgnustep-base.dylib.1.18
>>>>    /* contuing with a long list of undefined symbols */
>>>>
>>>> I don't have a clue why this error is happening.
>>>> libgnustep-gui.dylib.0.16 exists in /usr/
>>>> GNUstep/Local/Library/Libraries which is in my DYLD_LIBRARY_PATH.
>>>> So far everything I've tried
>>>> has resulted in the exact same error.
>>>
>>> I think, configuring GNUstep-make with
>>> --enable-absolute-install-paths and reinstalling GNUstep-make should
>>> help. If it doesn't, applying the patch below to GNUmakefile in
>>> TextConverters/RTF may work. However, I guess the same error will be
>>> recurring in other places and you'll have to create similar patches
>>> there.
>>>
>>>
>>>
>>> Wolfgang
>>>
>> Thank you very much, Wolfgang!
>>
>> Reconfiguring gnustep-make didn't work, but the patch did the trick
>> (and no other patches were needed).
>> I'm excited because gnustep-back also installed with no problems, so
>> I feel like I'm finally on the road to programming fame and glory ;-)
>
> So for a start on your way to fame and glory, can you please file a
> bug report with your original message on
> https://savannah.gnu.org/bugs/?group=gnustep. This gives me a ticket
> to add my patch to the source tree (I still believe it is not
> necessary with a recent gnustep-make, but then it doesn't harm either).
>
> Wolfgang
>
>


IBObjectAdditions.m:67: warning: incomplete implementation of category `IBObjectAdditions'
IBObjectAdditions.m:67: warning: method definition for `+canSubstituteForClass:' not found
IBObjectAdditions.m:67: warning: incomplete implementation of category `IBObjectAdditions'
IBObjectAdditions.m:67: warning: method definition for `-editorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-classInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-helpInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-sizeInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-connectInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-inspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-imageForViewer' not found
IBObjectAdditions.m:67: warning: category `IBObjectAdditions' does not fully implement the `IBObjectProtocol' protocol
GormClassEditor.m: In function `-[GormClassEditor initWithDocument:]':
GormClassEditor.m:177: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m: In function `-[GormClassEditor toggleView:]':
GormClassEditor.m:202: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m:209: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m: In function `-[GormClassEditor switchViewToDefault]':
GormClassEditor.m:224: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m:231: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormDocument.m: In function `-[GormDocument images]':
GormDocument.m:3379: warning: multiple declarations for method `objects'
../InterfaceBuilder/IBDocuments.h:160: warning: using `-(NSArray *)objects'
/usr/GNUstep/Local/Library/Headers/GNUstepGUI/GSNibLoading.h:278: warning: also found `-(NSMapTable *)objects'
GormDocument.m: In function `-[GormDocument sounds]':
GormDocument.m:3387: warning: multiple declarations for method `objects'
../InterfaceBuilder/IBDocuments.h:160: warning: using `-(NSArray *)objects'
/usr/GNUstep/Local/Library/Headers/GNUstepGUI/GSNibLoading.h:278: warning: also found `-(NSMapTable *)objects'
GormFilePrefsManager.m: In function `-[GormFilePrefsManager loadFromData:]':
GormFilePrefsManager.m:239: warning: multiple declarations for method `version'
/usr/GNUstep/Local/Library/Headers/Foundation/NSHTTPCookie.h:246: warning: using `-(unsigned)version'
GormFilePrefsManager.h:74: warning: also found `-(int)version'
GormFilePrefsManager.m:240: warning: multiple declarations for method `version'
/usr/GNUstep/Local/Library/Headers/Foundation/NSHTTPCookie.h:246: warning: using `-(unsigned)version'
GormFilePrefsManager.h:74: warning: also found `-(int)version'
GormResource.m: In function `-[GormResource dealloc]':
GormResource.m:104: warning: `NSData' does not respond to `release'
GormViewKnobs.m: In function `GormShowFrameWithKnob':
GormViewKnobs.m:157: warning: multiple declarations for method `currentContext'
/usr/GNUstep/Local/Library/Headers/AppKit/NSGraphicsContext.h:176: warning: using `+(NSGraphicsContext *)currentContext'
/usr/GNUstep/Local/Library/Headers/AppKit/NSOpenGL.h:97: warning: also found `+(NSOpenGLContext *)currentContext'
/usr/bin/libtool: internal link edit command failed
make[3]: *** [obj/libGormCore.dylib.1.2.10] Error 1
make[2]: *** [internal-library-all_] Error 2
make[1]: *** [GormCore.all.library.variables] Error 2
make: *** [internal-all] Error 2
--- GNUmakefile.orig 2009-07-08 15:20:00.000000000 +0200
+++ GNUmakefile 2009-07-08 15:22:18.000000000 +0200
@@ -42,6 +42,9 @@
 ifeq ($(GNUSTEP_TARGET_OS),cygwin)
 RTFConverter_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
 endif
+ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
+RTFConverter_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
+endif
 
 -include GNUmakefile.preamble
 


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Parent Message unknown Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Wolfgang!!

Thanks again very, very, much!!
At least now I have managed to get Gorm installed and am on to the
next step :-)

Re-making the base did make a difference

     (*)  Complaints about missing libxml, tls, or cups libraries
completely dissapeared
     (*)  One new error occurred, but adding the patch back in
eliminated the error
    /usr/bin/ld: ./obj/RTFConsumer.m.o illegal reference to symbol:    
___objc_class_name_NSConstantString defined in indirectly    
    referenced dynamic library /usr/GNUstep/Local/Library/
    Libraries/./libgnustep-base.dylib.1.18
    collect2: ld returned 1 exit status

     (*)  Adding the patch back fixed the error, so the gui installed
very cleanly

     (*)  gorm still did not install after reinstalling the base and
gui, however with the patches you provided the gorm did install without
errors


Again, Sincere Thanks!!!
Bryan

Wolfgang Lux wrote:

> Bryan Pierce wrote:
>
>> Hello again!
>>
>> Perhaps you would be so kind to help me through one more step...
>> I ran into the same error again while make-ing gorm-1.2.10
>>
>> I thought I might be able to figure out how to translate the patch to
>> Gorm, but it is apparently beyond my level of
>> expertise.
>
> I guess the problem is that my tip to just reinstall gnustep-make
> after reconfiguring with --enable-absolute-install-paths was
> incomplete. You also have to rebuild and reinstall gnustep-base,
> gnustep-gui, and gnustep-back (i.e., make clean followed by make
> install) for the dynamic libraries to take notice of the configuration
> change. If things still do not work out then, see for a patch below.
>
>> This is the error that was produced running make:
>> (there is no configure script)
>> (there were also quite a few warnings previous to the error (see
>> attatchment) - I don't know how significant they are - they do not
>> appear to be directly related to the error as fare as I can tell)
>>
>>     Linking library GormCore ...
>>    ld: for architecture ppc
>>    ld: warning can't open dynamic library:
>> libgnustep-base.dylib.1.18    (checking for undefined symbols may be
>> affected) (No such file or    directory, errno = 2)
>>    ld: obj/GormInternalViewEditor.m.o illegal reference to
>> symbol:     _NSFrameRect defined in indirectly referenced dynamic
>> library /usr/    
>> GNUstep/Local/Library/Libraries/./libgnustep-gui.dylib.0.16
>>    /usr/bin/libtool: internal link edit command failed
>>    make[3]: *** [obj/libGormCore.dylib.1.2.10] Error 1
>>
>>
>> And here are the critical lines of the patch for reference (for
>> /src/gnustep-gui-0.16.0/TextConverters/RTF/GNUmakefile):
>>    +ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
>>    +RTFConverter_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
>>    +endif
>>
>>
>> All I can guess is that I would want to create a patch for
>> /src/gorm-1.2.10/GormCore/GNUmakefile , and perhaps replacing
>> RTFConverter_BUNDLE_LIBS with something "Gorm-ish"
>
> Digging out the MacPorts Portfile for Gorm it seems that adding
> something like
>
> ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
> SHARED_LD_POSTFLAGS += -lgnustep-base -lgnustep-gui -lGorm
> -lGormObjCHeaderParser
> endif
>
> to GNUmakefile in GormCore might do the job. And you'll eventually
> also need
>
> ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
> SHARED_LD_POSTFLAGS += -lGorm -lGormObjCHeaderParser
> -L../GormObjCHeaderParser/obj -lGormObjCHeaderParser
> endif
>
> in GNUmakefile in GormPrefs in that case. (Don't ask for the magic
> behind.) All of this is untested, since I have no spare machine to run
> GNUstep on 10.3.
>
> Wolfgang
>
>



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm/ProjectCenter)

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello once again!

I hate to wear out my welcome, but I can't seem to get two steps without
getting stuck again. I've got two problems going on.

(1) Gorm compiled but when I try to launch Gorm I get the following error
    dyld: /usr/GNUstep/Local/Applications/Gorm.app/Gorm Undefined symbols:
    /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.dylib.0.16
undefined
    reference to restFP expected to be defined in a dynamic image
    /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.dylib.0.16 undefined
     reference to saveFP expected to be defined in a dynamic image
    Trace/BPT trap

I did find a reference on the internet but
    The restFP and saveFP functions are defined in Apple's libgcc, and so
    the fix is simply to include this library in your link line. The best
    way of doing this is to include the option
        -lcc_dynamic
    at the end of your link line (it has to come at the end, so that it
    comes after the modules which create the references to the restFP and
    saveFP symbols).
But attempts to add the library flag to a GNUmakefile have not helped

(2) ProjectCenter-0.5.0 is not compiling. I am getting the following errors
    Making all in Framework...
    Making build-headers for framework ProjectCenter...
    Making all for framework ProjectCenter...
     Linking framework ProjectCenter ...
    ld: for architecture ppc
    ld: warning -L: directory name (../ProjectCenter/./obj) does not exist
    ld: obj/NSFramework_ProjectCenter.o illegal reference to symbol:
    ___objc_class_name_NSConstantString defined in indirectly referenced
    dynamic library
/usr/GNUstep/Local/Library/Libraries/./libgnustep-base.dylib.1.18
    /usr/bin/libtool: internal link edit command failed
     Copying resources into the framework wrapper...
     Copying localized resources into the framework wrapper...
    ...
     Linking app ProjectCenter ...
    /usr/bin/ld: can't locate file for: -lProjectCenter
    collect2: ld returned 1 exit status
    make[2]: *** [ProjectCenter.app/./ProjectCenter] Error 1
    make[1]: *** [internal-app-run-compile-submake] Error 2
    make: *** [ProjectCenter.all.app.variables] Error 2

I don't know if the "missing directory name" could have resulted in the
error, but it
seemed like it might be significant. I've attached the full readouts for
both Gorm
and ProjectCenter makes.

As always, any help is very, very, much appreciated!!
I'm hoping by the time I get to my first HelloWorld.m program I will be
a little more
self-sufficient. ;-)

Sincere thanks!!
Bryan




Bryan Pierce wrote:

> Hello Wolfgang!!
>
> Thanks again very, very, much!!
> At least now I have managed to get Gorm installed and am on to the
> next step :-)
>
> Re-making the base did make a difference
>
>     (*)  Complaints about missing libxml, tls, or cups libraries
> completely dissapeared
>     (*)  One new error occurred, but adding the patch back in
> eliminated the error
>    /usr/bin/ld: ./obj/RTFConsumer.m.o illegal reference to symbol:    
> ___objc_class_name_NSConstantString defined in indirectly      
> referenced dynamic library /usr/GNUstep/Local/Library/
>    Libraries/./libgnustep-base.dylib.1.18
>    collect2: ld returned 1 exit status
>
>     (*)  Adding the patch back fixed the error, so the gui installed
> very cleanly
>
>     (*)  gorm still did not install after reinstalling the base and
> gui, however with the patches you provided the gorm did install
> without errors
>
>
> Again, Sincere Thanks!!!
> Bryan
>
> Wolfgang Lux wrote:
>> Bryan Pierce wrote:
>>
>>> Hello again!
>>>
>>> Perhaps you would be so kind to help me through one more step...
>>> I ran into the same error again while make-ing gorm-1.2.10
>>>
>>> I thought I might be able to figure out how to translate the patch
>>> to Gorm, but it is apparently beyond my level of
>>> expertise.
>>
>> I guess the problem is that my tip to just reinstall gnustep-make
>> after reconfiguring with --enable-absolute-install-paths was
>> incomplete. You also have to rebuild and reinstall gnustep-base,
>> gnustep-gui, and gnustep-back (i.e., make clean followed by make
>> install) for the dynamic libraries to take notice of the
>> configuration change. If things still do not work out then, see for a
>> patch below.
>>
>>> This is the error that was produced running make:
>>> (there is no configure script)
>>> (there were also quite a few warnings previous to the error (see
>>> attatchment) - I don't know how significant they are - they do not
>>> appear to be directly related to the error as fare as I can tell)
>>>
>>>     Linking library GormCore ...
>>>    ld: for architecture ppc
>>>    ld: warning can't open dynamic library:
>>> libgnustep-base.dylib.1.18    (checking for undefined symbols may be
>>> affected) (No such file or    directory, errno = 2)
>>>    ld: obj/GormInternalViewEditor.m.o illegal reference to
>>> symbol:     _NSFrameRect defined in indirectly referenced dynamic
>>> library /usr/    
>>> GNUstep/Local/Library/Libraries/./libgnustep-gui.dylib.0.16
>>>    /usr/bin/libtool: internal link edit command failed
>>>    make[3]: *** [obj/libGormCore.dylib.1.2.10] Error 1
>>>
>>>
>>> And here are the critical lines of the patch for reference (for
>>> /src/gnustep-gui-0.16.0/TextConverters/RTF/GNUmakefile):
>>>    +ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
>>>    +RTFConverter_BUNDLE_LIBS += -lgnustep-gui $(FND_LIBS) $(OBJC_LIBS)
>>>    +endif
>>>
>>>
>>> All I can guess is that I would want to create a patch for
>>> /src/gorm-1.2.10/GormCore/GNUmakefile , and perhaps replacing
>>> RTFConverter_BUNDLE_LIBS with something "Gorm-ish"
>>
>> Digging out the MacPorts Portfile for Gorm it seems that adding
>> something like
>>
>> ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
>> SHARED_LD_POSTFLAGS += -lgnustep-base -lgnustep-gui -lGorm
>> -lGormObjCHeaderParser
>> endif
>>
>> to GNUmakefile in GormCore might do the job. And you'll eventually
>> also need
>>
>> ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin)
>> SHARED_LD_POSTFLAGS += -lGorm -lGormObjCHeaderParser
>> -L../GormObjCHeaderParser/obj -lGormObjCHeaderParser
>> endif
>>
>> in GNUmakefile in GormPrefs in that case. (Don't ask for the magic
>> behind.) All of this is untested, since I have no spare machine to
>> run GNUstep on 10.3.
>>
>> Wolfgang
>>
>>
>
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@...
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oops...
here's the attachments I meant to include in my last post

Bryan
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@...
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>


My-Computer:/src/ProjectCenter-0.5.0 root# make
Making all in Framework...
Making build-headers for framework ProjectCenter...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCDefines.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/ProjectCenter.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCBundleManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCEditorManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCFileManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCAddFilesPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCFileCreator.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCMakefileFactory.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProject.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectWindow.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectInspector.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBuilder.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBuilderOptions.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBuilderPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLauncher.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLauncherPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectEditor.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBrowser.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLoadedFiles.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLoadedFilesPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCPrefController.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCLogController.h...
 Creating derived_src/.stamp...
 Creating ProjectCenter.framework/Versions/0.5.0/Resources...
 Updating Version/Current symlink...
Making all for framework ProjectCenter...
 Compiling file PCBundleManager.m ...
 Compiling file PCEditorManager.m ...
PCEditorManager.m: In function `-[PCEditorManager openEditorForFile:editable:windowed:]':
PCEditorManager.m:136: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCEditorManager.m:155: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCEditorManager.m:155: warning: `NSFileManager' does not respond to `isTextFile:'
 Compiling file PCMakefileFactory.m ...
 Compiling file PCFileManager.m ...
PCFileManager.m: In function `-[PCFileManager createDirectoriesIfNeededAtPath:]':
PCFileManager.m:100: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager copyFile:toFile:]':
PCFileManager.m:140: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager removeDirectoriesIfEmptyAtPath:]':
PCFileManager.m:231: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager removeFile:fromDirectory:removeDirsIfEmpty:]':
PCFileManager.m:250: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager(UInterface) filesOfTypes:operation:multiple:title:accView:]':
PCFileManager.m:427: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager(UInterface) panel:shouldShowFilename:]':
PCFileManager.m:511: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager(UInterface) panel:isValidFilename:]':
PCFileManager.m:550: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
 Compiling file PCAddFilesPanel.m ...
 Compiling file PCFileCreator.m ...
PCFileCreator.m: In function `-[PCFileCreator createFileOfType:path:project:]':
PCFileCreator.m:141: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCFileCreator.m:141: warning: initialization from incompatible pointer type
 Compiling file PCProjectManager.m ...
PCProjectManager.m: In function `-[PCProjectManager convertLegacyProject:atPath:]':
PCProjectManager.m:434: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProjectManager.m: In function `-[PCProjectManager openProjectAt:]':
PCProjectManager.m:614: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProjectManager.m: In function `-[PCProjectManager createProjectOfType:path:]':
PCProjectManager.m:672: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProjectManager.m:672: warning: `NSFileManager' does not respond to `createDirectoriesIfNeededAtPath:'
PCProjectManager.m: In function `-[PCProjectManager(Subprojects) addSubproject]':
PCProjectManager.m:1250: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
 Compiling file PCProject.m ...
PCProject.m: In function `-[PCProject writeMakefile]':
PCProject.m:295: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject save]':
PCProject.m:416: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject addAndCopyFiles:forKey:]':
PCProject.m:1131: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject renameFile:toFile:]':
PCProject.m:1255: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
 Compiling file PCProjectWindow.m ...
 Compiling file PCProjectInspector.m ...
 Compiling file PCProjectBuilder.m ...
PCProjectBuilder.m: In function `-[PCProjectBuilder setMakePath]':
PCProjectBuilder.m:232: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProjectBuilder.m: In function `-[PCProjectBuilder prebuildCheck]':
PCProjectBuilder.m:458: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCProjectBuilder.m:458: warning: initialization from incompatible pointer type
PCProjectBuilder.m:459: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
 Compiling file PCProjectBuilderOptions.m ...
 Compiling file PCProjectBuilderPanel.m ...
 Compiling file PCProjectLauncher.m ...
 Compiling file PCProjectLauncherPanel.m ...
 Compiling file PCProjectEditor.m ...
 Compiling file PCProjectBrowser.m ...
 Compiling file PCProjectLoadedFiles.m ...
 Compiling file PCProjectLoadedFilesPanel.m ...
 Compiling file PCSplitView.m ...
 Compiling file PCButton.m ...
 Compiling file PCFileNameField.m ...
 Compiling file PCFileNameIcon.m ...
 Compiling file PCPrefController.m ...
 Compiling file PCLogController.m ...
 Creating derived_src/NSFramework_ProjectCenter.m...
 Compiling file derived_src/NSFramework_ProjectCenter.m ...
 Linking framework ProjectCenter ...
/usr/bin/libtool: internal link edit command failed
ld: for architecture ppc
ld: warning -L: directory name (../ProjectCenter/./obj) does not exist
ld: obj/NSFramework_ProjectCenter.o illegal reference to symbol: ___objc_class_name_NSConstantString defined in indirectly referenced dynamic library /usr/GNUstep/Local/Library/Libraries/./libgnustep-base.dylib.1.18
 Copying resources into the framework wrapper...
 Copying localized resources into the framework wrapper...
 Creating ProjectCenter.framework/Versions/0.5.0/Resources/Info-gnustep.plist...
Making all in Modules...
Making all in Projects/Aggregate...
Making all for bundle Aggregate...
 Creating Aggregate.project/....
 Compiling file PCAggregateProject.m ...
PCAggregateProject.m: In function `-[PCAggregateProject createProjectAt:]':
PCAggregateProject.m:96: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCAggregateProject.m:96: warning: initialization from incompatible pointer type
 Linking bundle Aggregate ...
 Creating Aggregate.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Aggregate.project/Resources/Info-gnustep.plist...
Making all in Projects/Application...
Making all for bundle Application...
 Creating Application.project/....
 Compiling file PCAppProject.m ...
PCAppProject.m: In function `-[PCAppProject loadInfoFile]':
PCAppProject.m:83: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCAppProject.m:83: warning: initialization from incompatible pointer type
PCAppProject.m:110: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCAppProject.m: In function `-[PCAppProject createProjectAt:]':
PCAppProject.m:145: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCAppProject.m:145: warning: initialization from incompatible pointer type
 Compiling file PCAppProject+Inspector.m ...
 Linking bundle Application ...
 Creating Application.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Application.project/Resources/Info-gnustep.plist...
Making all in Projects/Bundle...
Making all for bundle Bundle...
 Creating Bundle.project/....
 Compiling file PCBundleProject.m ...
 Linking bundle Bundle ...
 Creating Bundle.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Bundle.project/Resources/Info-gnustep.plist...
Making all in Projects/Framework...
Making all for bundle Framework...
 Creating Framework.project/....
 Compiling file PCFrameworkProject.m ...
 Linking bundle Framework ...
 Creating Framework.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Framework.project/Resources/Info-gnustep.plist...
Making all in Projects/Library...
Making all for bundle Library...
 Creating Library.project/....
 Compiling file PCLibProject.m ...
PCLibProject.m: In function `-[PCLibProject createProjectAt:]':
PCLibProject.m:98: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCLibProject.m:98: warning: initialization from incompatible pointer type
 Linking bundle Library ...
 Creating Library.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Library.project/Resources/Info-gnustep.plist...
Making all in Projects/ResourceSet...
Making all for bundle ResourceSet...
 Creating ResourceSet.project/....
 Compiling file PCResourceSetProject.m ...
 Linking bundle ResourceSet ...
 Creating ResourceSet.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating ResourceSet.project/Resources/Info-gnustep.plist...
Making all in Projects/Tool...
Making all for bundle Tool...
 Creating Tool.project/....
 Compiling file PCToolProject.m ...
PCToolProject.m: In function `-[PCToolProject loadInfoFile]':
PCToolProject.m:83: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCToolProject.m:83: warning: initialization from incompatible pointer type
PCToolProject.m:110: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCToolProject.m: In function `-[PCToolProject createProjectAt:]':
PCToolProject.m:141: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCToolProject.m:141: warning: initialization from incompatible pointer type
 Linking bundle Tool ...
 Creating Tool.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Tool.project/Resources/Info-gnustep.plist...
Making all in Editors/ProjectCenter...
Making all for bundle ProjectCenter...
 Creating ProjectCenter.editor/....
 Compiling file PCEditor.m ...
 Compiling file PCEditorView.m ...
 Compiling file TextPattern.m ...
TextPattern.m:262: warning: `DescribeTextPatternItem' defined but not used
 Compiling file SyntaxDefinition.m ...
SyntaxDefinition.m: In function `+[SyntaxDefinition(Private) loadSyntaxDefinitions]':
SyntaxDefinition.m:176: warning: `NSEnumerator' does not respond to `nextObject'
SyntaxDefinition.m:188: warning: `NSEnumerator' does not respond to `nextObject'
 Compiling file SyntaxHighlighter.m ...
SyntaxHighlighter.m: In function `-[SyntaxHighlighter(Private) fixUpContextsInRange:]':
SyntaxHighlighter.m:300: warning: unused variable `j'
SyntaxHighlighter.m: In function `-[SyntaxHighlighter highlightRange:]':
SyntaxHighlighter.m:800: warning: unused variable `prevContext'
 Linking bundle ProjectCenter ...
 Creating ProjectCenter.editor/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating ProjectCenter.editor/Resources/Info-gnustep.plist...
Making all in Parsers/ProjectCenter...
Making all for bundle ProjectCenter...
 Creating ProjectCenter.parser/....
 Compiling file PCParser.m ...
 Compiling file ObjCCommentHandler.m ...
 Compiling file ObjCClassHandler.m ...
 Compiling file ObjCMethodHandler.m ...
 Linking bundle ProjectCenter ...
 Creating ProjectCenter.parser/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating ProjectCenter.parser/Resources/Info-gnustep.plist...
Making all for app ProjectCenter...
 Creating ProjectCenter.app/....
 Compiling file PCAppController.m ...
PCAppController.m: In function `-[PCAppController applicationWillTerminate:]':
PCAppController.m:198: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCAppController.m:199: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: using `+(NSFileManager *)defaultManager'
Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager *)defaultManager'
PCAppController.m:199: warning: assignment from incompatible pointer type
 Compiling file PCInfoController.m ...
 Compiling file PCMenuController.m ...
 Compiling file TextFinder.m ...
 Compiling file ProjectCenter_main.m ...
 Linking app ProjectCenter ...
/usr/bin/ld: can't locate file for: -lProjectCenter
collect2: ld returned 1 exit status
make[2]: *** [ProjectCenter.app/./ProjectCenter] Error 1
make[1]: *** [internal-app-run-compile-submake] Error 2
make: *** [ProjectCenter.all.app.variables] Error 2

My-Computer:/src/gorm-1.2.10 root# make
rm -f InterfaceBuilder; \
ln -s GormLib InterfaceBuilder
Making all in GormObjCHeaderParser...
Making all for library libGormObjCHeaderParser...
 Compiling file NSScanner+OCHeaderParser.m ...
 Compiling file OCClass.m ...
 Compiling file OCHeaderParser.m ...
 Compiling file OCIVar.m ...
 Compiling file OCIVarDecl.m ...
 Compiling file OCMethod.m ...
 Compiling file ParserFunctions.m ...
 Linking library libGormObjCHeaderParser ...
Making all in GormLib...
Making all for library libGorm...
 Compiling file IBApplicationAdditions.m ...
 Compiling file IBConnectors.m ...
 Compiling file IBDocuments.m ...
 Compiling file IBEditors.m ...
 Compiling file IBInspector.m ...
 Compiling file IBInspectorManager.m ...
 Compiling file IBInspectorMode.m ...
 Compiling file IBObjectAdditions.m ...
IBObjectAdditions.m:67: warning: incomplete implementation of category `IBObjectAdditions'
IBObjectAdditions.m:67: warning: method definition for `+canSubstituteForClass:' not found
IBObjectAdditions.m:67: warning: incomplete implementation of category `IBObjectAdditions'
IBObjectAdditions.m:67: warning: method definition for `-editorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-classInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-helpInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-sizeInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-connectInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-inspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-imageForViewer' not found
IBObjectAdditions.m:67: warning: category `IBObjectAdditions' does not fully implement the `IBObjectProtocol' protocol
 Compiling file IBPalette.m ...
 Compiling file IBPlugin.m ...
 Compiling file IBResourceManager.m ...
 Linking library libGorm ...
Making all in GormCore...
Making all for library GormCore...
 Compiling file GormBoxEditor.m ...
 Compiling file GormClassEditor.m ...
GormClassEditor.m: In function `-[GormClassEditor initWithDocument:]':
GormClassEditor.m:177: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m: In function `-[GormClassEditor toggleView:]':
GormClassEditor.m:202: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m:209: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m: In function `-[GormClassEditor switchViewToDefault]':
GormClassEditor.m:224: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m:231: warning: multiple declarations for method `setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using `-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also found `-(void)setContentView:(NSClipView *)aView'
 Compiling file GormClassInspector.m ...
 Compiling file GormClassManager.m ...
 Compiling file GormClassPanelController.m ...
 Compiling file GormConnectionInspector.m ...
 Compiling file GormControlEditor.m ...
 Compiling file GormCustomClassInspector.m ...
 Compiling file GormCustomView.m ...
 Compiling file GormDocument.m ...
GormDocument.m: In function `-[GormDocument images]':
GormDocument.m:3379: warning: multiple declarations for method `objects'
../InterfaceBuilder/IBDocuments.h:160: warning: using `-(NSArray *)objects'
/usr/GNUstep/Local/Library/Headers/GNUstepGUI/GSNibLoading.h:278: warning: also found `-(NSMapTable *)objects'
GormDocument.m: In function `-[GormDocument sounds]':
GormDocument.m:3387: warning: multiple declarations for method `objects'
../InterfaceBuilder/IBDocuments.h:160: warning: using `-(NSArray *)objects'
/usr/GNUstep/Local/Library/Headers/GNUstepGUI/GSNibLoading.h:278: warning: also found `-(NSMapTable *)objects'
 Compiling file GormDocumentController.m ...
 Compiling file GormDocumentWindow.m ...
 Compiling file GormFilePrefsManager.m ...
GormFilePrefsManager.m: In function `-[GormFilePrefsManager loadFromData:]':
GormFilePrefsManager.m:239: warning: multiple declarations for method `version'
/usr/GNUstep/Local/Library/Headers/Foundation/NSHTTPCookie.h:246: warning: using `-(unsigned)version'
GormFilePrefsManager.h:74: warning: also found `-(int)version'
GormFilePrefsManager.m:240: warning: multiple declarations for method `version'
/usr/GNUstep/Local/Library/Headers/Foundation/NSHTTPCookie.h:246: warning: using `-(unsigned)version'
GormFilePrefsManager.h:74: warning: also found `-(int)version'
 Compiling file GormFilesOwner.m ...
 Compiling file GormFontViewController.m ...
 Compiling file GormFunctions.m ...
 Compiling file GormGenericEditor.m ...
 Compiling file GormHelpInspector.m ...
 Compiling file GormImage.m ...
 Compiling file GormImageEditor.m ...
 Compiling file GormImageInspector.m ...
 Compiling file GormInspectorsManager.m ...
 Compiling file GormInternalViewEditor.m ...
 Compiling file GormMatrixEditor.m ...
 Compiling file GormNSSplitViewInspector.m ...
 Compiling file GormObjectEditor.m ...
 Compiling file GormObjectInspector.m ...
 Compiling file GormOpenGLView.m ...
 Compiling file GormOutlineView.m ...
 Compiling file GormPalettesManager.m ...
 Compiling file GormPlugin.m ...
 Compiling file GormPluginManager.m ...
 Compiling file GormResource.m ...
GormResource.m: In function `-[GormResource dealloc]':
GormResource.m:104: warning: `NSData' does not respond to `release'
 Compiling file GormResourceEditor.m ...
 Compiling file GormResourceManager.m ...
 Compiling file GormScrollViewAttributesInspector.m ...
 Compiling file GormScrollViewEditor.m ...
 Compiling file GormSetNameController.m ...
 Compiling file GormSound.m ...
 Compiling file GormSoundEditor.m ...
 Compiling file GormSoundInspector.m ...
 Compiling file GormSoundView.m ...
 Compiling file GormSplitViewEditor.m ...
 Compiling file GormViewEditor.m ...
 Compiling file GormViewKnobs.m ...
GormViewKnobs.m: In function `GormShowFrameWithKnob':
GormViewKnobs.m:157: warning: multiple declarations for method `currentContext'
/usr/GNUstep/Local/Library/Headers/AppKit/NSGraphicsContext.h:176: warning: using `+(NSGraphicsContext *)currentContext'
/usr/GNUstep/Local/Library/Headers/AppKit/NSOpenGL.h:97: warning: also found `+(NSOpenGLContext *)currentContext'
 Compiling file GormViewSizeInspector.m ...
 Compiling file GormViewWindow.m ...
 Compiling file GormViewWithContentViewEditor.m ...
 Compiling file GormViewWithSubviewsEditor.m ...
 Compiling file GormWindowEditor.m ...
 Compiling file GormWrapperBuilder.m ...
 Compiling file GormWrapperLoader.m ...
 Compiling file NSCell+GormAdditions.m ...
 Compiling file NSColorWell+GormExtensions.m ...
 Compiling file NSFontManager+GormExtensions.m ...
 Compiling file NSView+GormExtensions.m ...
 Compiling file GormPrivate.m ...
 Linking library GormCore ...
Making all in GormPrefs...
Making all for library GormPrefs...
 Compiling file GormColorsPref.m ...
 Compiling file GormGeneralPref.m ...
 Compiling file GormGuidelinePref.m ...
 Compiling file GormHeadersPref.m ...
 Compiling file GormPalettesPref.m ...
 Compiling file GormPluginsPref.m ...
 Compiling file GormPrefController.m ...
 Compiling file GormShelfPref.m ...
 Linking library GormPrefs ...
Making all in Palettes...
Making all in 0Menus...
Making all for palette 0Menus...
 Creating 0Menus.palette/Resources...
 Compiling file GormMenuEditor.m ...
 Compiling file GormNSMenu.m ...
 Compiling file GormNSMenuView.m ...
 Compiling file GormMenuItemAttributesInspector.m ...
 Compiling file GormMenuAttributesInspector.m ...
 Compiling file MenusPalette.m ...
 Compiling file inspectors.m ...
 Linking palette 0Menus ...
 Creating 0Menus.palette/Resources/Info-gnustep.plist...
 Creating 0Menus.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 1Windows...
Making all for palette 1Windows...
 Creating 1Windows.palette/Resources...
 Compiling file WindowsPalette.m ...
 Compiling file GormNSWindow.m ...
 Compiling file GormNSPanel.m ...
 Compiling file GormDrawerAttributesInspector.m ...
 Compiling file GormWindowAttributesInspector.m ...
 Compiling file GormWindowSizeInspector.m ...
 Compiling file inspectors.m ...
 Linking palette 1Windows ...
 Creating 1Windows.palette/Resources/Info-gnustep.plist...
 Creating 1Windows.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 2Controls...
Making all for palette 2Controls...
 Creating 2Controls.palette/Resources...
 Compiling file GormButtonAttributesInspector.m ...
GormButtonAttributesInspector.m: In function `-[GormButtonAttributesInspector ok:]':
GormButtonAttributesInspector.m:268: warning: `NSSwitch' does not respond to `state'
GormButtonAttributesInspector.m:268: warning: comparison between pointer and integer
GormButtonAttributesInspector.m:279: warning: `NSSwitch' does not respond to `state'
GormButtonAttributesInspector.m:279: warning: comparison between pointer and integer
GormButtonAttributesInspector.m:290: warning: `NSSwitch' does not respond to `state'
GormButtonAttributesInspector.m:290: warning: comparison between pointer and integer
GormButtonAttributesInspector.m:301: warning: `NSSwitch' does not respond to `state'
GormButtonAttributesInspector.m:301: warning: comparison between pointer and integer
GormButtonAttributesInspector.m: In function `-[GormButtonAttributesInspector revert:]':
GormButtonAttributesInspector.m:402: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:403: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:404: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:405: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:408: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:412: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:416: warning: `NSSwitch' does not respond to `setState:'
GormButtonAttributesInspector.m:420: warning: `NSSwitch' does not respond to `setState:'
 Compiling file GormBoxAttributesInspector.m ...
 Compiling file GormCellAttributesInspector.m ...
 Compiling file GormColorWellAttributesInspector.m ...
 Compiling file GormFormAttributesInspector.m ...
 Compiling file GormPopUpButtonAttributesInspector.m ...
 Compiling file GormSliderAttributesInspector.m ...
 Compiling file GormStepperAttributesInspector.m ...
 Compiling file GormProgressIndicatorAttributesInspector.m ...
 Compiling file GormTextFieldAttributesInspector.m ...
 Compiling file GormMatrixAttributesInspector.m ...
 Compiling file ControlsPalette.m ...
 Compiling file GormPopUpButtonEditor.m ...
 Compiling file GormButtonEditor.m ...
 Compiling file inspectors.m ...
 Linking palette 2Controls ...
 Creating 2Controls.palette/Resources/Info-gnustep.plist...
 Creating 2Controls.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 3Containers...
Making all for palette 3Containers...
 Creating 3Containers.palette/Resources...
 Compiling file ContainersPalette.m ...
 Compiling file inspectors.m ...
 Compiling file GormNSBrowser.m ...
 Compiling file GormNSTableView.m ...
 Compiling file GormTableViewEditor.m ...
 Compiling file GormTabViewEditor.m ...
 Compiling file GormNSOutlineView.m ...
 Compiling file GormBrowserAttributesInspector.m ...
 Compiling file GormTabViewAttributesInspector.m ...
 Compiling file GormTableColumnAttributesInspector.m ...
 Compiling file GormTableColumnSizeInspector.m ...
 Compiling file GormTableViewAttributesInspector.m ...
GormTableViewAttributesInspector.m: In function `-[GormTableViewAttributesInspector ok:]':
GormTableViewAttributesInspector.m:104: warning: multiple declarations for method `numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTableView.h:209: warning: using `-(int)numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTextTable.h:153: warning: also found `-(unsigned int)numberOfColumns'
GormTableViewAttributesInspector.m: In function `-[GormTableViewAttributesInspector revert:]':
GormTableViewAttributesInspector.m:226: warning: multiple declarations for method `numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTableView.h:209: warning: using `-(int)numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTextTable.h:153: warning: also found `-(unsigned int)numberOfColumns'
 Compiling file GormTableViewSizeInspector.m ...
 Linking palette 3Containers ...
 Creating 3Containers.palette/Resources/Info-gnustep.plist...
 Creating 3Containers.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 4Data...
Making all for palette 4Data...
 Creating 4Data.palette/Resources...
 Compiling file DataPalette.m ...
 Compiling file GormDateFormatterAttributesInspector.m ...
 Compiling file GormImageViewAttributesInspector.m ...
 Compiling file GormNSComboBoxAttributesInspector.m ...
 Compiling file GormNumberFormatterAttributesInspector.m ...
 Compiling file GormTextViewAttributesInspector.m ...
 Compiling file GormTextViewEditor.m ...
 Compiling file GormTextViewSizeInspector.m ...
 Compiling file inspectors.m ...
 Linking palette 4Data ...
 Creating 4Data.palette/Resources/Info-gnustep.plist...
 Creating 4Data.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in Plugins...
Making all in Gorm...
Making all for bundle Gorm...
 Creating Gorm.plugin/....
 Compiling file GormGormPlugin.m ...
 Compiling file GormGormWrapperBuilder.m ...
GormGormWrapperBuilder.m: In function `-[GormDocument(BuilderAdditions) prepareConnections]':
GormGormWrapperBuilder.m:78: warning: `GormFilesOwner' does not respond to `className'
GormGormWrapperBuilder.m:79: warning: `GormFilesOwner' does not respond to `className'
 Compiling file GormGormWrapperLoader.m ...
 Linking bundle Gorm ...
 Creating Gorm.plugin/Resources...
 Creating stamp file...
 Creating Gorm.plugin/Resources/Info-gnustep.plist...
Making all in Nib...
Making all for bundle Nib...
 Creating Nib.plugin/....
 Compiling file GormNibPlugin.m ...
 Compiling file GormNibWrapperBuilder.m ...
 Compiling file GormNibWrapperLoader.m ...
 Linking bundle Nib ...
 Creating Nib.plugin/Resources...
 Creating stamp file...
 Creating Nib.plugin/Resources/Info-gnustep.plist...
Making all in GModel...
Making all for bundle GModel...
 Creating GModel.plugin/....
 Compiling file GormGModelPlugin.m ...
 Compiling file GormGModelWrapperLoader.m ...
 Linking bundle GModel ...
 Creating GModel.plugin/Resources...
 Creating stamp file...
 Creating GModel.plugin/Resources/Info-gnustep.plist...
Making all for app Gorm...
 Creating Gorm.app/....
 Compiling file Gorm.m ...
 Compiling file main.m ...
 Linking app Gorm ...
 Creating Gorm.app/Resources...
 Creating stamp file...
 Creating Gorm.app/Resources/Info-gnustep.plist...
 Creating Gorm.app/Resources/Gorm.desktop...
 Copying resources into the app wrapper...
 Copying localized resources into the app wrapper...
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm/ProjectCenter)

by Wolfgang Lux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bryan Pierce wrote:

> Hello once again!
>
> I hate to wear out my welcome, but I can't seem to get two steps  
> without
> getting stuck again. I've got two problems going on.
>
> (1) Gorm compiled but when I try to launch Gorm I get the following  
> error
>    dyld: /usr/GNUstep/Local/Applications/Gorm.app/Gorm Undefined  
> symbols:
>    /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.dylib.0.16  
> undefined
>    reference to restFP expected to be defined in a dynamic image
>    /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.dylib.0.16  
> undefined
>     reference to saveFP expected to be defined in a dynamic image
>    Trace/BPT trap
>
> I did find a reference on the internet but
>    The restFP and saveFP functions are defined in Apple's libgcc,  
> and so
>    the fix is simply to include this library in your link line. The  
> best
>    way of doing this is to include the option
>        -lcc_dynamic
>    at the end of your link line (it has to come at the end, so that it
>    comes after the modules which create the references to the  
> restFP and
>    saveFP symbols).
> But attempts to add the library flag to a GNUmakefile have not helped
I don't think that adding -lcc_dynamic is the right approach, since  
restFP
and saveFP are gcc runtime support functions that should have been  
provided
automatically by your gcc when libgnustep-base.dylib and libgnustep-
gui.dylib.
Apparently something went wrong when these libraries were built. Can  
you rebuild
gnustep-gui and Gorm with
   make messages=yes
and send me the output of both commands? I'll try to have a look at  
that.

> (2) ProjectCenter-0.5.0 is not compiling. I am getting the  
> following errors
>    Making all in Framework...
>    Making build-headers for framework ProjectCenter...
>    Making all for framework ProjectCenter...
>     Linking framework ProjectCenter ...
>    ld: for architecture ppc
>    ld: warning -L: directory name (../ProjectCenter/./obj) does not  
> exist
>    ld: obj/NSFramework_ProjectCenter.o illegal reference to symbol:
>    ___objc_class_name_NSConstantString defined in indirectly  
> referenced
>    dynamic library /usr/GNUstep/Local/Library/Libraries/./
> libgnustep-base.dylib.1.18
>    /usr/bin/libtool: internal link edit command failed
>     Copying resources into the framework wrapper...
>     Copying localized resources into the framework wrapper...
>    ...
>     Linking app ProjectCenter ...
>    /usr/bin/ld: can't locate file for: -lProjectCenter
>    collect2: ld returned 1 exit status
>    make[2]: *** [ProjectCenter.app/./ProjectCenter] Error 1
>    make[1]: *** [internal-app-run-compile-submake] Error 2
>    make: *** [ProjectCenter.all.app.variables] Error 2
Apply the patch below to GNUmakefile.premable






Wolfgang


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

pc.patch (96 bytes) Download Attachment
pc.patch (567 bytes) Download Attachment

Parent Message unknown Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

To:discuss-gnustep@...
CC:
BCC:
Subject:Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm/ProjectCenter)



OK, Good!!
Thanks very much for your help getting me this far, Wolfgang!

 After adding LIBS=-lcc_dynamic and --libjpeg-library=/sw/lib (and
recompiling everything), I no longer get the restFP and saveFP errors when
try to launch Gorm. But I am getting these errors.

        2009-07-18 12:23:03.828 Gorm[27716] Did not find correct version of
        backend, falling back to std.
        2009-07-18 12:23:03.846 Gorm[27716] NSApplication.m:286  Assertion
        failed in initialize_gnustep_backend.  Unable to find backend
        libgnustep-art
        /usr/GNUstep/Local/Applications/Gorm.app/Gorm: Uncaught exception
NSInternalInconsistencyException, reason: NSApplication.m:286   Assertion
failed in initialize_gnustep_backend.  Unable to find backend
libgnustep-art
        Abort trap

So I've searched around bit and found similar errors but they were not
that helpful since the context was in upgrading GNUstep components after
upgrading Gorm. I have found in /src/gorm-1.2.10/NEWS that states that Gorm
1.2.8 requires: gnustep-gui-0.16.0 (I have Gorm 1.2.10, gnustep-gui 0.16.0,
and gnustep-back 0.16.0 )

It would appear on the surface that the versions should be compatible,
but is there any way to know for certain? Any other ideas about what could
be causing this?

Sincere gratitude!
Bryan



Wolfgang Lux wrote:

> bdpierce3@... wrote:
>
>> I reinstalled libjpeg (from source) using the --enable-shared flag and
>> it only seems to install
>>    /usr/local/lib/libjpeg.a
>>     /usr/local/lib/libjpeg.la
>>
>>
>> Also fink seemed to install lbjpeg as dependencies to other packages
>>    /sw/lib/libjpeg.62.0.0.dylib
>>
>> So I'm wondering if I should be trying the
>>    ln -s libjpeg.a libjpeg.dylib
>> ...trick.
>
> No, this would help you nothing. A static archive does not magically
> become a dynamic library just by using a different filename extension.
>
>> Or would it make more sense to try get the compiler to find
>> the fink-installed "dylib"s
>> by playing with the order of my library path, or setting link flags.
>
> Yes, this would be the best option. Invoke gnustep-gui's configure
> with --with-jpeg-include=/sw/include and (more importantly)
> --with-jpeg-library=/sw/lib.
>
>> ( and yes, everything installed by fink is in my /sw directory, while I
>> have used /usr/local/ when
>> installing from source (which was why my fsf gcc libs were in
/usr/local/ )
>
> Ah, I understand. I was assuming you were using an FSF gcc installed
> through fink.
>
> Wolfgang
>




--------------------------------------------------------------------
mail2web.com – Enhanced email for the mobile individual based on Microsoft®
Exchange - http://link.mail2web.com/Personal/EnhancedEmail




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)

by Wolfgang Lux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

bdpierce3@... wrote:

> But I am getting these errors.
>
> 2009-07-18 12:23:03.828 Gorm[27716] Did not find correct version of
> backend, falling back to std.
> 2009-07-18 12:23:03.846 Gorm[27716] NSApplication.m:286  Assertion
> failed in initialize_gnustep_backend.  Unable to find backend
> libgnustep-art
> /usr/GNUstep/Local/Applications/Gorm.app/Gorm: Uncaught exception
> NSInternalInconsistencyException, reason: NSApplication.m:286  
> Assertion
> failed in initialize_gnustep_backend.  Unable to find backend
> libgnustep-art
> Abort trap

Looks like you have entered
   defaults write NSGlobalDomain GSBackend art
on the console (or did change the backend bundle through the  
SystemPreferences
application). Try
   defaults delete NSGlobalDomain GSBackend
which should get you the default backend bundle. Note that this is  
indeed the
libart bundle, but it is called libgnustep-back and not libgnustep-
art unless
you also specified a different name when configuring the backend bundle.

Wolfgang



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

GNUstep App Font Problems (was: GNUstep.gui on OS X 10.3.9,...)

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone!!

I have spent several months trying to get a successful GNUstep install
on Mac OS X 10.3.9. I am now having trouble launching Gorm (or any other
GS application), and even tried deleting my GNUstep directory and doing
a fresh installation just to make sure, but I am unable to get past
these problems.

I have tried installing gnustep-back-0.16.0, with --enable-graphix-art ,
and I end up with the application fonts looking like a mixture of Asian
and English characters, which are widely spaced apart.

After reinstalling gnustep-back with --enable-graphix-xlib, and entering
    defaults write NSGlobalDomain NSBackend libgnustep-xlib

but I get the following error when I enter "openapp Gorm"
    The font specified for NSFonts, Helvetica, can't be found

and installing the ArtResource fonts I just get...
    The font specified for NSFonts, FreeSans, can't be found


Any thoughts or suggestions would be very greatly appreciated!!

Best Regards,
Bryan Pierce



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep