News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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]