cygwin compiling problem

Christian Bauer Christian.Bauer at Uni-Mainz.DE
Mon Mar 22 18:40:07 CET 2004


Hi!

On Mon, Mar 22, 2004 at 06:12:17PM +0100, fausap at libero.it wrote:
> I'm trying to compile the last version of GINAC under Cygwin, with gcc 3.3.1
> I receive this error:

Does this help?

RCS file: /home/cvs/GiNaC/ginac/utils.h,v
retrieving revision 1.44
diff -r1.44 utils.h
41,42c41,42
< #ifndef log2
< unsigned log2(unsigned n);
---
> #ifdef log2
> #undef log2
43a44,45
>
> unsigned log2(unsigned n);

Bye,
Christian

-- 
  / Physics is an algorithm
\/ http://www.uni-mainz.de/~bauec002/



More information about the GiNaC-devel mailing list