Build error in Solaris - Mailing list pgsql-bugs

From Wei Sun
Subject Build error in Solaris
Date
Msg-id tencent_2EFCC8BA0107B6EC0F97179E019A8A43C806@qq.com
Whole thread Raw
Responses Re: Build error in Solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi

When I built the latest code for branch REL_10_STABLE on the Solairs,
the following error occurred:
------------------------------------------------------
"plperl.c", line 669: syntax error before or at: if
"plperl.c", line 669: undefined symbol: _sv
"plperl.c", line 669: left operand of "->" must be pointer to struct/union
"plperl.c", line 669: warning: improper pointer/integer combination: arg #2
"plperl.c", line 669: syntax error before or at: else
"plperl.c", line 670: warning: statement not reached
"plperl.c", line 678: cannot recover from previous errors
cc: acomp failed for plperl.c
gmake: *** [plperl.o] Error 2
------------------------------------------------------

My build environment is as follows:
Solairs version : 11.3
perl version : v5.12.5

When I revert the following commit, the bulild was successful
https://github.com/postgres/postgres/commit/8be956c65c

Is there anything I can do to solve this problem?

Regards

pgsql-bugs by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: BUG #17355: Server crashes on ExecReScanForeignScan in postgres_fdw when accessing foreign partition
Next
From: Tom Lane
Date:
Subject: Re: Build error in Solaris