[OS X TeX] Re: Leopard, MacTeX2007 and gv
Peter Dyballa
Peter_Dyballa at Web.DE
Sun Jun 29 04:14:04 EDT 2008
Am 29.06.2008 um 08:48 schrieb Eric van der Oord:
> In file included from Aaa.c:48:
> Aaa_intern.h:49:28: error: X11/Xlib.h: No such file or directory
> Aaa_intern.h:50:33: error: X11/Xresource.h: No such file or directory
> Aaa_intern.h:51:34: error: X11/IntrinsicP.h: No such file or directory
> Aaa_intern.h:52:34: error: X11/cursorfont.h: No such file or directory
The C header file wants to include another C header file <some path>/
X11/Xlib.h. "<some path>" is part of a record of paths that GCC uses
to find C header files. It can also be delivered by the environment
variable CPPFLAGS, as -I<some path>.
The real problem might be that the sym-link /usr/include/X11 does not
exist or is pointing to the wrong place. As a Tiger user I can only
assume that it should point to /usr/X11/include/X11 or to ../X11/
include/X11 so that a path /usr/include/X11/Xlib.h is constructed in
Leopard, too.
--
Greetings
Pete
I love deadlines. I love the whooshing noise they make as they go by.
– Douglas Adams
More information about the MacOSX-TeX
mailing list