Michael Martin a écrit : > > On Sep 12, 2007, at 2:50 AM, Elie Roux wrote: > >> I've work hard for version 0.3, it is almost done, but I have still a >> few bugs, on 64 bit etch. I think you shouldn't have problems with the >> svn version ( |svn co svn://svn.gna.org/svn/gregorio/trunk ). > > I checked it out with svn, but I did not get too far in the build > process. The autoreconf --install produced a number of error messages: > > /sw/share/aclocal/ac_find_motif.m4:21: warning: underquoted definition > of AC_FIND_MOTIF > /sw/share/aclocal/ac_find_motif.m4:223: warning: underquoted > definition of AC_FIND_LIBXP > configure.ac:24: warning: AM_INTL_SUBDIR is m4_require'd but not > m4_defun'd > m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... > configure.ac:24: the top level > autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not > AM_GNU_GETTEXT_VERSION > configure.ac:24: warning: AM_INTL_SUBDIR is m4_require'd but not > m4_defun'd > m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... > configure.ac:24: the top level > configure.ac:24: warning: AM_INTL_SUBDIR is m4_require'd but not > m4_defun'd > m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... > configure.ac:24: the top level > configure.ac:24: warning: AM_INTL_SUBDIR is m4_require'd but not > m4_defun'd > m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... > configure.ac:24: the top level > fonts/Makefile.am:3: `%'-style pattern rules are a GNU make extension > fonts/Makefile.am:6: `%'-style pattern rules are a GNU make extension > fonts/Makefile.am:9: `%'-style pattern rules are a GNU make extension > autoreconf: automake failed with exit status: 1 > > There also seem to be a number of missing files, but that might be > related to the above messages. > > I am not all that familiar with autoconf, so perhaps I am doing > something wrong? > Hello,
thank you for this bugreport. I finally managed to get a compatibility with flex 2.5.4 (in the svn version). I modified the configure.ac a bit, you should have a bit less warnings. I'll try to fix the % in the Makefiles, but it seems quite hard... Is it possible to tell you automake to use GNU extentions ? because doing it without the % will be quite boring... I'll try to be able to test the compilation on MAC OSX. Thank you in advance, -- Elie _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
