help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Re: [Help-gnucap] Compile problems]


From: Al Davis
Subject: Re: [Fwd: Re: [Help-gnucap] Compile problems]
Date: Tue, 21 Oct 2003 01:37:59 -0400
User-agent: KMail/1.5.4

On Friday 17 October 2003 11:53 pm, Munroe C. Clayton wrote:
> Here it is.
> ===========================================
> address@hidden moe]$ cd temp/gnucap-0.31
> address@hidden gnucap-0.31]$ cd modelgen
> address@hidden modelgen]$ ./configure
> address@hidden modelgen]$ make
> mkdir O
> mkdir: cannot create directory `O': File exists
> make: [g++] Error 1 (ignored)
> cat Make1 Make2.g++ Make3 Make.depend >O/Makefile
> (cd O; make -k)
> make[1]: Entering directory
> `/home/moe/temp/gnucap-0.31/modelgen/O' g++ -DUNIX -O2
> -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_main.cc In file
> included from ../mg_out.h:23,
>                  from ../mg_main.cc:22:
> ../mg_.h:94: warning: `typename std::list<T*,
> std::allocator<T*> >::const_iterator' is implicitly a
> typename

You need either a newer version of Gnucap or an older version of 
the compiler.  The latest version of Gnucap is 0.33 .

There was a change in g++ recently, making it more conformant 
with the standard.  Unfortunately, it broke Gnucap.  The next 
version fixed it.  It is a trivial fix (add "typename"), but it 
is better to just get the latest version.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]