bug-gnustep
[Top][All Lists]
Advanced

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

[bug #19321] $PATH not set properly under MINGW


From: Xavier Glattard
Subject: [bug #19321] $PATH not set properly under MINGW
Date: Fri, 16 Mar 2007 09:53:16 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10

URL:
  <http://savannah.gnu.org/bugs/?19321>

                 Summary: $PATH not set properly under MINGW
                 Project: GNUstep
            Submitted by: xgl
            Submitted on: vendredi 16.03.2007 à 10:53
                Category: Makefiles
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi

On my XP box with MSYS :

$ echo $PATH
/home/Xavier/GNUstep/Tools:/cygdrive/C/GNUstep/Local/Tools:/cygdri
ve/C/GNUstep/System/Tools:.:/usr/local/bin:/mingw/bin:/bin:/c/WIND
OWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program Files/Fichiers
communs/GTK/2.0/bin

As you can see GNUstep paths are translated form C:\GNUstep to
/cygdrive/GNUstep. There should be /C/GNUstep

I found out that the CYGWIN variable is set to 'yes'
If I change configure (and congigure.ac) in gnustep-make the path is set
properly (see patch below). But is it the good way ?

- Xavier

Index: configure
===================================================================
--- configure   (revision 24878)
+++ configure   (working copy)
@@ -2780,7 +2780,7 @@
        MSWIND=yes;;
   *mingw32* )
        MINGW32=yes
-       CYGWIN=yes
+       CYGWIN=no
        MSWIND=yes;;
           * )
        MINGW32=no
Index: configure.ac
===================================================================
--- configure.ac        (revision 24878)
+++ configure.ac        (working copy)
@@ -120,7 +120,7 @@
        MSWIND=yes;;
   *mingw32* )
        MINGW32=yes
-       CYGWIN=yes
+       CYGWIN=no
        MSWIND=yes;;
           * )
        MINGW32=no





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19321>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

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