On 2006-09-14 17:13:09 +0200, Bernhard R. Link wrote: > Try xrdb -nocpp instead.
But a resource file is not a C/C++/Objective C file! If it is uses the C preprocessor for some reason (BTW, the default behavior is badly documented), then it should probably undefine the variables CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJC_INCLUDE_PATH that are defined for C/C++/Objective C programs. Also, if a directory is not used, then the preprocessor shouldn't complain that it is not readable (but this part is a bug in cpp, I assume). -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

