Re: [TuxKart-users] I have a compilation problem(corection)
Status: Alpha
Brought to you by:
sjbaker
From: Ingo R. <gr...@gm...> - 2000-07-06 19:17:11
|
Steve Baker <sjb...@ai...> writes: > What the heck is '#include_next' ??!? Well, no idea about the FLT_MAX problem, but I can say you were for include_next are: $ info cpp index \#include_next ,----[ info cpp index \#include_next ] | [...] | `#include </usr/include/sys/signal.h>' would find the proper file, | but that is not clean, since it makes an assumption about where the | system header file is found. This is bad for maintenance, since it | means that any change in where the system's header files are kept | requires a change somewhere else. | | The clean way to solve this problem is to use `#include_next', which | means, "Include the *next* file with this name." This directive works | like `#include' except in searching for the specified file: it starts | searching the list of header file directories *after* the directory in | which the current file was found. | [...] `---- -- ICQ: 59461927 http://www.pingus.cx | Ingo Ruhnke <gr...@gm...> http://home.pages.de/~grumbel/ | ------------------------------------------------------------------------' |