From: Brian P. <br...@va...> - 2000-10-30 18:28:43
|
Stefan Seefeld wrote: > > I use a recent cvs version of mesa to build, specifically > to test the new GGI changes Jon applied. However, there are > a couple of little problems: > > * a problem related to libtool: > > libGL.* can't be linked. libtool gets messed up with some > input file. The error message is: > > /usr/local/lib/libggi.la: file not recognized: File format not recognized > (the file is specified in Mesa/src/GGI/libMesaGGI.la) > > same problem for libvga... > > * other libtool related problems prevent the GGI demos (gears2) from linking I think Jon is still working on that. > * when compiling in the src/X directory, xm_api.c complains > about 'unknown function CLAMP', which ultimately results in a linking > error, as CLAMP appears to be a macro. I added an #include "macros.h" > to xm_api.c which fixed it. Already fixed. There have been a lot of check-ins recently. If you find a problem, wait a bit and do another check-out. That'll often fix things. -Brian |