On Mon, 8 Aug 2011 07:27:35 -0700 Dave Ray <cl...@jonive.com> said:

> Evas is failing to build on OSX because it is now using _strndup, which is a
> GNU extension not supported on OSX by default.
> 
> make[5]: Nothing to be done for `all-am'.
> Making all in include
> make[4]: Nothing to be done for `all'.
> CC     main.lo
> CCLD   libevas.la
> Undefined symbols:
> "_strndup", referenced from:
>     _evas_font_load in libevas_canvas.a(evas_font_dir.o)
>    (maybe you meant: _eina_unicode_strndup)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[4]: *** [libevas.la] Error 1
> 
> 
> Could somebody please help by changing _strndup  to _memcopy ? This will help
> keep e17 OSX compatible.
> 
> Vincent Torri has been making updates like this to help support OSX, but he
> is on vacation until Aug 26.
> 
> Thanks in advance.

removed in svn. someone was being bad...


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to