Cannot build missing files

For code related discussions and questions
Jake-Slayer
Greenhorn
Posts: 6
Joined: 24 Mar 2010, 03:51
Location: Wisconsin, USA

Cannot build missing files

Post by Jake-Slayer »

I am having problems compiling using MSVC++, I compile and the output window says it cannot open this file 'm4sugar'. I followed the compile guide exactly but still has errors. :augh:

Edit: I have attached the build log, I also notice it takes a long time to complete.
You do not have the required permissions to view the files attached to this post.
Exterminate! - The Daleks
Jake-Slayer
Greenhorn
Posts: 6
Joined: 24 Mar 2010, 03:51
Location: Wisconsin, USA

Re: Cannot build missing files

Post by Jake-Slayer »

Forget the last post, I found the answer.
Exterminate! - The Daleks
User avatar
JDW
Regular
Regular
Posts: 1669
Joined: 18 May 2010, 20:44

Re: Cannot build missing files

Post by JDW »

Jake-Slayer wrote:Forget the last post, I found the answer.
Well, what is it? It would maybe be helpful for others in the future. :wink:
"Speak when you are angry and you will make the best speech you will ever regret."
-- Ambrose Bierce
Jake-Slayer
Greenhorn
Posts: 6
Joined: 24 Mar 2010, 03:51
Location: Wisconsin, USA

Re: Cannot build missing files

Post by Jake-Slayer »

j0shdrunk0nwar wrote:
Jake-Slayer wrote:Forget the last post, I found the answer.
Well, what is it? It would maybe be helpful for others in the future. :wink:
The filepath must be clear of spaces. I had bison and flex installed in the default location (c:\Program Files) and this error appeared: 'c:\Program does not exist'. viewtopic.php?f=32&t=5228

I have a new problem now, I can't run it because apparently I have an invalid working directory.
Exterminate! - The Daleks