Greetings.

I've been building from svn via the easy_e17.sh script. Recently, evas
and others have been failing when looking for libjpeg.la. My system
( Gentoo / Sabayon ) doesn't like .la files ... I think the distro took
a decision to remove .la files from most packages a long while back
( like over a year ago ). There is a script floating around
( fixlafiles.sh ) that scans all .la files on your system and removes
broken dependancies. I've run that ( sounds dodgy ... I know ... lots of
Gentoo users seem to be running it without issue ), and it cleaned some
stuff up. But I still can't get evas to build:

make[4]: Entering directory `/home/dkasak/e17_src/evas/src/lib'
  CC     main.lo
  CCLD   libevas.la
/bin/grep: /usr/lib64/libjpeg.la: No such file or directory
/bin/sed: can't read /usr/lib64/libjpeg.la: No such file or directory
libtool: link: `/usr/lib64/libjpeg.la' is not a valid libtool archive
make[4]: *** [libevas.la] Error 1
make[4]: Leaving directory `/home/dkasak/e17_src/evas/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/dkasak/e17_src/evas/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dkasak/e17_src/evas/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dkasak/e17_src/evas'
make: *** [all] Error 2

Any hints on how to get this building again?

Thanks.

Dan


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to