Author Topic: "No such file or directory"  (Read 4477 times)

wade

  • Guest
"No such file or directory"
« on: June 19, 2009, 06:19:09 am »
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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: "No such file or directory"
« Reply #1 on: June 19, 2009, 08:32:55 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ