In the year 2017, of the month of January, on the 8th day, Peter Flynn wrote: > Hmm. It's worked 3× for me so far just fine, but now suddenly I get this > > CCLD src/bin/enlightenment > > CC src/bin/src_bin_enlightenment_imc-e_config_data.o > > CC src/bin/src_bin_enlightenment_imc-e_imc_main.o > > CC src/bin/src_bin_enlightenment_imc-e_intl_data.o > > CCLD src/bin/enlightenment_imc > > /usr/local/lib/libecore_file.so: undefined reference to `_efl_add_end' > > /usr/local/lib/libecore_file.so: undefined reference to > > `ecore_main_loop_get' > > /usr/local/lib/libecore_file.so: undefined reference to > > `_efl_add_internal_start' > > /usr/local/lib/libecore_file.so: undefined reference to `efl_callbacks_cmp' > > collect2: error: ld returned 1 exit status > > Makefile:9740: recipe for target 'src/bin/enlightenment_imc' failed > > make[2]: *** [src/bin/enlightenment_imc] Error 1 > > make[2]: Leaving directory '/usr/local/src/enlight/enlightenment' > > Makefile:17176: recipe for target 'all-recursive' failed > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory '/usr/local/src/enlight/enlightenment' > > Makefile:5225: recipe for target 'all' failed > > make: *** [all] Error 2 > > # > > Same OS (Ubuntu 16.04), same script. Anyone any clues?
Let's see, what are the error messages? Undefined reference in an EFL library? I'm guessing you have some old EFL library files hanging around that are missing functions. Delete all your E libs, double check that you're clean, and then reinstall EFL. Cheers, dave.k ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
