On Fri, Jul 11, 2008 at 12:00 PM, José Matos <[EMAIL PROTECTED]> wrote:
> On Friday 11 July 2008 13:37:44 José Matos wrote: > > configure.ac has changed in trunk to reflect the beta 4 eminent release. > > The first attempt to have a release out of door can be found here: > > http://www.lyx.org/~jamatos/lyx-1.6 > > If this works for the supported platforms I tag svn as beta4 and I will > remove > the freeze. > > Please test. As usual it works for me under rawhide (to be F10). Configure and make went fine for me on Mac. However, make install the *first* time produced this: Making install in config make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in development Making install in MacOSX Making install in spotlight make[4]: Nothing to be done for `install-exec-am'. test -z "/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents" || ../../../config/install-sh -c -d "/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents" test -z "/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/MacOS" || ../../../config/install-sh -c -d "/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/MacOS" test -z "/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/Resources" || ../../../config/install-sh -c -d "/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/Resources" mkdir: /Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents: File exists make[4]: *** [install-dist_spotlightDATA] Error 1 make[4]: *** Waiting for unfinished jobs.... /usr/bin/install -c -m 644 'schema.xml' '/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/Resources/schema.xml' /usr/bin/install -c -m 644 'LyX-Metadata' '/Users/bennett/Desktop/LyX-16b4.app/Contents/Library/Spotlight/LyX-Metadata.mdimporter/Contents/MacOS/LyX-Metadata' make[3]: *** [install-am] Error 2 make[2]: *** [install-recursive] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 I tried it a second time, and everything worked. Not sure what happened. In any case, the resulting binary works. Bennett