Opened 11 years ago

Closed 9 years ago

#40450 closed defect (fixed)

mimetic fails to build (C++ errors)

Reported by: jmroot (Joshua Root) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: mimetic

Description

In file included from datetime.cxx:20:
../../mimetic/tokenizer.h:152:51: error: member reference base type 'const Container *' is not a structure or union
    : ItTokenizer<const_iterator, value_type>(cont.begin(), cont.end())

Full log attached.

Attachments (1)

main.log (33.7 KB) - added by jmroot (Joshua Root) 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by jmroot (Joshua Root)

Attachment: main.log added

comment:2 Changed 11 years ago by stromnov (Andrey Stromnov)

comment:3 Changed 11 years ago by jmroot (Joshua Root)

Ah, sorry, the link in comment:1 has the fix for another error that was seen on the buildslave but not in my attached log (because of less make jobs, probably). The first one was also mentioned on the upstream mailing list though: http://sourceforge.net/mailarchive/forum.php?thread_name=CAHypE_nedPXJs5RtCnGacb%2BwmjBmaYB08jo5du6DBDZfDeByPA%40mail.gmail.com&forum_name=mimetic-users

Both appear to be bugs in the code, not in clang.

comment:4 Changed 11 years ago by stromnov (Andrey Stromnov)

Committed at r111076.

comment:5 Changed 9 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.