Hi,
I checked out last commit of devel branch, build and start with nim i, errors occurred:
$ nim i
config/nim.cfg(53, 3) Hint: added path: '/Users/lijie/.babel/pkgs/' [Path]
config/nim.cfg(54, 3) Hint: added path: '/Users/lijie/.nimble/pkgs/' [Path]
Hint: used config file '/usr/local/nim/config/nim.cfg' [Conf]
Hint: system [Processing]
lib/system.nim(2412, 16) Error: undeclared identifier: 'TNimType'
lib/system.nim(2414, 12) Error: attempting to call undeclared routine: 'size='
lib/system.nim(2414, 12) Error: expression '.=' cannot be called
lib/system.nim(2414, 12) Error: undeclared field: 'size'
lib/system.nim(2414, 12) Error: expression '.' cannot be called
lib/system.nim(2414, 12) Error: '' cannot be assigned to
lib/system.nim(2415, 20) Error: undeclared identifier: 'tyString'
lib/system.nim(2415, 12) Error: attempting to call undeclared routine: 'kind='
lib/system.nim(2415, 12) Error: expression '.=' cannot be called
lib/system.nim(2415, 12) Error: undeclared field: 'kind'
lib/system.nim(2415, 12) Error: expression '.' cannot be called
lib/system.nim(2415, 12) Error: '' cannot be assigned to
lib/system.nim(2416, 22) Error: undeclared identifier: 'ntfAcyclic'
lib/system.nim(2416, 21) Error: ordinal type expected
lib/system.nim(2416, 12) Error: attempting to call undeclared routine: 'flags='
lib/system.nim(2416, 12) Error: expression '.=' cannot be called
lib/system.nim(2416, 12) Error: undeclared field: 'flags'
lib/system.nim(2416, 12) Error: expression '.' cannot be called
lib/system.nim(2416, 12) Error: '' cannot be assigned to
Hint: stdin [Processing]
>>> ^D
But build status icon seems passed.
And where is build script?