You need to run at least 'make clean' and/or uninstall all the old efl libraries. Here is what a fresh install looks like:
...les/svn-src/enlightenment> cp -a evas /tmp ...les/svn-src/enlightenment> cd /tmp/evas /tmp/evas> find . -iname 'config.h' /tmp/evas> ./autogen.sh >& /dev/null /tmp/evas> find . -iname 'config.h' ./config.h /tmp/evas> grep -i fontconfig config.h /* have fontconfig searching capabilities */ #define HAVE_FONTCONFIG 1 /tmp/evas> On Wed, Jun 1, 2011 at 10:43 AM, mh <[email protected]> wrote: > I was doing a fresh install, compiled fine, but e wouldn't start > complaining it couldn't find a Sans font. googled for an answer, looked at > evas/config.h, found: > > /* have fontconfig searching capabilities */ > /* #undef HAVE_FONTCONFIG */ > > Changed the second line to: > > #define HAVE_FONTCONFIG 1 > > and recompiled/installed evas. E started right up. Am I misunderstanding > something? > > > On May 31, 2011, at 8:55 PM, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 31 May 2011 20:32:38 -0400 mh <[email protected]> said: > > > > nothing changed in evas svn regarding fontconfig checking since like may > 2009. > > check svn annotate. > > > > fontconfig is enabled by default for me here - that hasnt changed. still > is > > enabled and i dont --enable it specifically. > > > > want_fontconfig="auto" > > > > is there in configure.ac and has been since feb 2009. unchanged since > then. > > > >> Was there a reason to change evas/config.h so fontconfig searching is > >> disabled by default? With it disabled, evas can't find a Sans font and e > >> fails to start. And every time that you download svn you have to enable > it. > >> Which I don't think is the way it was until recently. > >> > >> > >> -- > >> mh <[email protected]> > >> > >> > ------------------------------------------------------------------------------ > >> Simplify data backup and recovery for your virtual environment with > vRanger. > >> Installation's a snap, and flexible recovery options mean your data is > safe, > >> secure and there when you need it. Data protection magic? > >> Nope - It's vRanger. Get your free trial download today. > >> http://p.sf.net/sfu/quest-sfdev2dev > >> _______________________________________________ > >> enlightenment-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) [email protected] > > > > > > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with > vRanger. > Installation's a snap, and flexible recovery options mean your data is > safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
