On 7/21/06, blak <[EMAIL PROTECTED]> wrote:
> Hello
> I got this error to.
> I try to debug this module with tutorial on get-e.org, and probably
> found where is dividing by zero (well i think so :)). May be this
> information weel be useful:

Hi.  I should have paid more attention to the CVS comments.  The
makefile for the themes has an error in it.  It gets 0 for wmin and
hmin because the edje file doesn't exist when you install it.  The
following fix worked for me:

in   data/themes/Makefile.am

change:
    $(wildcard taskbar.ed?) \
    $(wildcard taskbar2.ed?)
to:
    $(patsubst %.edc,%.edj,$(wildcard taskbar*.ed?)

You must change this before you run autogen.sh.

Jordan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to