help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] GLPK installation issues at WINDOWS 7


From: Nazmul Islam
Subject: Re: [Help-glpk] GLPK installation issues at WINDOWS 7
Date: Sun, 29 Dec 2013 19:58:25 -0500

Hello Heinrich,

I guess that there is no way I can create this file with notepad. Because I don't what vcvars64.bat should contain. If I knew the contents of the file, I could create the file using notepad and then put it inĀ C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat.

Thanks,

Nazmul


On Sun, Dec 29, 2013 at 4:26 PM, Heinrich Schuchardt <address@hidden> wrote:
Hello Nazmul

your vcvarsall.bat contains these lines

:amd64
if not exist "%~dp0bin\amd64\vcvars64.bat" goto missing
call "%~dp0bin\amd64\vcvars64.bat"
goto :eof

%~dp0 is the path to vcvarsall.bat

So the file vcvars64.bat is expected in relative path

.\bin\amd64\vcvars64.bat

which on my computer is

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat

Best regards

Heinrich Schuchardt



On 29.12.2013 10:08, Nazmul Islam wrote:
Hello Heinrich,

I don't know what I should put in vcvars64.bat file if I create it with
notepad. I have vcvarsall.bat file in my computer and I have attached
the text version of this file with the email. I don't know how I can
modify vcvarsall.bat file to convert it to vcvars64.bat file. Could you
please suggest me how?

I tried "CALL "C:\Program Files\Microsoft
SDKs\Windows\v7.1\Bin\SetEnv.__cmd" /x64" in my cmd. But it did not

create the vcvars64.bat file. Do you know why this might happen?

Your feedback will be very appreciated.

Thanks,

Nazmul




reply via email to

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