[Bug 189390] port lang/maude compilation failed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 28 16:05:58 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189390

--- Comment #4 from joemann at 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.


More information about the freebsd-ports-bugs mailing list