This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC can't find header files


(gcc developers list omitted)

On Tue, 8 Jul 2003, Erwin Saranillo wrote:
> s_button.c:2: Openlook.h: No such file or directory
> In file included from s_button.c:3:
> /usr/openwin/share/include/Xol/OblongButt.h:40:
> Xol/Button.h: No such
> file or directory

Try:

#include <Xol/Openlook.h>

and

gcc -I/usr/openwin/share/include ...

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]