i have a problem with Pgvector extension installation on Windows
so the code for installation is
set "PGROOT=C:\Program Files\PostgreSQL\15"
git clone --branch v0.4.2 https://github.com/pgvector/pgvector.git
cd pgvector
nmake /F Makefile.win
nmake /F Makefile.win install
and i am getting fatal error:
C:\Program Files\pgvector>nmake /F Makefile.win
C:\Program Files\PostgreSQL\15\lib\postgres.lib : warning LNK4272: library machine type 'x64' conflicts with target machine type 'x86' vector.dll : fatal error LNK1120: 109 unresolved externals
and i get bunch of LNK 2001 & 2019 errors apart from these.
i'm using; MSVC v143 package Windows universal CRT SDK Windows 10 SDK