Hi Cedric Yeah, I found it was reading another LD var which i didn't noticed.
I've fixed that and now it compiled fine Thanks! El 07/06/2014 18:12, "Cedric BAIL" <[email protected]> escribió: > Hello, > > On Sat, Jun 7, 2014 at 9:56 PM, Wido <[email protected]> wrote: > > Hello all, > > > > I just downloaded a fresh update from git and I'm hitting this error: > > > > make all-recursive > > CCLD bin/ethumb_client/ethumbd_client > > CCLD bin/ethumb_client/ethumbd > > CCLD bin/ethumb/ethumb > > lib/edje/.libs/libedje.so: undefined reference to > > `ecore_audio_in_tone_class_get' > > lib/edje/.libs/libedje.so: undefined reference to > > `ecore_audio_out_pulse_class_get' > > lib/edje/.libs/libedje.so: undefined reference to > > `ecore_audio_in_sndfile_class_get' > > collect2: error: ld returned 1 exit status > > Makefile:16833: recipe for target 'bin/ethumb_client/ethumbd_client' > failed > > make[4]: *** [bin/ethumb_client/ethumbd_client] Error 1 > > > > > > A couple months ago I had a similar error and it was because of my > > LD_LIBRARY_PATH pointing to my current install. But not this time, I'm > > using a different path (and I've checked it using strace). > > Well, edje does not use ecore_audio this way, so it is a library from > the system that is taken for linking edje. I will look later at it if > I find anything suspicious in the Makefile.am, but it sounds like you > are overwriting the linking somehow. > -- > Cedric BAIL > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
