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


------------------------------------------------------------------------------
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

Reply via email to