Massimo, you're absolutely right and I apologize to the rest for that and indeed, that is what the message says
Rob, I've tried that as well. Here is how I use autogen: CC="ccache gcc" CFLAGS=" -O2 -march=amdfam10" LDFLAGS=" -L/opt/e17/lib" CPPFLAGS=" -I/opt/e17/include" PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig:" ./autogen.sh --prefix=/opt/e17 --cache-file=/tmp/easy_e17/easy_e17.cache This includes optimizations and is 'easy_e17' compatible. Here is a link with the autogen output (this part is in english) and the error message when compiling (transalted by me :P ). Is the same as before because I don't think the rest is usefull anyway http://pastebin.com/8LSAiysV thanks!! 2011/7/3 rob <[email protected]> > On 03/07/11 08:05, Wido wrote: > > Hi Guys, > > > > I have just updated my SVN tree and I'm having this error while compiling > > (using easy_e17, I have compilied everything else in order and > > successfully): > > > > I know it's in spanish, but I don't know how to make gcc to give error > > messages in english. Anyway, I think the messages are similar to the ones > in > > english, so It may not be a problem after all......maybe? > > > > Making all in everything > > make[4]: se ingresa al directorio > > `/home/wido/sources/enlightenment/e17/e/src/modules/everything' > > CC e_mod_main.lo > > CC evry.lo > > CC evry_config.lo > > CC evry_util.lo > > CC evry_history.lo > > CC evry_plugin.lo > > CC evry_plug_aggregator.lo > > CC evry_plug_actions.lo > > CC evry_view.lo > > CC evry_view_tabs.lo > > CC evry_view_help.lo > > CC evry_plug_clipboard.lo > > CC evry_plug_text.lo > > CC evry_plug_collection.lo > > CC evry_gadget.lo > > CC md5.lo > > CC evry_plug_apps.lo > > make[4]: *** No hay ninguna regla para construir el objetivo > > `../everything-files/evry_plug_files.c', necesario para > > `evry_plug_files.lo'. Alto. > > make[4]: se sale del directorio > > `/home/wido/sources/enlightenment/e17/e/src/modules/everything' > > make[3]: *** [all-recursive] Error 1 > > make[3]: se sale del directorio > > `/home/wido/sources/enlightenment/e17/e/src/modules' > > make[2]: *** [all-recursive] Error 1 > > make[2]: se sale del directorio > `/home/wido/sources/enlightenment/e17/e/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: se sale del directorio `/home/wido/sources/enlightenment/e17/e' > > make: *** [all] Error 2 > > wido@frankie:~/sources/enlightenment/e17/e$ svn up > > En la revisión 60945. > > > > > If you go into /home/wido/sources/enlightenment/e17/e and run > ./autogen.sh it may give you more information. > > If that seems ok then run make and make install and ldconfig. > > If it builds ok cd back to easy_e17.sh and run > easy_e17.sh etc. with --skip=e added to the end of the command. > > I did find the easy_e17.sh script stopped on a couple of errors when I > ran it last Friday. Not sure why. > cd 'ing into the relevant directory and manually installing seemed to work. > > > rob > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- Wido ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
