1. Weird "No such file or directory" when trying to compile wx samples.
#5747
Posted by: 2005-01-27 21:19:46
I have a very weird problem. I successfully built and installed wxWidgets 2.5.3 using the MingGW compiler that comes with dev-c++ 4.9.9.1. Now I'm trying to build the minimal sample that comes with wxWidgets from within dev-c++, but I'm getting:
C:\DOCUME~1\ARON No such file or directory
in my Compile Log, which is weird, because the preceeding command in the Compile Log is:
and that command works fine when I execute it from within a MSYS shell.
Anyone know what dev-c++ might be looking for in C:\DOCUME~1\ARON? Nothing in the Makefile refers to this location, so I think it's very strange.
None of the paths in the Makefile contains any spaces either. The full path to my Profile directory is: "C:\Documents and Settings\Aron & Viktor" btw.
I don't know why dev-c++ is looking for something in my profile directory at this point, but I've tried starting dev-c++ with the -c option to specify a different path for the configuration file (devcpp.ini), didn't make any difference.
Greatful for all help. I would really like to use dev-c++ and not write my Makefiles myself.
Thanks, Aron
(PS. Below is a copy of the Makefile generated by dev-c++, typing make -f Makefile.win in the MSYS also works fine, just not from within dev-c++. DS)
# Project: Minimal # Makefile created by Dev-C++ 4.9.9.1