I keep having the same error, even on diferent systems and different codes!??
--------------------------------------...
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Makefile.win" all
make.exe: Circular man %26lt;- man.o dependency dropped.
g++.exe -c man -o man.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/incl... -I"C:/Dev-Cpp/include/c++/3.4.2/backward... -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"
g++.exe: man: linker input file unused because linking not done
g++.exe man.o -o "Project1.exe" -L"C:/Dev-Cpp/lib"
g++.exe: man.o: No such file or directory
g++.exe: no input files
make.exe: *** [Project1.exe] Error 1
Execution terminated
--------------------------------------...
Bloodshed Dev C++ compiler error?
Well that error has to deal with linking, so check your functions and classes and make sure you are passing the correct amount of parameters in the function prototype,definition,and calls.
Also, make sure you have write access to where your tring to complie the program...I had this happen to me once, took me forever to figure out.
Also, I really doubt it, but check your pre-processor directives, make sure you include the nessary ones.
geranium
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment