When I try to compile the wxWidgets 2.4.2 source code in console for dev-cpp I get an error:
*cp ../../include/wx/msw/setup.h ../../lib/msw/wx/setup.h process_begin: CreateProcess((null), cp ../../include/wx/msw/setup.h ../../lib/ msw/wx/setup.h, ...)failed. make (e=2): The system cannot find the file specified. make: *** [../../lib/msw/wx/setup.h] Error2*
I set the two variables, PATH and WXWIN to their appropriate directories. Also made sure the variables were set appropriatly in the makeg95.env file and any necessary changes in the setup.h file. I use the command line "make -f makefile.g95 FINAL=1" and this what happen. Any help on how to solve this issue would be greatly appreciated, thankyou.