On Tue, 12 Apr 2005 07:18:16 -0400 "Youness Alaoui" <[EMAIL PROTECTED]> babbled:

> Hi,
> I was trying to compile e17 out of cvs, it didn't work, the same goes with  
> the releases you have on http://enlightenment.freedesktop.org/ ...
> I looked at the errors and it's quite simple, there are some missing libs  
> to link with for some of the compiled files, here's a list of what i've  
> found so far (change the variable in Makefile.in to what I'm sending you) :
> in edje/src/bin/Makefile :
> edje_cc_LDFLAGS = $(ecore_libs)
> edje_decc_LDFLAGS = $(ecore_libs)
> edje_thumb_LDFLAGS = $(ecore_libs)
> edje_LDFLAGS = $(ecore_libs)
> edje_ls_LDFLAGS = $(ecore_libs)
> edje_test_LDFLAGS = $(ecore_libs)

you need to modify Makefile.am if you are modifying the build setup - and as 
best i see. its perfectly correct. :( it has replacements for all the 
dependencies. it COULD be that your system is setup wrong
ie /usr/local/bin is not in your PATH or the bin dir of the prefix is not in 
your PATH (i-e if the prefix is /opt/e17 then u'll need /opt/e17/bin in your 
PATH so the configure scripts can find the evas-config, ecore-config etc. 
scripts).

> in ewl/src/bin/Makefile :
> ewl_test_LDFLAGS = $(etox_libs) $(ecore_libs)
> ewl_embed_test_LDFLAGS = $(etox_libs) $(ecore_libs)
> ewl_simple_test_LDFLAGS = $(etox_libs) $(ecore_libs)
> ewl_media_test_LDFLAGS = $(etox_libs) $(ecore_libs)
> 
> in ewl/tools/ewl_edb_ed/Makefile :
> ewl_edb_ed_LDFLAGS = $(etox_libs) $(ecore_libs)
> 
> 
> And then, edge and ewl should be compiled... and the rest should follow..  
> these are the only errors I've found so far... I compiled these libs/apps :
> eet, evas, ecore, embryo, imlib2, edje, epeg, epsilon, esmart, edb,  
> entrance, enlightenment
> and seen no other errors.. you should fix those...
> if any need to reply, use "reply all" since I'm not in the list..
> 
> and btw.. great work on e17, I've just finished installing it, and it's  
> really nice, it seems to grow pretty well (last tried it was when those  
> videos came out, only the shadows and iBar were working at the moment..  
> and nothing else :D).. thx alot for the product, I've been using E16 since  
> I first discovered linux (5 years ago) and it's just the best WM ever!!!  
> keep it up guys!!!

it's nowhere near done :)

> -- 
> KaKaRoTo
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: New Crystal Reports XI.
> Version 11 adds new functionality designed to reduce time involved in
> creating, integrating, and deploying reporting solutions. Free runtime info,
> new features, or free trial, at: http://www.businessobjects.com/devxi/728
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to