I thought someone more experienced would chip in, so I didn't reply.

 Anyway, if you're getting undefined references in the linking phase, it's
showing that the linker doesn't know where your libraries are located, or the
libraries it finds don't have the required function.  From the looks of it,
it can't find the ecore, freetype, libjpeg, and ... what the hell ... the
libc6 libraries?!  I think that's where "clock_gettime" is.

 I assume you're using dpkg-buildpackage.  Maybe you can try building it
manually via "./autogen.sh && make" or "./configure && make".  See if you can
compile it that way.  I suspect that your Makefile isn't feeding the correct
"-l" options to gcc.

 Cheers,
 dave.k


 In the year 2013, of the month of October, on the 10th day, John Holland wrote:
> talking to myself........:>  I see the 1.7.7 debs are in debian unstable
> now and I will abandon this, possibly trying to learn more about debian
> packaging on a more modest task. 
> 
> 
> 
> John Holland <jholl...@vin-dit.org> writes:
> 
> > I'm trying to build debs of the 1.7.8 versions of things, and I've
> > worked my way up to edje. When I build it I am getting "undefined
> > reference" errors about a lot of items. the first few are
> >
> > ../../src/lib/.libs/libedje.so: undefined reference to
> > `ecore_fb_input_device_window_set'
> > ../../src/lib/.libs/libedje.so: undefined reference to
> > `ecore_event_evas_init'
> > ../../src/lib/.libs/libedje.so: undefined reference to
> > `ECORE_IPC_EVENT_CLIENT_DEL'
> > ../../src/lib/.libs/libedje.so: undefined reference to
> > `FT_Outline_Transform'
> > ../../src/lib/.libs/libedje.so: undefined reference to
> > `jpeg_destroy_decompress
> > ../../src/lib/.libs/libedje.so: undefined reference to `clock_gettime'
> > ../../src/lib/.libs/libedje.so: undefined reference to `FT_Load_Glyph'
> > ../../src/lib/.libs/libedje.so: undefined reference to
> > `ECORE_IPC_EVENT_SERVER_DEL'
> > ../../src/lib/.libs/libedje.so: undefined reference to `FT_Get_Kerning'
> >
> >
> >
> > It gets pretty far  before this happens, I think it is happening in the
> > linking stage? I'm not a C guy, just another Linux hacker.
> >
> > If anyone can advise what these errors mean I will hopefully be able to
> > put up new .deb files.....
> >
> > Thanks,
> > John
> > ------------------------------------------------------------------------------
> > October Webinars: Code for Performance
> > Free Intel webinars can help you accelerate application performance.
> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
> > from 
> > the latest Intel processors and coprocessors. See abstracts and register >
> > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> > _______________________________________________
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users


> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk

> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to