* Carsten Haitzler ([EMAIL PROTECTED]) wrote:
> On Sun, 13 Jul 2003 10:41:04 -0400 Alan Schmitt <[EMAIL PROTECTED]>
> babbled:
> 
> > Hi,
> > 
> > I'd like to play a little with edje, so I fetched ecore from SPLIT. 
> > I would like to know if it is going to exist peacefully with ecore from 
> > HEAD, or if it is going to break my e17 install.
> 
> ecore from SPLIT can exist "runtime" with ecore from HEAD, but compiling things will 
> break. anything already compiled will keep running happily. compiling things that 
> need ecore from HEAD will break if you install ecore from SPLIT.
> 
> here is how you can kind of keep doing both:
> 
> you need to compile something that needs ecore from HEAD.
> 
> cd HEAD/ecore
> make install
> cd ../..
> 
> now compile whatever needs compiling with HEAD ecore
> 
> now you need to compile something that needs ecore from SPLIT:
> 
> cd SPLIT/ecore
> make install
> cd ../..
> 
> now compile whatever needs ecore from SPLIT.
> 
> simply repeat as above. ecore form HEAD will vanish soon enough, so it will become a 
> non-issue.

Thanks for your answer. And I'm glad to hear that ecore's HEAD days are 
numbered (is it Bastille day soon or what ? ;-)

Alan

-- 
The hacker: someone who figured things out and made something cool happen.


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to