On Sun, Jan 13, 2013 at 12:03 PM, dieter roelants <[email protected]> wrote:
> On Sat, 12 Jan 2013 04:01:21 -0200
> Gustavo Sverzut Barbieri <[email protected]> wrote:
>
>> Hi all,
>>
>> Finally all the libs are in trunk/efl, making compilation hopefully
>> faster and simpler. But as every major change, we need testers and
>> cleanup.
>>
>> It would be nice to test it on different platforms to see what kind of
>> problems comes up. Linux should be pretty solid, but would be nice to
>> have feedback from BSD and Solaris people as well.
>
> I successfully built it on NetBSD (6.99.16) but:
>
> - I had to put _eina_file_copy_{read,write}_splice_internal() between
>   #ifdef SPLICE in src/lib/eina/eina_file.c

Fixed, thanks!


> - libedje.so is linked with libfontconfig but the rpath as specified by
>   the latter's pkg-config file is not used when linking it. Because
>   fontconfig is installed under the Xorg prefix (/usr/X11R7/) this
>   breaks e.g. edje_cc during build. (I worked around it by setting
>   LD_LIBRARY_PATH.)

This is very weird. libedje.so doesn't use fontconfig directly, it's
just used by libevas.so and this uses whatever `pkg-config --libs
fontconfig`reports. Is it a broken fontconfig.pc?


> - configure thinks dirfd() doesn't exist because on NetBSD it's a
>   macro, and the test program tries to compile without including
>   dirent.h. It looks like m4/efl_check_funcs.m4 has dirfd detection
>   that would work for this case.

fixed as well... but it is bad news to me! I was about to replace that
ac_check_funcs.m4 to use AC_SEARCH_LIBS(), but it would have problems
with macros as well :-(

--
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to