Re: Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-17 Thread Caolán McNamara
On Thu, 2012-09-13 at 12:02 +0200, Alexander Thurgood wrote: My concern is that if I turn off -enable-werror, and assuming I get a complete build out of it, what incidence will that have on my attempts to debug some of the database connectivity problems on Mac ? Shouldn't any effect on ability

Re: Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-13 Thread Alexander Thurgood
Le 12/09/12 23:57, Caolán McNamara a écrit : Hi Caolán, 843c83f6405ab4f1a4f7734ec66f2b62248f4e34 possibly helps bump along to the next such warning-as-error. Can obviously turn off --enable-werror FWIW. You were right about the bump, next such to be found in pg_tools.cxx, lines 444, 450,

Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-12 Thread Alexander Thurgood
In my ongoing saga to get LO to build on 10.8, I've now run into the following problem in tailbuild : cc1plus: warnings being treated as errors /Users/Shared/Repos/LO/core/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx: In function ‘bool pq_sdbc_driver::isOperator(char)’:

Re: Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-12 Thread Michael Stahl
On 12/09/12 19:30, Alexander Thurgood wrote: In my ongoing saga to get LO to build on 10.8, I've now run into the following problem in tailbuild : cc1plus: warnings being treated as errors /Users/Shared/Repos/LO/core/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx: In

Re: Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-12 Thread Alexander Thurgood
Le 12/09/12 20:26, Michael Stahl a écrit : Hi Michael, hmm i've tried to fix it, try if it goes away after a pull Thanks, am rebuilding now, will keep you posted. Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-12 Thread Alexander Thurgood
Le 12/09/12 20:37, Alexander Thurgood a écrit : OK, so now I get the same error in pq_statics.cxx:99 in function com::sun::star::uno::Sequencertl::OUString pq_sdbc_driver::createStringSequence(const char**) Alex ___ LibreOffice mailing list

Re: Build failure in tail build on Mac OSX - postgres driver the culprit ?

2012-09-12 Thread Caolán McNamara
On Wed, 2012-09-12 at 23:32 +0200, Alexander Thurgood wrote: Le 12/09/12 20:37, Alexander Thurgood a écrit : OK, so now I get the same error in pq_statics.cxx:99 in function com::sun::star::uno::Sequencertl::OUString pq_sdbc_driver::createStringSequence(const char**)