You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2020/10/05 05:27:55 UTC

[openoffice] branch trunk updated: It seems we need YYDEBUG to compile main/connectivity now.

This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9b7130f  It seems we need YYDEBUG to compile main/connectivity now.
9b7130f is described below

commit 9b7130f9b6bdb7e9969615395186cb3b328a259d
Author: Damjan Jovanovic <da...@apache.org>
AuthorDate: Mon Oct 5 07:24:53 2020 +0200

    It seems we need YYDEBUG to compile main/connectivity now.
    
    Patch by: me
---
 main/connectivity/source/parse/sqlbison.y | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/connectivity/source/parse/sqlbison.y b/main/connectivity/source/parse/sqlbison.y
index 449e8cc..175822f 100644
--- a/main/connectivity/source/parse/sqlbison.y
+++ b/main/connectivity/source/parse/sqlbison.y
@@ -124,6 +124,7 @@ static connectivity::OSQLInternalNode* newNode(const ::rtl::OUString& _NewValue,
 
 connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
 
+#define YYDEBUG 1
 #define YYERROR_VERBOSE
 
 #define SQLyyerror(s)						\


Re: [openoffice] branch trunk updated: It seems we need YYDEBUG to compile main/connectivity now.

Posted by Don Lewis <tr...@apache.org>.
On  5 Oct, Damjan Jovanovic wrote:
> On Mon, Oct 5, 2020 at 8:08 AM Don Lewis <tr...@apache.org> wrote:
> 
>> On  5 Oct, damjan@apache.org wrote:
>> > This is an automated email from the ASF dual-hosted git repository.
>> >
>> > damjan pushed a commit to branch trunk
>> > in repository https://gitbox.apache.org/repos/asf/openoffice.git
>> >
>> >
>> > The following commit(s) were added to refs/heads/trunk by this push:
>> >      new 9b7130f  It seems we need YYDEBUG to compile main/connectivity
>> now.
>> > 9b7130f is described below
>>
>> I haven't seen that here on either Linux or Windows.
>>
>>
>>
> Possibly only happens with my --enable-dbgutil --enable-symbols or other
> flags.

Of those two, --enable-dbgutil would be my guess, though I'm pretty sure
I've enabled that in the past and not run into this issue.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [openoffice] branch trunk updated: It seems we need YYDEBUG to compile main/connectivity now.

Posted by Damjan Jovanovic <da...@apache.org>.
On Mon, Oct 5, 2020 at 8:08 AM Don Lewis <tr...@apache.org> wrote:

> On  5 Oct, damjan@apache.org wrote:
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > damjan pushed a commit to branch trunk
> > in repository https://gitbox.apache.org/repos/asf/openoffice.git
> >
> >
> > The following commit(s) were added to refs/heads/trunk by this push:
> >      new 9b7130f  It seems we need YYDEBUG to compile main/connectivity
> now.
> > 9b7130f is described below
>
> I haven't seen that here on either Linux or Windows.
>
>
>
Possibly only happens with my --enable-dbgutil --enable-symbols or other
flags.

Re: [openoffice] branch trunk updated: It seems we need YYDEBUG to compile main/connectivity now.

Posted by Don Lewis <tr...@apache.org>.
On  5 Oct, damjan@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
> 
> damjan pushed a commit to branch trunk
> in repository https://gitbox.apache.org/repos/asf/openoffice.git
> 
> 
> The following commit(s) were added to refs/heads/trunk by this push:
>      new 9b7130f  It seems we need YYDEBUG to compile main/connectivity now.
> 9b7130f is described below

I haven't seen that here on either Linux or Windows.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org