Changes between Initial Version and Version 1 of Ticket #70842


Ignore:
Timestamp:
Sep 20, 2024, 9:50:47 PM (5 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting.

You didn't show what the error was but from your log it was:

/opt/local/include/rapidjson/document.h:319:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')

That sounds like a bug in the port that provides the file /opt/local/include/rapidjson/document.h, namely rapidjson.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70842

    • Property Status changed from new to assigned
    • Property Cc barracuda156 added
    • Property Keywords sequoia added
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Port rapidjson added
  • Ticket #70842 – Description

    initial v1  
     1{{{
    12const SizeType' (aka 'const unsigned int')
    23  319 |     GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
     
    781 error generated.
    89make[2]: *** [src/lfortran/CMakeFiles/lfortran_lib.dir/ast_to_json.cpp.o] Error 1
     10}}}
    911
    1012MacOS 15.0