From: | Stephan Sandow <ssandow(at)frey(dot)de> |
---|---|
To: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Error building Postgres for Windows |
Date: | 2019-10-25 10:45:40 |
Message-ID: | 695a66f6-0cec-8cb5-fc57-5bc1ea148948@frey.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
i get 3 errors building the postgres server Version 12.0 for windows:
plperl.obj : error LNK2019: unresolved external symbol "new_ctype" in
Function "plperl_init_interp
". [C:\postgre_src\postgresql-12.0\plperl.vcxproj]
plperl.obj : error LNK2019: unresolved external symbol "new_collate"
in Function "plperl_init_inte
rp". [C:\postgre_src\postgresql-12.0\plperl.vcxproj]
plperl.obj : error LNK2019: unresolved external symbol "new_numeric"
in Function "plperl_init_inte
rp". [C:\postgre_src\postgresql-12.0\plperl.vcxproj]
.\Release\plperl\plperl.dll : fatal error LNK1120: 3 nicht aufgelöste
Externe [C:\postgre_src\postgresql-12.0\plperl.
vcxproj]
My config.pl:
$config->{perl} = 'C:\Perl64';
There is Active Perl 5.28
Iam using the x64 Native Tools Command Prompt from Visual Studio 2019
Any help would be greatly appreciated.
Stephan Sandow
From | Date | Subject | |
---|---|---|---|
Next Message | Luca Ferrari | 2019-10-25 11:03:57 | Re: Quere keep using temporary files |
Previous Message | rihad | 2019-10-25 08:22:58 | Quere keep using temporary files |