Is "d:\source\Makefile.win" the real path, or does "\source\" represent a
path with space in? Unix tools (gcc etc. are ports of unix tools) does not
like spaces in paths unless they have been enclosed in quotation marks.
/Per W
On Mon, 26 Sep 2005, Omar Baqueiro wrote:
> Hello I am trying to compile the G3D library (
> http://g3d-cpp.sourceforge.net/html/guideinstall.html)
> I downloaded the sourcecode from the CVS and opened the .dev project file,
> after that I add the library and include paths (as specified on the
> installer) and everything goes okey.
>
> Once I try to compile (Execute/Rebuild All menu) i get the following error:
>
> Could not create makefile "D:\source\Makefile.win"
> IO error 32
|