Re: [Fresco-devel] Error while compiling Fresco

Stefan Seefeld <[email protected]> Wed, 02 Apr 2003 14:24:23 -0500
Newsgroups gmane.comp.video.fresco.devel
Message-ID <[email protected]>
Hi Uwe,

Uwe Strempel wrote:
> I want to compile Fresco and the compiler exiting with :
>     GraphDebugger.cc:30: limitGraphDebugger.cc:30: limits: No such file 
> or directory
>     make[2]: *** [GraphDebugger.o] Error 1
>     make[1]: *** [src] Error 2
>     make: *** [Berlin] Error 2
> What can I do?

upgrade to gcc 3.2 or higher. It's now a requirement since we
rely on standard headers that aren't there for gcc 2.x.

Stefan