Latest build fails

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Latest build fails
Date: 2022-09-04 12:58:34
Message-ID: CAEudQAqMJA+3JoGKEiFVz9q4znvdoczN30KqesKMPPzJ7nPH4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The latest build fails.
https://github.com/postgres/postgres/runs/8176044869

In file included from
/tmp/cpluspluscheck.ggpN3I/test.cpp:3:[11:12:13.290]
/tmp/cirrus-ci-build/contrib/cube/cubeparse.h:77:19: error: ‘NDBOX’
was not declared in this scope[11:12:13.290] 77 | int cube_yyparse
(NDBOX **result, Size scanbuflen);[11:12:13.290] |
^~~~~[11:12:13.290]
/tmp/cirrus-ci-build/contrib/cube/cubeparse.h:77:27: error: ‘result’
was not declared in this scope[11:12:13.290] 77 | int cube_yyparse
(NDBOX **result, Size scanbuflen);[11:12:13.290] |
^~~~~~[11:12:13.290]
/tmp/cirrus-ci-build/contrib/cube/cubeparse.h:77:40: error: expected
primary-expression before ‘scanbuflen’[11:12:13.290] 77 | int
cube_yyparse (NDBOX **result, Size scanbuflen);[11:12:13.290] |
^~~~~~~~~~[11:12:13.290]
/tmp/cirrus-ci-build/contrib/cube/cubeparse.h:77:50: error: expression
list treated as compound expression in initializer
[-fpermissive][11:12:13.290] 77 | int cube_yyparse (NDBOX **result,
Size scanbuflen);[11:12:13.290] |
^[11:12:13.455] In file included from
/tmp/cpluspluscheck.ggpN3I/test.cpp:3:[11:12:13.455] segparse.h:90:18:
error: ‘SEG’ was not declared in this scope[11:12:13.456]
segparse.h:90:23: error: ‘result’ was not declared in this
scope[11:12:13.860] make: *** [GNUmakefile:141: cpluspluscheck] Error
1

Now I have some trouble in c.h with one my tools:
Windows 10 64 bits
msvc 2019 64 bits
#error must have a working 64-bit integer datatype

Strange.

regards,
Ranier Vilela

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2022-09-04 13:08:01 Re: Latest build fails
Previous Message Ranier Vilela 2022-09-04 12:39:25 Re: Fix typo function circle_same (src/backend/utils/adt/geo_ops.c)