Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


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@lists.freedesktop.org] Im Auftrag
von Michael Stahl
Gesendet: Montag, 23. Februar 2015 11:45
An: libreoffice@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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.