cyberegoorg / cetech

Data driven game engine.
Creative Commons Zero v1.0 Universal
162 stars 26 forks source link

Build on OSX #142

Closed bagobor closed 8 years ago

bagobor commented 8 years ago
...
Clone: libyaml
Build: libyaml
Traceback (most recent call last):
  File "externals.py", line 318, in <module>
    main()
  File "externals.py", line 307, in main
    verbose=args_parse.verbose)
  File "externals.py", line 282, in make_externals
    verbose=verbose)
  File "externals.py", line 240, in do_job
    verbose=verbose)
  File "externals.py", line 146, in build
    commands = body['build'][platform_]
KeyError: 'darwin64'

Do you have any ideas how to fix it?

bagobor commented 8 years ago

I checked 'external/darwin64/dynlib/' folder - it's empty. It look like something wrong with build configuration.

OndraVoves commented 8 years ago

Hi thx for reporting =). Please try now. (fix commit: https://github.com/cyberegoorg/cetech/commit/959ab2af5ed3352ce2c115d5106636d37cd9e63c).