From: winson <roa...@ya...> - 2007-04-06 17:41:16
|
With the information from the build log, I have managed to generate file "plhershey-unicode.h" by launching plhershey-unicode.exe with parameters on command-line. Then I copied the file manually to the "include" directory. My question now is, is it what this perticular build process all about? In other words, will the file "plhershey-unicode.h" affect the subsequent build of other files? I looked through other "CMakeLists.txt" files, it seems okay. But I am not sure. Thanks. Winson --- Werner Smekal <sm...@ia...> wrote: > Hi, > > could you run "nmake VERBOSE=1" and send the output > to the list? And do > you use the "NMake Makefiles" Generator or are you > using the project > files? The latter was never tested and very likely > not to work at all. > > Regards, > Werner > > winson wrote: > > Hello there, > > > > I used VC++ 2005 Express to build plplot library > from > > files created by cmake. I got 8 succeeded and 1 > > failed. Error message is as following. > > > > Generating plhershey-unicode.h > > 'plhershey-unicode-gen.exe' is not recognized as > an > > internal or external command, > > operable program or batch file. > > Project : error PRJ0019: A tool returned an error > code > > from "Generating plhershey-unicode.h" > > > > The build log is attached. How could I fix it? > Thanks > > in advance. > > > > Winson > > > > -------------------------------------------------- > > Build Log > > Build started: Project: plhershey-unicode.h_built, > > Configuration: Debug|Win32 > > > > Command Lines > > Creating temporary file > > "E:\APPLIC~1\Temp\BAT0000512968340.bat" with > contents > > [ > > @echo off > > > > plhershey-unicode-gen.exe "E:/My > > > Documents/Downloads/plplot-5.7.3/fonts/plhershey-unicode.csv" > > plhershey-unicode.h > > > > if errorlevel 1 goto VCReportError > > > > goto VCEnd > > > > :VCReportError > > > > echo Project : error PRJ0019: A tool returned an > error > > code from "Generating plhershey-unicode.h" > > > > exit 1 > > > > :VCEnd > > ] > > Creating command line > > "E:\APPLIC~1\Temp\BAT0000512968340.bat" > > > > Output Window > > Generating plhershey-unicode.h > > 'plhershey-unicode-gen.exe' is not recognized as > an > > internal or external command, > > operable program or batch file. > > Project : error PRJ0019: A tool returned an error > code > > from "Generating plhershey-unicode.h" > > > > Results > > Build log was saved at "file://e:\My > > > Documents\Downloads\plPlot\include\plhershey-unicode.h_built.dir\Debug\BuildLog.htm" > > plhershey-unicode.h_built - 1 error(s), 0 > warning(s) ____________________________________________________________________________________ ____________________________________________________________________________________ Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html |