bug-gnustep
[Top][All Lists]
Advanced

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

Re: [PATCH] README.MinGW


From: Martin Brecher
Subject: Re: [PATCH] README.MinGW
Date: Fri, 28 Feb 2003 20:30:10 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sorry for not digging deeper in the first place.

After doing make install in gnustep-make, I end up with

/C/GNUstep/System/Libraries
/C/GNUstep/System/Libraries/Resources
/C/GNUstep/System/Libraries/Java

no other folders in Libraries/

Doing make install in ffcall:

$ make install
cd avcall; make install
make[1]: Entering directory `/D/home/Administrator/cvs/ffcall-1.8d/avcall'
if [ ! -d /C/GNUstep/System ] ; then mkdir /C/GNUstep/System ; fi
if [ ! -d /C/GNUstep/System ] ; then mkdir /C/GNUstep/System ; fi
if [ ! -d /C/GNUstep/System/Libraries/ix86/mingw32 ] ; then mkdir
/C/GNUstep/System/Libraries/ix86/mingw32 ; fi
mkdir: cannot create directory
`/C/GNUstep/System/Libraries/ix86/mingw32': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/D/home/Administrator/cvs/ffcall-1.8d/avcall'
make: *** [install] Error 2

It should be sufficient to replace the mkdir calls in the Makefiles with
mkdir -p (or use mkinstalldirs?). Or to force the creation of the
os/arch folders by gnustep-make.

gnustep-libobjc uses mkinstalldirs and thus correctly creates the
folders - but ffcall has to be installed first.

Greetings,
Martin

Tom Koelman wrote:
|
| Yes, but as this is the directory where libobjc.a ends up and in which
| a subdirectory gets created that contains libgnustep-base.a, I don't
| see how your build could have succeeded at all. I have never needed to
| create this directory while building (following the MinGW build
| guide), so just adding this in the guide feels a bit random to me.
|
| I'd rather know what is going wrong than add some perhaps not needed
| info.
|
| Tom
|

- --
I love the smell of Blue Screens in the morning.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAj5fuL8ACgkQkWEEBp53XEXubACcDCydNxp7bESg4m67KMjWHP5k
VVQAn1sxbau+/4vxRfIZVzwyy2PadIeN
=2w7Z
-----END PGP SIGNATURE-----





reply via email to

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