Skip to Content.
Sympa Menu

maude-help - [Maude-help] Problem compiling Maude 2.1.1 in cygwin with gcc 3.4.4

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

[Maude-help] Problem compiling Maude 2.1.1 in cygwin with gcc 3.4.4


Chronological Thread 
  • From: "Gabriele Lenzini" <gabriele.lenzini AT iit.cnr.it>
  • To: <maude-help AT maude.cs.uiuc.edu>
  • Subject: [Maude-help] Problem compiling Maude 2.1.1 in cygwin with gcc 3.4.4
  • Date: Thu, 6 Oct 2005 10:16:50 +0200
  • Importance: Normal
  • List-archive: <http://maude.cs.uiuc.edu/pipermail/maude-help>
  • List-id: Maude help list <maude-help.maude.cs.uiuc.edu>
  • Organization: Istituto di Informatica e Telematica IIT-CNR, Pisa, Italy

Hi,

I have read about a previous problem about compiling under cygwin
(June 2005). The problem was with the file buchiAutomaton2.cc. The
suggestion given change a line in src/Utility/indexedSet.hh works well.

Btw, another error arises when using gcc 3.4.4. (the latest in the
present
version of cygwin). Here is the detail

In file included from ACU_Term.cc:42:
../../src/Core/argVec.hh: In constructor `ArgVec<T>::ArgVec(size_t)':
../../src/Core/argVec.hh:101: error: incomplete type `MemoryCell' used
in nested
name specifier
../../src/Core/argVec.hh: In member function `void
ArgVec<T>::expandBy(size_t)':
../../src/Core/argVec.hh:200: error: incomplete type `MemoryCell' used
in nested
name specifier
../../src/Core/argVec.hh: In member function `void
ArgVec<T>::resizeWithoutPrese
rvation(size_t)':
../../src/Core/argVec.hh:218: error: incomplete type `MemoryCell' used
in nested
name specifier
../../src/Core/argVec.hh: In member function `void
ArgVec<T>::evacuate()':
../../src/Core/argVec.hh:230: error: incomplete type `MemoryCell' used
in nested
name specifier

It seems something is wrong when dealing with the object MemoryCell,
defined
in src/Core/memoryCell.hh

I think it depends (as in the other case) on the version of gcc I am
using. But, instead
of changing version of gcc, I would like to understand how to fix it
under the current version. It could be useful for new users also.

I cannot get in the cc code for I miss experience in that.

Someone can help me?

Thanks,
Gabriele

==================================================
* Dr. Lenzini Gabriele *
--------------------------------------------------
* ---------------------------------------------- *
* Telematica Instituut Enschede (The Netherlands)*
* ---------------------------------------------- *
*================================================





Archive powered by MHonArc 2.6.16.

Top of Page