[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #19209] Can't buid SystemPreferences (svn) under MinGW : direct
From: |
Xavier Glattard |
Subject: |
Re: [bug #19209] Can't buid SystemPreferences (svn) under MinGW : directory does not exist |
Date: |
Mon, 05 Mar 2007 17:47:34 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.2.5 |
Selon Nicola Pero <INVALID.NOREPLY@gnu.org>:
> Follow-up Comment #1, bug #19209 (project gnustep):
>
> I'll have a look at this later today, but just noticed you mention that
> you're using gnustep-make 1.13.0 - can you try again using gnustep-make from
> trunk (and check the new MinGW instructions in
> core/make/Documentation/README.MinGW) ? :-)
>
> I suspect you'll still have the problem (I'm not sure if frameworks still
> work under MinGW, need to check that), but it's worth doing any
> testing/fixes/changes on gnustep-make from trunk.
>
> Thanks
I wonder if my report was clear enough...
The framework itself is build without a problem.
And it works when installed.
I just have to change the path in the GNUmakefile of the _other_ modules that
_use_ the framework.
Before installation the framework library file is in :
../PreferencePanes/PreferencePanes.framework (not in a sub-drectory)
but the other GNUmakefile.preamble look for it in :
../PreferencePanes/PreferencePanes.framework/Version/Current/$(GNUSTEP_TARGET_LDIR)
Do you still need i check with gnustep-make in the svn ?
Xavier