Pelles C forum

Pelles C => Bug reports => Topic started by: frankie on August 15, 2005, 02:29:49 PM

Title: Subfolder creation bug?
Post by: frankie on August 15, 2005, 02:29:49 PM
Pelle,
I don't know if its really a bug or a problem on my config, what happen is that while creating a new project with 4.00 release (a simple hello world consolle mode program) I get an error on the first compilation with the following description:
QuoteBuilding helloworld.obj.
fatal error: Unable to create file 'C:\prjs\test\output\helloworld.obj'.
*** Error code: 1 ***
Done.
Everything continues fine after I manually create the 'C:\prjs\test\output' subdirectory.
thankyou
Title: Subfolder creation bug?
Post by: Pelle on August 15, 2005, 07:16:45 PM
Hello,

Sounds like a bug - hopefully the one I have already found. When adding a new project to an existing workspace, the output directory isn't created automagically. Will be fixed in Beta #2.

Pelle
Title: Subfolder creation bug?
Post by: frankie on August 15, 2005, 07:32:31 PM
Thx Pelle