Opened 6 years ago
Closed 3 years ago
#57310 closed defect (fixed)
tiemu3 @3.03 build fails on mojave
Reported by: | rlhamil | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | mojave | Cc: | |
Port: | tiemu3 |
Description
log file attached
Attachments (1)
Change History (6)
Changed 6 years ago by rlhamil
Attachment: | main.log-tiemu3.txt added |
---|
comment:1 follow-up: 4 Changed 6 years ago by jmroot (Joshua Root)
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
You should report it to the developer.
comment:4 Changed 5 years ago by elyb01 (Benjamin A. Ely)
Replying to jmroot:
Thank you, Joshua! Based on your comment, I was able to get this working on macOS 10.14 by temporarily commenting out the pre-existing abort function in the Xcode library, then re-enabling it once the install finished. I had just updated to Xcode 10.15, so for me this was line 131 in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/stdlib.h
FYI for anyone trying this in the future: editing stdlib.h requires sudo and comments in C are formatted /* DISABLED CODE */
comment:5 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looks like a name collision.
It's trying to define its own abort function but abort already exists as a macro.