![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Jul 2005
Posts: 73
Rep Power: 4
![]() |
Dev-C++ v4.9.9.2 beta - not working
Dev-C++ isnt compiling like it should...actually, its not compiling at all.
Whenevery i try to compile, i get [Build Error] No rule to make target `''../../../Program', needed by `''../My'. Stop. I'm trying to compile a DLL with 3 files included in the project. whats happenning here? |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Jul 2005
Posts: 158
Rep Power: 0
![]() |
Try checking your addresses it could be a problem with the compiler test a hello world program.
__________________
Geeks may not be cool now but in the long run they prosper. |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
The compiler often infers from file extensions which tool it should apply to the file in question, in order to incorporate it into the build. I don't understand the reference to "addresses" (paths?), but then, I'm not a "geak".
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Jul 2005
Posts: 158
Rep Power: 0
![]() |
File addresses. Path names. They are the same in my book.
__________________
Geeks may not be cool now but in the long run they prosper. |
|
|
|
|
|
#5 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Ahhh, I need a new book....
![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#6 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
It looks to me as if it is not handling spaces in the paths correctly. Note that Program Files and My Documents are being truncated at the space, so the requested directories do not exist.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#7 |
|
Programmer
Join Date: Jul 2005
Posts: 73
Rep Power: 4
![]() |
ohh ok...and of course the documents and settings folder...couldn't I use DOCUME~1 for that?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|