Matias Grana wrote:
> hi;
>
> I've been using another WM for a while and I'm back again with e17, so I
> upgraded my old installation from cvs. Problem is: I can't compile e_modules.
> It stops with the message below. I'm using gentoo, and the message says that I
> should write vapier, not the e-team. I'm cc'ing to the list since I could have
> missed some hints about how to deal with this during the time I was away :)
>   

Some modules are broken at the moment due to API change, so you should 
compile them separately until they're fixed. What I do is s.th. like

cd e_modules/ && ./autogen.sh --prefix=/usr --sysconfdir=/etc && cat 
Makefile | sed 's/ || *exit 1//' > Makefile.tmp && mv -f Makefile.tmp 
Makefile && make && make install

That modifies the e_modules Makefile to just ignores modules which fail 
with an error and goes on.

HTH,    Nick.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to