external abstract won't compile in debug mode (w7 and elcapitan)

About Monkey 2 Forums Monkey 2 Development external abstract won't compile in debug mode (w7 and elcapitan)

This topic contains 5 replies, has 2 voices, and was last updated by  abakobo 2 years, 7 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3669

    abakobo
    Participant

    I get the following error message when trying to compile the code below in debug mode. The same happen with any other c++ pure virtual method extended/implemented in mx2

    Both w7 and elcapitan will compile and run correctly in release mode…
    Files are attached.

    [/crayon]

    with this code:
    .h

    [/crayon]

    .monkey2

    [/crayon]
    #3684

    Mark Sibly
    Keymaster

    Fixed on github, but there’s likely to be more like this – keep reporting them thanks.

    #3729

    abakobo
    Participant

    It is still giving an error..

    W7 message

    [/crayon]

    osx message

    [/crayon]
    #3732

    Mark Sibly
    Keymaster

    It’s working here – did you rebuild all?

    #3746

    abakobo
    Participant

    I’ve checked twice (w7 and 10) and the src/tanslator_cpp.monkey2 is the new one (line 584 is modified with old code in comment). Rebuildall and dbEmit error.. May be some other modified files are on your side? On the github commit I just see that file marked as modified. (Commit 9e7c7a56)

    I can’t try the actual git master as ted2 won’t launch (new issue with w7 and w10). Have not tried on osx with latest git.

    Should it work with 1.0.4 with just that modified translator_cpp  replaced?

    #3815

    abakobo
    Participant

    now running in debug mode with latest github download…

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.