[ros-bugs] [Bug 4486] New: set in if statment and Vist 64 Bit in rosbe-gcc-env.cmd give an error

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sat May 9 22:04:34 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4486

           Summary: set in if statment and Vist 64 Bit in rosbe-gcc-env.cmd
                    give an error
           Product: ReactOS Build Environment (RosBE)
           Version: 1.4.2
          Platform: x86 Hardware
        OS/Version: Microsoft Windows Vista
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: RosBE-Windows
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: netzimme at aim.com
         QAContact: ros-bugs at reactos.org
                CC: reimer.daniel at freenet.de


In the cmd script rosbe-gcc-env.cmd there is a position like this:

if not defined _ROSBE_HOST_MINGWPATH (
    set _ROSBE_MODE=MinGW
    set _ROSBE_HOST_MINGWPATH=%CD%
    set _ROSBE_ORIGINALPATH=%PATH%   <<< Error
)

Output :

C:\TEMP>
"\Python" kann syntaktisch an dieser Stelle nicht verarbeitet werden.
C:\TEMP>    set _ROSBE_ORIGINALPATH=C:\Program Files (x86)\Python
C:\TEMP>

i have tuncate the PATH env. to %PATH%=C:\Program Files (x86)\Python to test 
if this is a problem with my path env. but with only this line it will also 
make the error.

When i use the "set _ROSBE_ORIGINALPATH=%PATH%" outside the if - statment it
will not raise an error.

Sorry for the german error text but i don't know the english text.

I have Vista 64 Bit with PowerShell

Daniel Zimmermann


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list