pkg_info | grep auto autoconf-2.59_2 Automatically configure source code on many Un*x platforms autogen-5.6.4 The Automated Program Generator automake-1.9.6 GNU Standards-compliant Makefile generator (1.9)
pkg_info | grep libtool libtool-1.5.20 Generic shared library support script (1.5) Yes, I am using your script as well as trying to compile manually. Neither one works for me presently. When I run your script I am unable to get ewl to compile which is where I started out on this list. If I use your script to compile ecore, it comes out perfect, no errors. I then go directly to compiling ewl with the script and I get the following output: <snip> gcc -g -W -Wall -Wno-implicit -o .libs/ewl_test ewl_test.o ewl_border_test.o ewl_box_test.o ewl_button_test.o ewl_calendar_test.o ewl_colordialog_test.o ewl_colorpicker_test.o ewl_combo_test.o ewl_datepicker_test.o ewl_dialog_test.o ewl_entry_test.o ewl_filedialog_test.o ewl_filedialog_multi_test.o ewl_fileselector_test.o ewl_floater_test.o ewl_iconbox_test.o ewl_image_test.o ewl_imenu_test.o ewl_menu_test.o ewl_menu_bar_test.o ewl_notebook_test.o ewl_paned_test.o ewl_password_test.o ewl_progressbar_test.o ewl_seeker_test.o ewl_selectionbar_test.o ewl_selectionbook_test.o ewl_spinner_test.o ewl_statusbar_test.o ewl_table_test.o ewl_text_test.o ewl_theme_test.o ewl_tooltip_test.o ewl_tree_test.o -L/files/Programs/e17/lib -L/lib -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib ../../src/lib/.libs/libewl.so -ledje -lemotion -levas -lecore -lecore_job -lecore_x -lecore_evas -lecore_con -lecore_ipc -lecore_txt -liconv -lecore_file -lecore_dbus -lm -Wl,--rpath -Wl,/files/Programs/e17/lib ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_theme_default' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_float_set' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_system_shutdown' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_string_default' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_string_set' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_int_default' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_get' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_load' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_listen' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_float_get' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_string_get' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_int_set' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_int_get' ../../src/lib/.libs/libewl.so: undefined reference to `ecore_config_system_init' gmake[3]: *** [ewl_test] Error 1 gmake[3]: Leaving directory `/usr/e17/libs/ewl/src/bin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/e17/libs/ewl/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/e17/libs/ewl' gmake: *** [all] Error 2 So I am at a loss here. I have to assume that your script is picking up the older ecore that I installed from the ports collection, because the script dumps everything into a non-standard location for the system to pick it up and use it. How can I get your script to build everything if it installs into a non-standard location libs and other files I need to use to compile the next library and the next application? I know I'm being obtuse, but I'm just not seeing the answer jump out at me. Brian On 10/17/05, Anders Trobäck <[EMAIL PROTECTED]> wrote: > Brian Howe wrote: > > I appended that section to my /etc/rc.conf file, rebooted and then > > went to my CVS libs/ecore directory and ran > > ./configure > > gmake > > > > this is the relevant output snippet: > > > > gmake[4]: Entering directory `/usr/e17/libs/ecore/src/lib/ecore' > > if @LIBTOOL@ --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > > -I../../.. -I/usr/X11R6/include -g -O2 -Wall -MT ecore.lo -MD -MP > > -MF ".deps/ecore.Tpo" -c -o ecore.lo ecore.c; \ > > then mv -f ".deps/ecore.Tpo" ".deps/ecore.Plo"; else rm -f > > ".deps/ecore.Tpo"; exit 1; fi > > /usr/local/bin/bash: @LIBTOOL@: command not found > > gmake[4]: *** [ecore.lo] Error 1 > > gmake[4]: Leaving directory `/usr/e17/libs/ecore/src/lib/ecore' > > gmake[3]: *** [all-recursive] Error 1 > > gmake[3]: Leaving directory `/usr/e17/libs/ecore/src/lib' > > gmake[2]: *** [all-recursive] Error 1 > > gmake[2]: Leaving directory `/usr/e17/libs/ecore/src' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/e17/libs/ecore' > > gmake: *** [all] Error 2 > > > > So, it is obviously not finding libtool somehow, even though it was > > installed in it's default (fro BSD anyway) location. > > > > I was able to get the enlightenment-devel port installed and running, > > however I would really like to get the CVS code to compile. I believe > > that what ever is not working here would most likely affect how other > > applications compile as well, so I ould like to get this sorted out. > > > > Thanks again for all yor help. > > > > > > On 10/15/05, Anders Trobäck <[EMAIL PROTECTED]> wrote: > > > >>Add (from my rc.conf, modify for your system): > >> > >>ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib > >>/usr/local/lib/com > >>pat/pkg /usr/devel/enlightenment/current/lib" > >> > >>to /etc/rc.conf! > >> > >>\\troback > >> > >> > >>Paul S. wrote: > >> > >> > >>>Try make clean && ./autogen.sh && make && make install for ecore then > >>>ewl. > >>>Paul > >>>On Fri, 2005-10-14 at 13:22 -0700, Brian Howe wrote: > >>> > >>> > >>> > >>>>I installed ecore from the ports collection. It is version 0.9.9.018. > >>>>The script from Anders also had me recompile from CVS before I tried > >>>>to compile ewl. The script from Anders places the libs and binaries in > >>>>and "alternate" location. Since the ewl compile is being done in the > >>>>script, is it trying to see the ecore file in the place the script > >>>>puts them, or from the standard places? hmmm... I don't know. > >>>> > >>>>Might have to look into that further. Anders, any comments? > >>>> > >>>>On 10/14/05, Rodolfo M. Raya <[EMAIL PROTECTED]> wrote: > >>>> On Fri, 2005-10-14 at 11:40 -0700, Brian Howe wrote: > >>>> > > >>>> > ok, so I ran the script and it worked wonders... except for ewl, > >>>> again: > >>>> > ../../src/lib/.libs/libewl.so: undefined reference to > >>>> > > >>>> > `ecore_config_theme_default' > >>>> > >>>> You must compile and install ecore first. > >>>> > >>>> Rodolfo > >>>> -- > >>>> Rodolfo M. Raya <[EMAIL PROTECTED]> > >>>> Maxprograms http://www.maxprograms.com > >>>> > >>>> > >>>> > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.Net email is sponsored by: > >>>Power Architecture Resource Center: Free content, downloads, discussions, > >>>and more. http://solutions.newsforge.com/ibmarch.tmpl > >>>_______________________________________________ > >>>enlightenment-users mailing list > >>>enlightenment-users@lists.sourceforge.net > >>>https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >>> > >>> > >> > >>-- > >> > >>============================================ > >>Microsoft is not the answer. > >>Microsoft is the question. > >>And 'No' is the answer! > >>-------------------------------------------- > >>http://www.troback.com > >>- > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by: > >>Power Architecture Resource Center: Free content, downloads, discussions, > >>and more. http://solutions.newsforge.com/ibmarch.tmpl > >>_______________________________________________ > >>enlightenment-users mailing list > >>enlightenment-users@lists.sourceforge.net > >>https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Power Architecture Resource Center: Free content, downloads, discussions, > > and more. http://solutions.newsforge.com/ibmarch.tmpl > > _______________________________________________ > > enlightenment-users mailing list > > enlightenment-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > The followning ports are needed to compile from CVS, do you have then > installed? > > gnu-autoconf-2.59 > gnu-automake-1.9.6 > gnu-libtool-1.5.18 > > > Are you using my script? > > \\troback > -- > > ============================================ > Microsoft is not the answer. > Microsoft is the question. > And 'No' is the answer! > -------------------------------------------- > http://www.troback.com > - > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users