Indeed. It's another library. This one is libeio.so . Whenever you see a message "undefined symbol", it's because you're using outdated libraries. To find out which library contains the symbol you need, download the latest EFL source code, unpack it, go to the src/lib directory, and run the command:
grep <SYMBOL> */*.h That will indicate which library you need to update. Cheers, dave.k In the year 2015, of the month of June, on the 15th day, gino pilotino wrote: > Il giorno Sun, 14 Jun 2015 20:14:38 +1000 > Dave <[email protected]> ha scritto: > > > Ahhh, OK. In that case, you've probably got mismatched > > libelementary and libeo libraries. Check that they're the same > > version, and if not, upgrade the older one. > > > Ok at this time > > libeo 1.14.1-142.1 > libelementary 1.14.1-130.1 > > The error is changed in > > undefined symbol: EIO_MONITOR_DIRECTORY_CREATED > > Is other library? > > I use This repository: > > http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/openSUSE_13.2/ > > ------------------------------------------------------------------------------ > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
