News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

"No such file or directory"

Started by wade, June 19, 2009, 06:19:09 AM

Previous topic - Next topic

wade

Now, whenever I try to compile a program with #include <gl\gl.h> or #include <SDL\sdl.h>, it says "error: HEADERNAME: No such file or directory"

why?

MortenMacFly

Quote from: wade on June 19, 2009, 06:19:09 AM
why?
Please choose:
- Because you don't have the header files?
- Because you did no setup the include directories correctly?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]