Configuration failure on Mac with 10.6 SDK in configure/gnutls when attempting build from master

2013-04-15 Thread Alexander Thurgood
Hi all,

After make clean, fresh pull from master, I am getting a persistent
configuration failure in autogen.sh/configure :

checking whether to use gnutls... ./configure: line 37515: syntax error
near unexpected token `else'
./configure: line 37515: `else'
Error running configure at /Users/Shared/Repos/LO/core/autogen.sh line 205.
make: *** [/Users/Shared/Repos/LO/core/config_host.mk] Error 2


Alex



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Configuration failure on Mac with 10.6 SDK in configure/gnutls when attempting build from master

2013-04-15 Thread David Tardon
Hi,

On Mon, Apr 15, 2013 at 09:04:29AM +0200, Alexander Thurgood wrote:
 Hi all,
 
 After make clean, fresh pull from master, I am getting a persistent
 configuration failure in autogen.sh/configure :
 
 checking whether to use gnutls... ./configure: line 37515: syntax error
 near unexpected token `else'
 ./configure: line 37515: `else'
 Error running configure at /Users/Shared/Repos/LO/core/autogen.sh line 205.
 make: *** [/Users/Shared/Repos/LO/core/config_host.mk] Error 2

Well, have you tried to look at what autoconf generated on that line?

D.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Configuration failure on Mac with 10.6 SDK in configure/gnutls when attempting build from master

2013-04-15 Thread Alexander Thurgood
Le 15/04/13 12:13, David Tardon a écrit :


 Well, have you tried to look at what autoconf generated on that line?


37515  else
37516  GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS
37517 GNUTLS_LIBS=$pkg_cv_GNUTLS_LIBS
37518 { echo $as_me:$LINENO: result: yes 5
37519 echo{ECHO_T}yes 6; }
37520  :
37521  fi
37522  fi


which is quite simply gobbledygook to me.


Alex


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Configuration failure on Mac with 10.6 SDK in configure/gnutls when attempting build from master

2013-04-15 Thread Jonathan Aquilina
I can confirm this building against the 10.7 sdk the question becomes what
change is causing this. How can one see what changes were made to the
configuration scripts?


On Mon, Apr 15, 2013 at 12:53 PM, Alexander Thurgood 
alex.thurg...@gmail.com wrote:

 Le 15/04/13 12:13, David Tardon a écrit :


  Well, have you tried to look at what autoconf generated on that line?


 37515  else
 37516  GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS
 37517 GNUTLS_LIBS=$pkg_cv_GNUTLS_LIBS
 37518 { echo $as_me:$LINENO: result: yes 5
 37519 echo{ECHO_T}yes 6; }
 37520  :
 37521  fi
 37522  fi


 which is quite simply gobbledygook to me.


 Alex


 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice




-- 
Jonathan Aquilina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Configuration failure on Mac with 10.6 SDK in configure/gnutls when attempting build from master

2013-04-15 Thread Jan Holesovsky
Hi Alex,

Alexander Thurgood píše v Po 15. 04. 2013 v 12:53 +0200:

  Well, have you tried to look at what autoconf generated on that line?
 
 37515  else
 37516  GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS
 37517 GNUTLS_LIBS=$pkg_cv_GNUTLS_LIBS
 37518 { echo $as_me:$LINENO: result: yes 5
 37519 echo{ECHO_T}yes 6; }
 37520  :
 37521  fi
 37522  fi
 
 which is quite simply gobbledygook to me.

I've just fixed this:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=6e6c8d18c621017ec8ec3b8e0d5e9ec6810e682a

Regards,
Kendy

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Configuration failure on Mac with 10.6 SDK in configure/gnutls when attempting build from master

2013-04-15 Thread Alexander Thurgood
Le 15/04/13 13:27, Jan Holesovsky a écrit :

Hi Kendy,


 I've just fixed this:
 
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=6e6c8d18c621017ec8ec3b8e0d5e9ec6810e682a
 
 Building again now, thanks.

Alex




___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice