Thanks for the fix! I had the same problem yesterday... It's solved now! Thanks!
Daniel Juyung Seo (SeoZ) On Sun, Mar 9, 2014 at 9:20 AM, Ryuan Choi <[email protected]> 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
