Vitaliy A. Matuschenko wrote:

Adam Jackson wrote:

On Wednesday 21 September 2005 06:51, Vitaliy A. Matuschenko wrote:
So i've decided to install libdrm manually. I've downloaded libdrm-1.0.3
but it also didn't want to install at any way.

If you'd tell me how it failed to install I'd get it fixed.

- ajax
while installing libdrm i've got mesages as file X11/Xlibint.h not found..
so i made symlink of /usr/X11R6/include/X11 to libdrm dir and successfully
installed it...


Yeah, libdrm assumes that the X11R6 headers are installed in /usr/inclue/X11. That's clearly not the case in FreeBSD.

But even then Mesa didn't want to install. It asked me of locatoin of libdrm.pc. So i added PKG_CONFIG_PATH /lib/pkgconfig to my env. I thought that it is the end, so i made make clean, make install and got once again a pack of errors, but without package libdrm not found (:

libdrm installed to /usr/local/lib, so you should actually add /usr/local/lib/pkgconfig to PKG_CONFIG_PATH.

After you do that, Mesa should build fine.

Adam K.



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to