bug-gnustep
[Top][All Lists]
Advanced

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

[PATCH] escape / to avoid problems with msys (mingw)


From: Wim Oudshoorn
Subject: [PATCH] escape / to avoid problems with msys (mingw)
Date: Mon, 17 Feb 2003 16:45:06 +0100
User-agent: Mutt/1.4i

The msys shell is very smart, it replaces everything that looks
like a unix path to a windows path.  This means thet the commandline
flag to gcc get mangled.  So for example:

-DGNUSTEP_INSTALL_PREFIX=/e/GNUstep 

will change to

-DGNUSTEP_INSTALL_PREFIX=e:\GNUstep

This will lead in the compilation of NSUser.m to the following problems:
 
A - a warning that it does not understand \G in strings.
B - a wrong predefined path.  

This in turn will prevent GNUstep from finding some charset data etc.


Wim Oudshoorn.



2003-02-17    <woudshoo@agilisys.com>

        * GNUmakefile (GNUSTEP_TARGET_INSTALL_PREFIX) 
        (GNUSTEP_TARGET_LOCAL_ROOT, GNUSTEP_TARGET_NETWORK_ROOT): on mingw32 
replace
        / with \\057.  This to avoid the msys shell of translating / with \.


Attachment: gnumakefile-diff
Description: Text document


reply via email to

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