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


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

Reply via email to