Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 16:05:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 189390] port lang/maude compilation failed
Message-ID:  <bug-189390-13-uMOiVSGuTt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189390-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189390-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189390

--- Comment #4 from joemann@beefree.free.de ---
(In reply to cduret from comment #0)
> Maude refuses to compile with clang :
> In file included from ./stringTerm.hh:28:
> ./../src/Utility/ropeStuff.hh:37:14: fatal error: 'ext/rope' file not found
>     #include <ext/rope>
> How-To-Repeat: cd /usr/ports/lang/maude && make

'ext/rope' is part of gcc's libstdc++, but not part of clang's libc++.
Unfortunately I don't have the resources to come up with a solution
(e.g. porting ext/rope to clang), so I can only suggest a workaround:

Add USE_GCC=any in lang/maude/Makefile.

When reporting what happens if you do so, please also mention the
versions of FreeBSD and the compiler(s) that you've used.

Thanks!
Johannes

ps If you haven't noticed already, PR 191049 also deals with lang/maude.

pps Sorry for my delayed response (mostly due to lack of connectivity
  during the last weeks.)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189390-13-uMOiVSGuTt>