Thanks for fixing.

I have a few commit message comments:
1. This break wasn't due to the line change, but was actually broken all
the time (tbh, no idea how it went unnoticed until now, as Eolian was meant
to change nothing).
2. Use the "ethumb client: ..." format.

--
Tom.


On Sun, Mar 9, 2014 at 5:47 AM, Daniel Zaoui <[email protected]>wrote:

> Hi,
>
> Really weird, no such build error happened on my work laptop and at home.
> Did you execute some specific 'make' or the normal one?
>
> Sorry for the inconvenience.
>
> JackDanielZ, alias Daniel the Third.
>
> On 03/09/2014 02:20 AM, Ryuan Choi wrote:
> > ryuan pushed a commit to branch master.
> >
> >
> http://git.enlightenment.org/core/efl.git/commit/?id=c2bdda6f9bae5b931abbe34859591c6e5d5829fa
> >
> > commit c2bdda6f9bae5b931abbe34859591c6e5d5829fa
> > Author: Ryuan Choi <[email protected]>
> > Date:   Sun Mar 9 09:12:25 2014 +0900
> >
> >      Fix build break because of evas_object_line_class_get
> >
> >      Added edje into internal dependencies for ethumb_client.
> >
> >      I got below error.
> >      /usr/elocal/lib/libedje.so.1: undefined reference to
> `evas_object_line_class_get'
> >      collect2: error: ld returned 1 exit status
> >      make[4]: *** [bin/ethumb_client/ethumbd] Error 1
> >      make[4]: *** Waiting for unfinished jobs....
> > ---
> >   configure.ac | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/configure.ac b/configure.ac
> > index f6d0900..754ad09 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -3972,6 +3972,7 @@ EFL_PLATFORM_DEPEND([ETHUMB_CLIENT], [evil])
> >   EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eina])
> >   EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eo])
> >   EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ecore])
> > +EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [edje])
> >   EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [eldbus])
> >   EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [ethumb])
> >   EFL_INTERNAL_DEPEND_PKG([ETHUMB_CLIENT], [evas])
> >
>
>
>
> ------------------------------------------------------------------------------
> Subversion Kills Productivity. Get off Subversion & Make the Move to
> Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and
> the
> freedom to use Git, Perforce or both. Make the move to Perforce.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to