Take a step back, imagine that you were us, and have not been sitting there with you. Do you REALLY think that simply posting an error message, and nothing else, is enough to tell you anything?
Start by posting your Basic 3. They are covered in the thread you no doubt did not bother to read, titled, "Please Reead Before Posting a Question"
Wayyne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Wayne will probably be annoyed with me for attempting to answer your question without the requested information but from what little information you have posted I can see that you are attempting to build a project in "C:\Dev-Cpp\" :
First why would you choose to create your project in the IDE's installation folder? It is just a really bad idea in any case. Second, odd though it may be, in many cases Dev-C++ will fail to build projects that are created in its installation folder or sub-folders thereof. I have not figured out why this happens or under what precise circumstances, since sometimes you seem to get away with it, but it has been reported a number of times on this forum, and I have reproduced the problem myself in the past.
However there may be other problems at work here, or you may have multiple problems you have not yet noticed, so posting the requested information remains essential. When posted in the first instance, most questions get resolution in one pass without having to ask for additional information.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am sorry that i didint read the "Basic 3", wayne, and now i have. And Clifford I am very happy of your response! I tried to change the output path but still got the error.
Im using Dev-C++ 4.9.9.2, and im running a Windows XP.
the DLL im trying to compile is editing memory, and im just trying to compile it, i didint make it, so its hard for me to give som "sample" of it.
And last, the full "Compile log":
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Makefile.win" all
make.exe: *** No rule to make target `all'. Stop.
Execution terminated
Regards
Felix
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Im making a DLL-file, but get following error when tryng to compile:
C:\Dev-Cpp\Makefile.win [Build Error] No rule to make target `all'. Stop.
Please anwear what i should to ASAP.
Cindly regards
Felix
Take a step back, imagine that you were us, and have not been sitting there with you. Do you REALLY think that simply posting an error message, and nothing else, is enough to tell you anything?
Start by posting your Basic 3. They are covered in the thread you no doubt did not bother to read, titled, "Please Reead Before Posting a Question"
Wayyne
Wayne will probably be annoyed with me for attempting to answer your question without the requested information but from what little information you have posted I can see that you are attempting to build a project in "C:\Dev-Cpp\" :
First why would you choose to create your project in the IDE's installation folder? It is just a really bad idea in any case. Second, odd though it may be, in many cases Dev-C++ will fail to build projects that are created in its installation folder or sub-folders thereof. I have not figured out why this happens or under what precise circumstances, since sometimes you seem to get away with it, but it has been reported a number of times on this forum, and I have reproduced the problem myself in the past.
However there may be other problems at work here, or you may have multiple problems you have not yet noticed, so posting the requested information remains essential. When posted in the first instance, most questions get resolution in one pass without having to ask for additional information.
Clifford
I am sorry that i didint read the "Basic 3", wayne, and now i have. And Clifford I am very happy of your response! I tried to change the output path but still got the error.
Im using Dev-C++ 4.9.9.2, and im running a Windows XP.
the DLL im trying to compile is editing memory, and im just trying to compile it, i didint make it, so its hard for me to give som "sample" of it.
And last, the full "Compile log":
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Makefile.win" all
make.exe: *** No rule to make target `all'. Stop.
Execution terminated
Regards
Felix