Make errors

J

JimBo

I just download fox toolkit.. and whenever I try to compile one of
the example programs that comes with it.. I get an error much. Here
is an example of what I see when I try to compile the calculator.

D:\C Programming\Projects\Project1\Makefile.win [Build Error] No
rule to make target `D:/C', needed by `Calculator.o'. Stop.



I am using Bloodshed IDE ... which uses gcc compiler.

thanks
 
J

John Harrison

JimBo said:
I just download fox toolkit.. and whenever I try to compile one of
the example programs that comes with it.. I get an error much. Here
is an example of what I see when I try to compile the calculator.

D:\C Programming\Projects\Project1\Makefile.win [Build Error] No
rule to make target `D:/C', needed by `Calculator.o'. Stop.



I am using Bloodshed IDE ... which uses gcc compiler.

thanks

The error is caused by having a space in your directory name, change

D:\C Programming\Projects\...

to

D:\C_Programming\Projects\...

or something.

Just a guess, I know nothing about Bloodshed IDE.

john
 
G

G.Arlington

JimBo said:
I just download fox toolkit.. and whenever I try to compile one of
the example programs that comes with it.. I get an error much. Here
is an example of what I see when I try to compile the calculator.

D:\C Programming\Projects\Project1\Makefile.win [Build Error] No
rule to make target `D:/C', needed by `Calculator.o'. Stop.



I am using Bloodshed IDE ... which uses gcc compiler.

thanks
Obviously:
No rule to make target `D:/C'
The make/compiler does not like spaces in path...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top