On Mon, 2002-10-28 at 14:53, David D. Hagood wrote:
> Michel Dänzer wrote:
> 
> >
> >
> > #define DoLoadableServer NO
> >
> > in host.def. I just fixed a bug that would indeed have prevented that
> > from building though. :)
> >
> >
> I don't think it is fixed yet - I just pulled CVS and tried this, and I 
> get the following error:

[...]

> GL/mesa/GLcore/libGLcore.a(s_accum.o): In function `_swrast_Accum':
> /usr/src/xc/build/programs/Xserver/GL/mesa/src/swrast/s_accum.c:113: 
> undefined reference to `assert'

Different issue, the one I fixed was in the radeon driver. Does the
attached patch help?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
Index: extras/Mesa/src/swrast/s_accum.c
===================================================================
RCS file: /cvsroot/dri/xc/xc/extras/Mesa/src/swrast/s_accum.c,v
retrieving revision 1.5
diff -p -u -r1.5 s_accum.c
--- extras/Mesa/src/swrast/s_accum.c	3 Apr 2002 22:03:17 -0000	1.5
+++ extras/Mesa/src/swrast/s_accum.c	28 Oct 2002 19:08:14 -0000
@@ -23,6 +23,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <assert.h>
 
 #include "glheader.h"
 #include "context.h"

Reply via email to