473,396 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Make errors

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
Jul 22 '05 #1
2 2003

"JimBo" <ji***@yahoo.com> wrote in message
news:Xn**************************@65.24.7.150...
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
Jul 22 '05 #2
JimBo <ji***@yahoo.com> wrote in message
news:Xn**************************@65.24.7.150...
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...

Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: yzzzzz | last post by:
Hi, I am compiling PHP 5.0.2 myself with MySQL support. I did a ./configure --with-mysqli=/usr/local/mysql/bin/mysql_config (see end of post for complete configure) Note: I also have...
7
by: Stefan | last post by:
Hi, I am trying to get my structure to be externed so I can use it in all my projects source files, but the code is generating errors. Here is some of my code: "Globals.cpp" typedef struct...
2
by: Daniel | last post by:
how to make sure a xsl document has valid xsl syntax? i tried loading it into an xml document but that doesnt show syntax errors inside attributes such as "foo/bar" vs "bar\foo"
19
by: Swaregirl | last post by:
Hello, I would like to build a website using ASP.NET. I would like website visitors to be able to download code that I would like to make available to them and that would be residing on my...
52
by: mavic | last post by:
hi to everybody,i need help for my project....how to make a program that accept any integer and convert it binary,octal and hexadecimal.pls help me...thanks
6
by: Ian Boyd | last post by:
Every time during development we had to make table changes, we use Control Center. Most of the time, Control Center fails. If you try to "undo all", it doesn't, and you end up losing your identity...
9
by: Russell Mangel | last post by:
Can someone show me how to speed this up? 1. Whats the fastest way for Unsafe C#? 2. What the fastest way for Safe C#? public static Int64 ToInt64(Int32 low, Int32 high) { Byte lowBytes =...
15
by: Michael B Allen | last post by:
I like to use limit pointers as sentinels when working on buffers of data. Meaning I use ptr < lim where ptr and lim are both pointers rather than n 0 to determine if it is safe to proceed writing...
0
by: thrash242 | last post by:
I have a fairly simple C++ program that uses the windows port of PDCurses, which I built and installed correctly (as far as I know). When I do a build (using make) from Eclipse, I get several...
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.