Dev-C++ "Error 1"

Started by
1 comment, last by u235 18 years, 4 months ago
What on God's green earth is Error 1? I just started using Dev-C++ and this makes no sense to me. It doesn't say anything about what wrong or anything. It just says "[Build error][test.exe] Error 1". Is there like a directory or something that lists all the error codes and what they mean? Thanks. -AJ
V/R,-AJThere are 10 kinds of people in the world: Those who understand binary and those who don't...
Advertisement
Error 1 means building an object failed. Thus, you should have an error elsewhere in the output from gcc. That's pretty much the only make error you'll ever see.
Thanks. I guess it's a Dev-C++ thing because I just compiled the same program with VC++6 Pro and it worked fine.

-AJ
V/R,-AJThere are 10 kinds of people in the world: Those who understand binary and those who don't...

This topic is closed to new replies.

Advertisement