pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: x11/gtk2
Christian Biere <christianbiere <at> gmx.de> writes:
>
> Michael Huff wrote:
> > configure:27111: checking for jpeglib.h
> > configure:27125: /usr/ccs/lib/cpp -DPREFIX="\"/usr/pkg\"" -I/usr/pkg/include
> >
> > -D_REENTRANT -I/usr/include -I/usr/pkg/include/freetype2 conftest.c
> > "/usr/include/sys/isa_defs.h", line 500: undefined control
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> That seems to be the real culprit. Look what's there.
>
It's a bunch of ifdefs. The exact line is an #error declaration that says that
ISA is not supported.
I'm kludging around it (by changing the #error to a do-nothing definition) and
hoping for the best. It's compiling and I'll see how it runs.
Thanks!
Home |
Main Index |
Thread Index |
Old Index