> I'm having some issues when trying to compile E17 via CVS.  I've tried 
> using the automated scripts that are out on the net, but I've had no 
> success.  I have been able to install the enlightenment-devel (e17) 
> port, but again, no luck in compiling from CVS.  Can someone point me in 
> the right direction ?  I've followed the instructions from the 
> http://wiki.enlightenment.org/index.php/Install_EFL_from_CVS_guide as 
> well.  In a nutshell, I'm having issues with ecore, efreet and edje.  

It is a bit tricky to build the EFL and Enlightenment on FreeBSD, but 
entirely doable nevertheless. I have tried what I shall describe below 
on FreeBSD 6.2-RELEASE a little while ago, and it probably applies to 
FreeBSD 6.3-PRERELEASE as well.

1. Check whether or not you have the necessary dependencies mentioned on 
the following wiki page 
http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_Using_CVS
2. You may want to take note of the correct build order of the EFL 
modules in the aforementioned wiki page. There is a longer, more 
detailed list on the wiki page you have mentioned.
3. For reasons I could not isolate, ./autogen.sh fails to generate 
appropriate configure scripts. However there is a workaround; the 
FreeBSD port devel/configgen. Install it.
4. Before you commence build procedures, you will have to set several 
environment variables: set CFLAGS to " -lintl -liconv -g 
-L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include 
-I/usr/X11R6/include ", set CPPFLAGS to " -I/usr/local/include 
-I/usr/X11R6/include ", set ACLOCAL_FLAG to " -I 
/usr/local/share/aclocal ", and make sure that 
/usr/local/gnu-autotools/bin is at the very beginning of the PATH string.
5. In each subdirectory, invoke configgen.sh with the appropriate option 
to generate the configure script (see the options list with -help). I 
used option -gnome successfuly.
6. Once the configure script is generated, invoke it with its optional 
arguments, and perform build and install with gmake.

Good luck!


//rk

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to