Dan Nicholson wrote:
On 8/8/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:

I might be wrong, but the initial sed

sed -i "s/bbox.dev$/x11.dev/" Makefile.in

Seems like it forces x11 on you. Maybe not, though. The build system
is completely convoluted. What happens if you omit that sed?

In fact, the more proper workaround, since your server is essentially
headless, might be

make DISPLAY_DEV=""

That would keep both the bbox (whatever that is, I think it gets built
into the library regardless) or the x11 dev.

Thanks Dan,

I tried both solutions just for fun ;)
Dropping the sed worked, and espgs compiled without complaining.
However, leaving the sed alone and use make DISPLAY_DEV="" bombed at the same place as before. I also added (on all my tests) --without-x to the ./configure command just to make sure.

Thanks again. I'm happily compiling without X now :)


Tor Olav
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to