jpivarski / pyminuit

Automatically exported from code.google.com/p/pyminuit
GNU General Public License v2.0
14 stars 3 forks source link

Installation problem - cygpath : command not found #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm following the installation instruction. 
   - I installed latest version of MinGW
   - Downloaded msysCORE-1.0.11-bin.tar.gz Jul 18 2009, unzipped it, put
     all content in C:\MSYS and add C:\MSYS\bin to windows PATH
   - Downloaded Minuit-1_7_9 and created C:\Minuit-1_7_9

2. run CMD and changed directory to C:\Minuit-1_7_9
   - sh configure worked fine
   - make did not run well, it can't find cygpath 

is there any other Windows path that I need to setup?
any idea how this can be fixed?

What version of the product are you using? On what operating system?
Vista 32

my python installation is done using pythonxy

PATH info:
%WinDir%\System32;%CommonProgramFiles%\Microsoft Shared\Windows Live;
C:\Python25\gtk\bin;C:\Python25;C:\Python25\DLLs;C:\Python25\Scripts;
C:\Python25\Lib\site-packages\PyQt4;C:\Python25\gnuplot\bin;
C:\Python25\Lib\site-packages\vtk;C:\Program Files\pythonxy\console;
C:\Program Files\pythonxy\mingw\bin;C:\msys\bin

Original issue reported on code.google.com by you...@gmail.com on 9 Sep 2009 at 11:47

GoogleCodeExporter commented 9 years ago
I think the original Windows-installation test was in XP.  Does anyone have 
Windows
Vista, and can confirm this problem?  Better yet, does anyone know how the
installation instructions should be modified to apply to Vista?

Original comment by jpivar...@gmail.com on 10 Sep 2009 at 11:08