|
From: Mirko V. <mir...@gm...> - 2015-03-28 19:00:25
|
On Fri, Mar 27, 2015 at 8:41 AM, Alexey Pavlov <ale...@gm...> wrote: > > 27 марта 2015 г., в 15:28, Mirko Vukovic <mir...@gm...> > написал(а): > > > > On Fri, Mar 27, 2015 at 8:01 AM, David Macek <dav...@gm...> > wrote: > >> On 27. 3. 2015 12:21, Mirko Vukovic wrote: >> > /e/external-libraries/interp2d >> >>ls /usr/share/cmake >> > /bin/ls: cannot access /usr/share/cmake: No such file or directory >> >> Can you `ls /usr/share/cmake-3.1.2` instead? >> >> -- >> David Macek >> >> >> >> > Sorry. There is no cmake-3.1.2 in /usr/share. > > > > Show output of: > > echo $PATH > > which cmake > > Regards, > Alexey. > > > > $ echo $PATH | tr : \\n . /mingw64/bin /usr/local/bin /usr/bin /bin /c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64/compiler /c/Windows/system32 /c/Windows /c/Windows/System32/Wbem /c/Windows/System32/WindowsPowerShell/v1.0 /c/Program Files/MiKTeX 2.9/miktex/bin/x64 /c/QtHFS/4.8.0/bin /e/gnuplot5/bin /c/Users/977315/AppData/Roaming/MiKTeX/2.9/miktex/bin/x64 /c/cygwin64/bin /c/cygwin/bin /e/nilibdc/dev/bin/64-bit /mingw64/lib /mingw64/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /c/Users/977315 $ which cmake /mingw64/bin/cmake /c/Users/977315 $ cygpath -w `which cmake` E:\msys64\mingw64\bin\cmake /c/Users/977315 > |