DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2393 Version: 1.3-current OK, so I looked into this.. it was weird at first. FLTK builds fluid successfully, then goes on to build apps that need fluid to convert the .fl -> cxx/h files, but fails saying essentially 'command not found' while building the test programs the first time through. Here's the first build command that fails: **** ------ Build started: Project: resize, Configuration: Release Win32 ------ Create .cxx and .h file with fluid The system cannot find the path specified. Project : error PRJ0019: A tool returned an error code from "Create .cxx and .h file with fluid" Build log was saved at "file://C:\fl\ide\VisualC6\Release\resize\BuildLog.htm" resize - 1 error(s), 0 warning(s) **** ..and here's the contents of the failed build log htm file: **** Build Log Build started: Project: radio, Configuration: Release|Win32 Command Lines Creating temporary file "C:\fl\ide\VisualC6\Release\radio\BAT00003120362076.bat" with contents [ @echo off cd ..\..\test/ ..\fluid\fluid -c radio.fl cd ..\ide\visualc if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Create .cxx and .h file with fluid" exit 1 :VCEnd ] Creating command line "C:\fl\ide\VisualC6\Release\radio\BAT00003120362076.bat" Output Window Create .cxx and .h file with fluid The system cannot find the path specified. Project : error PRJ0019: A tool returned an error code from "Create .cxx and .h file with fluid" Results Build log was saved at "file://C:\fl\ide\VisualC6\Release\radio\BuildLog.htm" radio - 1 error(s), 0 warning(s) **** The relevant bit being the error "The system cannot find the path specified", and the commands being executed: **** cd ..\..\test/ ..\fluid\fluid -c radio.fl cd ..\ide\visualc **** At first I thought it meant fluid.exe didn't exist, but that's not the problem.. it appears to be the follow up cd command is the problem: cd ..\ide\visualc ..I think that should be "..\ide\visualc6"..! Link: http://www.fltk.org/str.php?L2393 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
