Steven Van Ingelgem wrote:
I investigated this a little more and I think this is a bug in CMake:
[ 21%] [BISON][dvParse] Building parser with bison 2.1
cd C:\TEMP\datadraw\src && "C:\Program Files\GnuWin32\bin\bison.exe" -l
-d -p dv -b dv -d -o dvparse.c dvparse.y
*==> this is ok*
"C:\Program Files\CMake 2.7\bin\cmake.exe" -E cmake_progress_report
C:\TEMP\datadraw\CMakeFiles\CMakeTmp\CMakeFiles 1
[ 23%] Building C object CMakeFiles/datadraw.dir/dvparse.obj
C:\MinGW\bin\gcc.exe -IC:\TEMP\datadraw\src\..
-IC:\TEMP\datadraw\src\..\util -o CMakeFiles\datadraw.dir\dvparse.obj
-c C:\TEMP\datadraw\CMakeFiles\CMakeTmp\dvparse.c
gcc.exe: C:\TEMP\datadraw\CMakeFiles\CMakeTmp\dvparse.c: No such file or
directory
*==> this is not*
Why would it want to take "CMakeTmp\dvparse.c"?
Instead of confusing things with trycompile. Does this try-compile
project compile if you run cmake by hand on it?
-Bill
--
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
[EMAIL PROTECTED]
http://www.kitware.com
518-371-3971 (phone and fax)
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake