On Thu, August 11, 2011, Jason Brower wrote: > configure: error: The path for the X11 files not found! > Make sure you have X and it's headers and libraries (the -devel packages > in Linux) installed. > encompass@tabacso:~/Programming/wmaker-crm$ sudo apt-get install x
As you are obviously using a Debian-like distro I would suggest you build using the Debian tools. The code from Carlos' repo already contains what you need. You enter the source dir and issue `fakeroot dpkg-buildpackage -b'. Of course, the `fakeroot' and `dpkg-buildpackage' programs need to be installed. Once you've got there you'll be told nicely which packages are missing. If you are not running on any architecture other than x86, why not use the precompiled packages? Cheers, M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= Wie verhindert man, dass einem die Geige gestohlen wird? Man legt sie in einen Bratschenkasten... -- To unsubscribe, send mail to [email protected].
