View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001202 | Ecere SDK | ecere | public | 2018-09-06 14:21 | 2018-09-06 14:21 |
Reporter | ubuntourist | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Macintosh | OS | Mac OS X | OS Version | 10.13 |
Product Version | 0.44.15 | ||||
Summary | 0001202: Mac OS X build failing with fatal and "veryFatal" errors | ||||
Description | At the 2nd stage ecere build, I get several errors in the form of "could not resolve value ErrorCode ... for enum ... in precompiler". I have verified that I have the latest XCode and XQuartz installed, and set the environment variables to existing paths. I also tried building and installing libffi first, but that didn't work either. (Unfortunately, I only have access to the Mac twice a week for a few hours.) | ||||
Steps To Reproduce | git clone https://github.com/ecere/ecere-sdk.git cd ecere-sdk export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin export SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk make | ||||
Additional Information | I put the log in a pastebin for IRC at https://pastebin.com/3TSBa8WM but have also attached it below. | ||||
Tags | No tags attached. | ||||
Attached Files | ecere-macos.log (1,306 bytes)
~/gits/ecere-sdk$ make Bootstrapping eC compiling tools... Building ecere... Building ec... Building ecp... Building ecc... Building ecs... All done! Building dependencies... Building libjpeg... Building libungif... Building 2nd stage ecere... error: could not resolve value ErrorCode { fatal, 0x001 } for enum SysErrorCode in precompiler error: could not resolve value ErrorCode { fatal, 0x002 } for enum SysErrorCode in precompiler error: could not resolve value ErrorCode { fatal, 0x003 } for enum SysErrorCode in precompiler error: could not resolve value ErrorCode { fatal, 0x004 } for enum SysErrorCode in precompiler error: could not resolve value ErrorCode { minor, 0x005 } for enum SysErrorCode in precompiler error: could not resolve value ErrorCode { major, 0x006 } for enum SysErrorCode in precompiler error: could not resolve value ErrorCode { veryFatal, 0x101 } for enum GuiErrorCode in precompiler error: could not resolve value ErrorCode { veryFatal, 0x102 } for enum GuiErrorCode in precompiler error: could not resolve value ErrorCode { veryFatal, 0x103 } for enum GuiErrorCode in precompiler error: could not resolve value ErrorCode { veryFatal, 0x104 } for enum GuiErrorCode in precompiler make[1]: *** [obj/release.apple/System.sym] Error 1 make: *** [ecere] Error 2 ~/gits/ecere-sdk$ | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-09-06 14:21 | ubuntourist | New Issue | |
2018-09-06 14:21 | ubuntourist | File Added: ecere-macos.log |