I've uploaded an updated Neko installer (1.4.3) for OS-X that fixes the 
reported zlib issues. It's at:

http://www.nekovm.org/download

Please install it to your system, and run:

$ haxelib remove swhx

and next:

$ haxelib install swhx

I believe Nicolas made some changes to how NEKOPATH is dealt with, so 
those issues might be solved too - please refer to Nicolas himself for 
more info on that.

Edwin

Edwin van Rijkom wrote:
> Nicolas Cannasse wrote:
>   
>>> Link (dyld) error:
>>>
>>> Symbol not found: _inflate2_
>>> Referenced from: /usr/local/lib/zlib.ndll
>>> Expected in: dynamic lookup
>>>
>>> Screenshot here: http://www.impossibilities.com/haxe/haxe_swhx_error.jpg
>>> when it tried to finish the download, which looks like it has to do with
>>> unpacking the zip.
>>>
>>> Are there any other dependencies?
>>>     
>>>       
>> This is a bit strange.
>>
>> This function should be locate in the "libz" library, which should be 
>> statically linked with zlib.ndll. You should not need "libz" to be 
>> installed, and since zlib.ndll is not compiled with -lz it will not look 
>> for it at runtime anyway.
>>
>> Anyway, for other users, looks like this is a OSX/PCC specific issue of 
>> the haXe universal compilation, will be fixed asap.
>>
>> Nicolas
>>
>> _______________________________________________
>> osflash mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>>
>>   
>>     
> I looked into it, and it turned out that Neko 1.4.2 linked against an 
> Intel only version of libz.a. Mac Intel users should run fine. I'll 
> create a new Neko installer that has the problem fixed. Thanks for 
> reporting!
>
> Cheers,
> Edwin
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>
>   


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to