Hi,

trying the efl tree :

  CCLD   modules/emotion/gstreamer/module.la
  CCLD   lib/ethumb/libethumb.la
  CCLD   edje_external/emotion/module.la
  CCLD   bin/edje/edje_cc
  CCLD   bin/edje/edje_decc
  CCLD   bin/edje/edje_player
  CCLD   bin/edje/edje_inspector
  CCLD   bin/edje/edje_external_inspector
  CCLD   bin/edje/edje_codegen
  CCLD   bin/edje/edje_pick
  CCLD   bin/edje/edje_watch
  CCLD   bin/ethumb/ethumb
  CCLD   bin/ethumb/ethumbd_slave
  EDJ    modules/ethumb/emotion/template.edj
lib/evas/.libs/libevas.so: undefined reference to `eet_mmap'
collect2: error: ld returned 1 exit status
make[4]: *** [bin/ethumb/ethumb] Erreur 1
make[4]: *** Attente des tâches non terminées....
lib/evas/.libs/libevas.so: undefined reference to `eet_mmap'
collect2: error: ld returned 1 exit status
make[4]: *** [bin/ethumb/ethumbd_slave] Erreur 1
make[3]: *** [all-recursive] Erreur 1
make[2]: *** [all] Erreur 2
make[1]: *** [all-recursive] Erreur 1
make: *** [all] Erreur 2

Regards,



On Mon, Jan 14, 2013 at 1:10 AM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:

> On Sun, Jan 13, 2013 at 12:03 PM, dieter roelants <diete...@bsdusr.net>
> wrote:
> > On Sat, 12 Jan 2013 04:01:21 -0200
> > Gustavo Sverzut Barbieri <barbi...@profusion.mobi> 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: barbi...@gmail.com
> 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
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
Steven Le Roux
Jabber-ID : ste...@jabber.fr
0x39494CCB <ste...@le-roux.info>
2FF7 226B 552E 4709 03F0  6281 72D7 A010 3949 4CCB
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of 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_122512
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to