[blfs-support] problems with freeglut

2012-10-09 Thread mike
Hi, I fixed my problem with the xorg headers yesterday but now I got mesa build and need to install freeglut And get the following errors I've tried to google it to no avail This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mist

Re: [blfs-support] Wayland

2012-10-09 Thread Armin K.
On 10/09/2012 03:39 PM, LM wrote: > Armin K. wrote: >> I was wondering if anyone else here was experimenting with Wayland. > > I've been reading about it and am interested in the progress being > made on it, but have not tried it yet. I think I'd need some support > for/from SDL and/or FLTK librar

Re: [blfs-support] problem with xorg protocall headers

2012-10-09 Thread Bruce Dubbs
mike wrote: > I ran the whle thing as root I did the folling script > > bash -e > > > > for package in $(grep -v '^#' ../proto-7.7.md5 | awk '{print $2}') > do >packagedir=${package%.tar.bz2} >tar -xf $package >pushd $packagedir >./configure $XORG_CONFIG >$AS_ROOT "make install"