On Thu, 05 Dec 2013 08:15:08 -0800 "Dustin N. Jenkins" <[email protected]> said:
> Good. By the way, the order is efl, elementary, > emotion_generic_players, and evas_generic_loaders, I believe. it doesnt matter as long a s efl is first. after that anything goes. > Can someone confirm if one needs to run make before make install? Does > it matter? I've always run make and then make install, but maybe make > is smart enough to compile before it will install. you can just do make install... but normally peolpe build as a user then install as root - thus the 2 steps because u need to be root to install. > What does your config.log say about the results of configure for > elementary? Does it mention missing dependencies? Any warnings? > > Dustin > > > On 12/05/2013 08:01 AM, Kevin Martin wrote: > > On 12/05/13 01:35, rob wrote: > >> On 05/12/13 03:09, Kevin Martin wrote: > >> > >>> Ok, so I setup the ld.so.conf.d file that you mentioned, reran ldconfig, > >>> removed my old enlightenment install, make distclean, rerun autogen.sh, > >>> and make install and nothing has changed. I'm still getting the same > >>> error in the same place. > >>> > >>> Kevin > >> > >> It might be worth manually checking /usr/lib /usr/include for E files. > >> rob > >> > >> > >> ------------------------------------------------------------------------------ > >> Sponsored by Intel(R) XDK > >> Develop, test and display web and hybrid apps with a single code base. > >> Download it for free now! > >> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> enlightenment-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > > Ok, here's what I've done: > > > > Removed all native packages that I installed with yum/rpm. > > Went thru all of /usr looking for extraneous libraries, headers, etc. that > > should have gotten removed but didn't (including from doing make distclean > > in the 1.8 versions of the enlightenment files)...found all kinds of stuff. > > Reran make distclean for everything. Reran: > > (cd efl ; ./configure --disable-pulseaudio; sudo make install) > > (cd evas_generic_loaders ; ./configure ; sudo make install) > > (cd emotion_generic_players ; ./configure ; sudo make install) > > (cd elementary; ./configure ; sudo make install) > > > > Getting Closer!!!! make for elementary now gets past the previous error > > and now gives me this error: > > > > CC elementary_test-test_win_state.o > > CCLD elementary_test > > ../../src/lib/.libs/libelementary.so: undefined reference to > > `eldbus_connection_unique_name_get' collect2: error: ld returned 1 exit > > status make[2]: *** [elementary_test] Error 1 > > > > > > Trying to now figure out why this is failing. > > > > Kevin > > > > ------------------------------------------------------------------------------ > > Sponsored by Intel(R) XDK > > Develop, test and display web and hybrid apps with a single code base. > > Download it for free now! > > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > > _______________________________________________ > > enlightenment-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
