Nope, I recompiled everything. Not sure if 'from scratch', since I used easy_e17 with two -c flags (and that's suppoused to run 'make distclean' before autogen).
But you're right, I do update my distro between EFL's, I'll keep an eye on this next time =) PS: before you yell me, this is the order I used to recompile, it started failing with elementary: eina,eet evas ecore,efreet,eio,eeze,e_dbus,embryo,edje,emotion,emap,elementary,azy,enlil,libast,ethumb,,exchange,e,enki,ephoto,emprint alarm,calendar,cpu,deskshow,diskio,efm_nav,efm_path,efm_pathbar,everything-mpris,everything-pidgin,everything-tracker,everything-wallpaper,everything-websearch,eweather exebuf,execwatch,itask,itask-ng,flame,forecasts,iiirk,language,mail,mem,moon,mpdule,net,news,e-tiling,eooorg,penguins,photo,places,quickaccess,rain,screenshot,skel slideshow,snow,taskbar,tclock,tiling,uptime,weather,winlist-ng,winselector,wlan,comp-scale,evas_generic_loaders everything-aspell,everything-places,everything-shotgun PS2: I compile it in those batches so I can 'feel' I have more control :P El 21 de febrero de 2012 21:14, Carsten Haitzler <ras...@rasterman.com>escribió: > On Tue, 21 Feb 2012 17:50:02 -0300 Wido <wido...@gmail.com> said: > > > Thanks for you answer! > > > > yup, I have headers installed, and running debian wheezy. > > > > But I found the problem. Looks like there were .la files, from my current > > installation, laying in /opt/e17/libs which poing to the glib .la files > > > > Since I'm reinstalling E with E running, I didn't wanted to remove the > > files (typical Raster's 'nuke all the files' solution :P ), so I run > this > > command to clean it: > > > > cd /opt/e17/libs; for i in $(sudo grep -nirl libglib-2.0.la *);do sudo > sed > > -i -e 's/libglib-2.0.la//g' $i ; done > > well your problem is more not an update at all from svn. its that you > updates > your OS in between and efl's .la files still point to the old glib .la > files > you had when you last compiled. if you compiled efl all from scratch and > re-compiled everything (in order from bottom dependency) up, then u'd be > ok - > my bet is you missed recompiling something and a newer build of a higher > level > lib is depending on a lower level efl lib thats still depending on the > glib la > file as u noted. > > > Now I'm good and I'm almost done in recompiling all again =) > > > > > > What fuzz in my head is the fact that I'm reinstalling with easy_e17 > > script, using --clean (twice), so I don't know why it's using those > > files....I don't think it should.... > > > > El 21 de febrero de 2012 17:15, Jeff Hoogland > > <jeffhoogl...@linux.com>escribió: > > > > > Make sure your glib2.0 dev headers are installed. > > > > > > What is the compile system running? > > > > > > On Tue, Feb 21, 2012 at 2:10 PM, Wido <wido...@gmail.com> wrote: > > > > > > > Hi folks, > > > > > > > > I recently updated from SVN, but while trying to complie, I'm > constantly > > > > hitting this error in different libs or apps: > > > > > > > > /bin/sed: can't read /usr/lib/libglib-2.0.la: No such file or > directory > > > > libtool: link: `/usr/lib/libglib-2.0.la' is not a valid libtool > archive > > > > make[3]: *** [ephoto_ql.la] Error 1 > > > > make[3]: *** waiting for other task to finish.... > > > > make[3]: leaving > `/home/wido/sources/enlightenment/e17/ephoto/src/bin' > > > > make[2]: *** [all] Error 2 > > > > make[2]: leaving > `/home/wido/sources/enlightenment/e17/ephoto/src/bin' > > > > make[1]: *** [all-recursive] Error 1 > > > > make[1]: leaving `/home/wido/sources/enlightenment/e17/ephoto/src' > > > > make: *** [all-recursive] Error 1 > > > > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > > > > > > > I've followed this > > > > thread< > > > > > > > > http://www.mail-archive.com/enlightenment-users@lists.sourceforge.net/msg16416.html > > > > >, > > > > but I can't find any references to /usr/lib/libglib-2.0.la in any > of my > > > > pkgconfigs directories, so I'm kind of stucked > > > > > > > > -- > > > > Wido > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > Keep Your Developer Skills Current with LearnDevNow! > > > > The most comprehensive online learning library for Microsoft > developers > > > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, > MVC3, > > > > Metro Style Apps, more. Free future releases when you subscribe now! > > > > http://p.sf.net/sfu/learndevnow-d2d > > > > _______________________________________________ > > > > enlightenment-users mailing list > > > > enlightenment-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > > > > > > -- > > > ~Jeff Hoogland <http://jeffhoogland.com/> > > > Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog > > > Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop > > > > > > > ------------------------------------------------------------------------------ > > > Keep Your Developer Skills Current with LearnDevNow! > > > The most comprehensive online learning library for Microsoft developers > > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, > MVC3, > > > Metro Style Apps, more. Free future releases when you subscribe now! > > > http://p.sf.net/sfu/learndevnow-d2d > > > _______________________________________________ > > > enlightenment-users mailing list > > > enlightenment-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > -- > > Wido > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-d2d > > _______________________________________________ > > enlightenment-users mailing list > > enlightenment-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > -- Wido ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users