I sorted it out. To verify that you have (at least some, if not all of) the library xorg library files you can do a search for libxaw*. Noobs remember the asterix when using the search utility in SUSE. That should return a bunch of results, which in my case has a path of "usr/X11R6/lib/". When you're doing a ./configure do it with the following parameters: ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/lib/ Aparently if you dont do this then the configure script wont know where the xorg library files are. You can do a ./configure -h to see all the possible arguments for the script
[------- UPDATE --------]
So I was right about not having all library files. Use yast to search for "xorg-x11-devel". That should have all you need to compile with xorg library files. Its right there on the CD (or DVD) so you dont need to bother waiting for the repositories to refresh. If you dont install that package then your going to have problems when you do the make. So now you can just: ./configure, make, make install
Last edited by bazaloo; 05-05-2006 at 11:21 PM.
|