Opened 6 years ago
Closed 6 years ago
#56661 closed defect (fixed)
Maude 2.6: fails to build
Reported by: | siccegge (Christoph Egger) | Owned by: | siccegge (Christoph Egger) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.1 |
Keywords: | Cc: | ||
Port: | maude |
Description
build failure:
:info:build In file included from stringOpSymbol.cc:58: :info:build In file included from ./stringDagNode.hh:28: :info:build ../../src/Utility/ropeStuff.hh:37:14: fatal error: 'ext/rope' file not found :info:build #include <ext/rope> :info:build ^~~~~~~~~~ :info:build 2 warnings and 1 error generated.
Change History (4)
comment:1 Changed 6 years ago by siccegge (Christoph Egger)
comment:2 Changed 6 years ago by siccegge (Christoph Egger)
Should be fixed by 65c5922094fcd389101a903eddf55b30bf0ea3af
comment:3 Changed 6 years ago by siccegge (Christoph Egger)
Owner: | set to siccegge |
---|---|
Status: | new → assigned |
comment:4 Changed 6 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
fwiw just changing to libstdc++ helps but doesn't compile (still failing in ext/rope, maybe the GNU STL version's too old?)