mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-22 20:15:46 +08:00
Compare commits
2 Commits
windows-ar
...
arch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9542b5548f | ||
|
|
4af2b06dc5 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
postgres-version: 14
|
postgres-version: 14
|
||||||
- run: |
|
- run: |
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat" && ^
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && ^
|
||||||
nmake /NOLOGO /F Makefile.win && ^
|
nmake /NOLOGO /F Makefile.win && ^
|
||||||
nmake /NOLOGO /F Makefile.win install && ^
|
nmake /NOLOGO /F Makefile.win install && ^
|
||||||
nmake /NOLOGO /F Makefile.win installcheck && ^
|
nmake /NOLOGO /F Makefile.win installcheck && ^
|
||||||
|
|||||||
@@ -1129,7 +1129,7 @@ If compilation fails with `Cannot open include file: 'postgres.h': No such file
|
|||||||
|
|
||||||
### Mismatched Architecture
|
### Mismatched Architecture
|
||||||
|
|
||||||
If compilation fails with `error C2196: case value '4' already used`, make sure `vcvars64.bat` was called.
|
If compilation fails with `error C2196: case value '4' already used`, make sure `vcvars64.bat` was called. Then run `nmake /F Makefile.win clean` and re-run the installation instructions.
|
||||||
|
|
||||||
### Missing Symbol
|
### Missing Symbol
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user