mhatch
Group: Members
Posts: 9
Joined: Dec. 2007 |
|
Posted: Dec. 11 2007,05:41 |
|
Thanks for both suggestions! I got passed that newbie roadblock, on to the next one. ;-)
I am now tracking down dependencies (as predicted).
The ./configure initially failed on the lack of a libdrm.pc in the pkgconfig directory. However, libdrm.so does live in the xorg72/lib directory, so I set the appropriate linker/compile flags environment variables to bypass that one.
But during the make, I am getting a bunch of syntax errors out of xorg72/include/GL/glxint.h... Given they are "missing type" errors it *looks* like it might be do to a missing header file. And specifically it looks like "GL/gl.h" is MIA (ran a quick find, and didn't find it...) Suggestions?
Mark
|