ncannasse / templo

Templo is a powerful template engine for Haxe
19 stars 6 forks source link

Can't build temploc2 binary #2

Open kiroukou opened 9 years ago

kiroukou commented 9 years ago

Hi there,

Trying to compile templo with haxe 3.2 and Neko 2 on OSX target gives me the following error when trying to build manually:

'''Exception : Neko_error(load.c(357) : Primitive not found : std@elf_update_section_header_for_bytecode(3))'''

'''haxelib run templo mac Called from ? line 1 Called from Run.hx line 7 Uncaught exception - Error while creating bootable executable '''

So far I'm not getting any idea of whats happening here, so i'd be glad if you can help.

Thomas

ncannasse commented 9 years ago

Are you using latest Neko GIT ? This seems related to https://github.com/HaxeFoundation/neko/pull/86 and https://github.com/HaxeFoundation/neko/pull/87