AW: Make under win7 breaks

Juergen Funk Mailinglist Juergen.Funk_ml at cib.de
Tue Feb 24 00:47:46 PST 2015


Hi Michael,

yes i think in the most cases oft he if in line 1845
1845 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1846   echo $ECHO_N "(cached) $ECHO_C" >&6
1847 else
1848  cat >conftest.make <<\_ACEOF
1849 all:
1850	@echo 'ac_maketemp="$(MAKE)"'
1851 _ACEOF

Using the then case, but in my an your case was the else and the output of that was
+ eval 'test "${ac_cv_prog_make_D__dev_cygwin_opt_lo_bin_make_set+set}" = set'
++ test '' = set
+ cat
++ D:/dev/cygwin/opt/lo/bin/make -f conftest.make grep temp=
     + eval 'ac_maketemp=\D:/dev/cygwin/opt/lo/bin/make"'
./configure: eval: line 1853: unexpected EOF while looking for matching `"'
./configure: eval: line 1854: syntax error: unexpected end of file

And the ac_maketemp is setting wrong, I have solving with the switch 
--with-jpeg-turbo=0

But when you solved I can remove the switch, but is that turbo-jpeg necessary?

Juergen




> -----Ursprüngliche Nachricht-----
> Von: LibreOffice [mailto:libreoffice-bounces at lists.freedesktop.org] Im Auftrag
> von Michael Stahl
> Gesendet: Montag, 23. Februar 2015 11:45
> An: libreoffice at lists.freedesktop.org
> Betreff: Re: Make under win7 breaks
> 
> On 19.02.2015 11:27, Juergen Funk Mailinglist wrote:
> >
> > checking whether D:/dev/cygwin/opt/lo/bin/make sets $(MAKE)...
> > ./configure: eval: line 1853: unexpected EOF while looking for matching `"'
> > ./configure: eval: line 1854: syntax error: unexpected end of file
> >
> > D:/src/lo/lo-core/external/jpeg-turbo/ExternalProject_jpeg-turbo.mk:26:
> > recipe for target
> > 'D:/src/lo/lo-core/workdir/ExternalProject/jpeg-turbo/configure'
> > failed
> >
> > make[1]: ***
> > [D:/src/lo/lo-core/workdir/ExternalProject/jpeg-turbo/configure] Error
> > 1
> >
> 
> after finally installing visual studio 2013 on the weekend i've had the same
> problem, and it turns out that the AC_PROG_MAKE_SET check looks different in
> jpeg-turbo than every other bundled external because jpeg-turbo is using very
> old autoconf version and (according to the
> changelog) the check was rewritten in autoconf 2.61a; master commit
> 9c6ce47eaf1a891edf7c200145de400fd1cf2871 should work around the issue.
> 
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice


More information about the LibreOffice mailing list