|
From: Alexander S. <ale...@gm...> - 2016-03-17 23:30:09
|
Hello, it seems that a simple build of plplot using MSVC 2012 on Windows is not possible for me due to some missing shell toolings. typically things like the copy command can be selected using an environment variable from the configuration step, e.g. $(CP) other tools are by default not at all present ony a stock windows system. and some other items arenot present at all but not verbosely listed either. any hints on how to solve that? (at least i was unable finding such info on the web page below) regards, Alex. references: (sorry, the shell is reporting the errors in german) https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_the_Visual_Studio_IDE/ Das System kann den angegebenen Pfad nicht finden. Der Befehl "xmlto" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Der Befehl "grep" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Der Befehl "cp" ist entweder falsch geschrieben oder konnte nicht gefunden werden. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe" exited with code <…>. |