compiling postgres on windows arm using meson

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: compiling postgres on windows arm using meson
Date: 2024-01-18 02:07:19
Message-ID: CADK3HHKL4h5MMViKiyAg9hPVKGfww5WSWYDjnHjCPY=RzfzTeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,
Getting the following error

[1146/2086] Generating src/backend/postgres.def with a custom command
(wrapped by meson to set PATH)
FAILED: src/backend/postgres.def
"C:\Program Files\Meson\meson.exe" "--internal" "exe" "--unpickle"
"C:\Users\davec\projects\postgresql\build\meson-private\meson_exe_perl.EXE_53b41ebc2e76cfc92dd6a2af212140770543faae.dat"
while executing ['c:\\perl\\bin\\perl.EXE', '../src/backend/../tools/
msvc_gendef.pl', '--arch', 'aarch64', '--tempdir',
'src/backend/postgres.def.p', '--deffile', 'src/backend/postgres.def',
'src/backend/postgres_lib.a', 'src/common/libpgcommon_srv.a',
'src/port/libpgport_srv.a']
--- stdout ---

--- stderr ---
Usage: msvc_gendef.pl --arch <arch> --deffile <deffile> --tempdir <tempdir>
files-or-directories
arch: x86 | x86_64
deffile: path of the generated file
tempdir: directory for temporary files
files or directories: object files or directory containing object files

log attached

Dave Cramer

Attachment Content-Type Size
meson-log.txt text/plain 417.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message James Coleman 2024-01-18 02:11:35 Re: Add last_commit_lsn to pg_stat_database
Previous Message Masahiko Sawada 2024-01-18 01:54:48 Re: subscription disable_on_error not working after ALTER SUBSCRIPTION set bad conninfo