Opened 3 days ago

Last modified 36 hours ago

#71233 assigned defect

opencascade @7.8.0: error: cannot initialize a variable of type 'const char *' with an rvalue of type 'unsigned char *'

Reported by: randymortensen (Randy Mortensen) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: sequoia Cc:
Port: opencascade

Description

Installing kicad on sequoia 15.1 fails due to opencascade build failure. Using MacBook Pro 2021 with Apple M1 Pro, sequoia 15.1 and Xcode 16.1 main.log file attached

Seems caused by:

work/occt-V7_8_0/src/StdPrs/StdPrs_BRepFont.cxx:460:17: error: cannot initialize a variable of type 'const char *' with an rvalue of type 'unsigned char *'
:info:build   460 |     const char* aTags      = &anOutline->tags[aStartIndex];
:info:build       |                 ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Attachments (1)

main.log.gz (143.4 KB) - added by randymortensen (Randy Mortensen) 3 days ago.
main.log

Download all attachments as: .zip

Change History (3)

Changed 3 days ago by randymortensen (Randy Mortensen)

Attachment: main.log.gz added

main.log

comment:1 Changed 3 days ago by jmroot (Joshua Root)

Owner: set to MarcusCalhoun-Lopez
Status: newassigned

comment:2 Changed 36 hours ago by ryandesign (Ryan Carsten Schmidt)

Keywords: sequoia added
Summary: opencascade @7.8.0 build failopencascade @7.8.0: error: cannot initialize a variable of type 'const char *' with an rvalue of type 'unsigned char *'
Note: See TracTickets for help on using tickets.