On Dec 27, 2007, at 8:12 PM, Peter Clifton wrote: > > On Thu, 2007-12-27 at 19:49 -0700, Andy Peters wrote: >> On Dec 27, 2007, at 3:08 AM, [EMAIL PROTECTED] wrote: >> >>>> Hi, all, >>>> >>>> Under OS X 10.5.1 PPC, I'm getting a build error when the configure >>>> script for libgeda is called by the main Makefile: >>>> >>>> checking for CFPreferencesCopyAppValue... (cached) yes >>>> checking for CFLocaleCopyCurrent... (cached) yes >>>> checking whether included gettext is requested... no >>>> checking for GNU gettext in libc... no >>>> checking for GNU gettext in libintl... yes >>>> checking whether to use NLS... yes >>>> checking where the gettext function comes from... external libintl >>>> checking how to link with libintl... -lintl -Wl,-framework - >>>> Wl,CoreFoundation >>>> ./configure: line 28854: syntax error near unexpected token >>>> `0.35.0' >>>> ./configure: line 28854: `IT_PROG_INTLTOOL(0.35.0)' >>>> >>>> I'm building from the latest git. >>> >>> If you're building from git, you need to make sure you have the >>> development package for intltool installed. If just building from >>> source >>> tarballs, you don't. >>> >>> This is a new dependency required for translating the new .desktop >>> files >>> installed. >> >> I installed the latest intltool from >> http://ftp.gnome.org/pub/gnome/sources/intltool/0.37/ >> and it was not impressed ... > > Oh dear.. > > If you haven't done so, try running "make reconfig" before the start > of > the build. This is needed if the build infrastructure is changed. > > Assuming you already did this, or it still doesn't work, can you post > the build logs and any error messages from the failure please, so we > can > try to debug the problem. > > Specifically, lets work on libgeda manually. What is the output of: > > cd libgeda > ./autogen.sh
Here it is: macaroon:libgeda andy$ ./autogen.sh processing . autogen.sh running: autopoint ... Copying file po/Makefile.in.in autogen.sh running: intltoolize ... autogen.sh running: libtoolize ... You should update your `aclocal.m4' by running aclocal. autogen.sh running: aclocal ... configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from... /usr/share/aclocal/lock.m4:78: gl_LOCK_EARLY_BODY is expanded from... /usr/share/aclocal/lock.m4:25: gl_LOCK_EARLY is expanded from... /usr/share/aclocal/lock.m4:258: gl_LOCK is expanded from... /usr/share/aclocal/intl.m4:265: gt_INTL_SUBDIR_CORE is expanded from... /usr/share/aclocal/intl.m4:166: AM_INTL_SUBDIR is expanded from... /usr/share/aclocal/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.ac:82: the top level configure.ac:82: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_AIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:455: AC_AIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_AIX configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_MINIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:474: AC_MINIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_MINIX autogen.sh running: autoheader ... configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from... aclocal.m4:8679: gl_LOCK_EARLY_BODY is expanded from... aclocal.m4:8626: gl_LOCK_EARLY is expanded from... aclocal.m4:8859: gl_LOCK is expanded from... aclocal.m4:1015: gt_INTL_SUBDIR_CORE is expanded from... aclocal.m4:916: AM_INTL_SUBDIR is expanded from... aclocal.m4:402: AM_GNU_GETTEXT is expanded from... configure.ac:82: the top level configure.ac:82: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_AIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:455: AC_AIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_AIX configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_MINIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:474: AC_MINIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_MINIX autogen.sh running: automake ... configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from... aclocal.m4:8679: gl_LOCK_EARLY_BODY is expanded from... aclocal.m4:8626: gl_LOCK_EARLY is expanded from... aclocal.m4:8859: gl_LOCK is expanded from... aclocal.m4:1015: gt_INTL_SUBDIR_CORE is expanded from... aclocal.m4:916: AM_INTL_SUBDIR is expanded from... aclocal.m4:402: AM_GNU_GETTEXT is expanded from... configure.ac:82: the top level configure.ac:82: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_AIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:455: AC_AIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_AIX configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_MINIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:474: AC_MINIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_MINIX autogen.sh running: autoconf ... configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from... aclocal.m4:8679: gl_LOCK_EARLY_BODY is expanded from... aclocal.m4:8626: gl_LOCK_EARLY is expanded from... aclocal.m4:8859: gl_LOCK is expanded from... aclocal.m4:1015: gt_INTL_SUBDIR_CORE is expanded from... aclocal.m4:916: AM_INTL_SUBDIR is expanded from... aclocal.m4:402: AM_GNU_GETTEXT is expanded from... configure.ac:82: the top level configure.ac:82: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_AIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:455: AC_AIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_AIX configure.ac:82: warning: AC_COMPILE_IFELSE was called before AC_MINIX /var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/ specific.m4:474: AC_MINIX is expanded from... configure.ac:82: warning: AC_RUN_IFELSE was called before AC_MINIX macaroon:libgeda andy$ > Where is intltool installed on the path? Is automake / aclocal able to > find the intltool.m4 There's no file called intltool, but in /usr/local/bin one finds the following scripts: intltool-extract intltool-merge intltool-prepare intltool-update and /usr/local/bin is on the path. I don't see any complaints about any tool not being able to find intltool.m4, which is located in /usr/local/share/aclocal > PS. I take bets that the icons / mime-registrations won't be found on > OS-X. Do you happen to know how those are done? If its not too tricky, > we might be able to add it to the build. Ah, that's waaaay beyond my expertise! -a _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

