[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SWK - problem building the framework
From: |
Riccardo Mottola |
Subject: |
Re: SWK - problem building the framework |
Date: |
Tue, 28 Aug 2012 10:48:23 +0200 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386; rv:14.0) Gecko/20120802 Firefox/14.0.1 SeaMonkey/2.11 |
Hi,
even with Greg's workaround, I can't build/install the SWK framework
correctly. I get this warning message from Make:
clang: warning: argument unused during compilation: '-shared-libgcc'
Copying resources into the framework wrapper...
Creating SimpleWebKit.framework/Versions/0/Resources/Info-gnustep.plist...
Making all for framework SimpleWebKit...
Creating derived_src/NSFramework_SimpleWebKit.m...
Compiling file derived_src/NSFramework_SimpleWebKit.m ...
Warning! No files to link. Please check your GNUmakefile! Make sure
you set SimpleWebKit_OBJC_FILES (or similar variables)
Linking framework SimpleWebKit ...
clang: warning: argument unused during compilation: '-shared-libgcc'
Creating
SimpleWebKit.framework/Versions/0.1/Resources/Info-gnustep.plist...
Making install in Sources ...
but SimpleWebKit_OBJC_FILES is defined in the Subproject and always has
been.
When installing, I end with no installed headers. The WebKit directory
gets created, but no header.
Where is the problem? A problem with the organization of subprojects?
But it walays worked and the recent makefile changes should be only
minor (added package information, etc)
Thanks,
Riccardo