On Tue, 11 Dec 2012 17:46:28 +0100 maderios <[email protected]> said:
> On 12/10/2012 12:28 AM, Carsten Haitzler (The Rasterman) wrote: > > On Sun, 09 Dec 2012 14:54:55 +0100 maderios <[email protected]> said: > > > you are using efl from efl, not the 1.7 release. choose - either 1.7 > > release OR the very latest svn. your efl is too old (svn stuff). 1.7 > > release will work. svn efl will work *IF* it came from the same svn rev as > > e17. > > > I updated to E17 GAMMA - 80662 => same error. > debian wheezy system i repeat. your ecore HEADERs say "i'm svn development". the code EXPLICITLY has #if's in it for version checking you have a new enough ecore... i checked it to make sure. your HEADERS provide symbols and at compile-time the symbol is found. #if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8) else if (e->atom == ECORE_X_ATOM_E_WINDOW_PROFILE_SUPPORTED) { bd->client.e.fetch.profile = 1; bd->changed = 1; } else if (e->atom == ECORE_X_ATOM_E_WINDOW_PROFILE_AVAILABLE_LIST) { bd->client.e.fetch.profile = 1; bd->changed = 1; } #endif so 1.8.. or newer (1.8 is not out - its what svn will become). since it passes the compile and linking... at RUNTIME an OLDER libecore_x.so is being found and used. this says that you have an OLDER libecore_x.so... at RUNTIME. either re-run ldconfig, or check you don't have multiple installs of efl in different locations on your system (/usr, /usr/local, /opt/... etc.) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
