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

Reply via email to