Re: Error compiling 2.1

On Fri, Jun 25, 1999 at 06:38:58AM +0000, Graham Murray wrote:
> When trying to build Amaya 2.1 on my linux system running kernel
> 2.3.8, glibc 2.1.1, I get the following errors and the code does not
> build.

  The problem was caused by the inlining optimizing macros of glibc-2.1
and the fact that Thot includes were remapping memcpy() and memmove()
to bcopy. Both defines clashed and resulted in an invalid C code after
preprocessing. It's seems related too to the removal of the HAVE_MEMCPY
test in the configure stuff.
  Apply the included patch to your code base, I will commit it to the
CVS base as soon as possible,
  Now that this is fixed i will produce RedHat-6.0 RPMs,

Daniel

-- 
	    [Yes, I have moved back to France !]
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | Today's Bookmarks :
Tel : +33 476 615 257  | 655, avenue de l'Europe | Linux, WWW, rpmfind,
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | rpm2html, XML,
http://www.w3.org/People/W3Cpeople.html#Veillard | badminton, and Kaffe.

Received on Friday, 25 June 1999 09:08:43 UTC