Skip to Content.
Sympa Menu

maude-help - Re: [Maude-help] Question about compiling Maude in cygwin

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

Re: [Maude-help] Question about compiling Maude in cygwin


Chronological Thread 
  • From: Steven Eker <eker AT csl.sri.com>
  • To: Feng Chen <fengchen AT uiuc.edu>, maude-help AT peepal.cs.uiuc.edu
  • Cc:
  • Subject: Re: [Maude-help] Question about compiling Maude in cygwin
  • Date: Tue, 21 Jun 2005 10:09:28 -0700
  • List-archive: <http://maude.cs.uiuc.edu/pipermail/maude-help>
  • List-id: Maude help list <maude-help.maude.cs.uiuc.edu>

Hi Feng,

This looks like a very version specific thing - which version of gcc are you
using? which version of Maude are you trying to compile? The ever shifting
state of C++ implementation means that certain versions of Maude will only
compile with certain versions of gcc.

Steven

On Monday 20 June 2005 14:35, Feng Chen wrote:
> Hi,
>
> I was trying to install Maude in Cygwin, following the
> instruction on the "Maude on Windows" page. After installed
> those third part packages, I tried to compile Maude, but got
> the following error message:
>
> ../../../src/Temporal/buchiAutomaton2.cc:101: instantiated
> from here
> ../../../src/Utility/indexedSet.hh:82: error: dependent-name
> ` std::map<T,int,st
> d::less<_Key>,std::allocator<std::pair<const T, int> >
>
> >::value_type' is parsed
>
> as a non-type, but instantiation yields a type
> ../../../src/Utility/indexedSet.hh:82: note: say `typename
> std::map<T,int,std::
> less<_Key>,std::allocator<std::pair<const T, int> >
>
> >::value_type' if a type is
>
> meant
>
> Could you please help me to check what the problem is?
> Thanks!
>
> Feng
> _______________________________________________
> Maude-help mailing list
> Maude-help AT maude.cs.uiuc.edu
> http://maude.cs.uiuc.edu/cgi-bin/mailman/listinfo/maude-help




Archive powered by MHonArc 2.6.16.

Top of Page