View Issue Details

IDProjectCategoryView StatusLast Update
0001202Ecere SDKecerepublic2018-09-06 14:21
Reporterubuntourist Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status newResolutionopen 
PlatformMacintoshOSMac OS XOS Version10.13
Product Version0.44.15 
Summary0001202: Mac OS X build failing with fatal and "veryFatal" errors
DescriptionAt 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 Reproducegit 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 InformationI put the log in a pastebin for IRC at https://pastebin.com/3TSBa8WM but have also attached it below.
TagsNo tags attached.

Activities

ubuntourist

2018-09-06 14:21

reporter  

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$
ecere-macos.log (1,306 bytes)   

Issue History

Date Modified Username Field Change
2018-09-06 14:21 ubuntourist New Issue
2018-09-06 14:21 ubuntourist File Added: ecere-macos.log