On 8/8/06, Tor Olav Stava <[EMAIL PROTECTED]> wrote:
Dan Nicholson wrote:
> On 8/8/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:
>>
>> 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=""

I tried both solutions just for fun ;)

Thanks for that.

Dropping the sed worked, and espgs compiled without complaining.

I wonder if the sed is actually needed if you want X support. From my
reading of the Makefile, it seems that X would be substituted properly
by configure.

However, leaving the sed alone and use make DISPLAY_DEV="" bombed at the
same place as before.

Hmm. That means there's something else going on I wasn't seeing since
it was substituting x11.dev at some point. What a mess.

I also added (on all my tests) --without-x to the ./configure command
just to make sure.

Thanks for the feedback. Next time I rebuild, I'll check if that sed
is really needed or not.

--
Dan
--
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