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

- 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.)

- 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.

kind regards
dieter

------------------------------------------------------------------------------
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. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to