[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Re: Make fails on OSX
From: |
Larry Kollar |
Subject: |
Re: [Groff] Re: Make fails on OSX |
Date: |
Thu, 3 Jun 2004 21:40:51 -0400 |
More trouble (with CVS updated at 2140 EDT):
gcc2 -I. -I. -I/Users/larry/Projects/groff/src/include
-I/Users/larry/Projects/groff/src/include -DHAVE_CONFIG_H -g -O2 -c
XFontName.c
XFontName.c:7: header file 'X11/Xlib.h' not found
XFontName.c:8: header file 'X11/Xos.h' not found
/Users/larry/Projects/groff/src/include/XFontName.h:47: undefined type,
found `Bool'
/Users/larry/Projects/groff/src/include/XFontName.h:48: undefined type,
found `Bool'
/Users/larry/Projects/groff/src/include/XFontName.h:49: undefined type,
found `Bool'
/Users/larry/Projects/groff/src/include/XFontName.h:50: undefined type,
found `Bool'
XFontName.c:57: undefined type, found `Bool'
XFontName.c:115: undefined type, found `Bool'
XFontName.c:181: undefined type, found `Bool'
XFontName.c:213: undefined type, found `Bool'
cpp-precomp: warning: errors during smart preprocessing, retrying in
basic mode
make[2]: *** [XFontName.o] Error 1
make[1]: *** [src/libs/libxutil] Error 2
make: *** [all] Error 2
%
Xlib.h and Xos.h are in /usr/X11R6/include like they should be....
Larry