mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-15 09:06:56 +08:00
Improved missing SDK docs [skip ci]
This commit is contained in:
@@ -1119,7 +1119,13 @@ Note: Replace `17` with your Postgres server version
|
|||||||
|
|
||||||
### Missing SDK
|
### Missing SDK
|
||||||
|
|
||||||
If compilation fails and the output includes `warning: no such sysroot directory` on Mac, reinstall Xcode Command Line Tools.
|
If compilation fails and the output includes `warning: no such sysroot directory` on Mac, your Postgres installation points to a path that no longer exists.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pg_config --ldflags
|
||||||
|
```
|
||||||
|
|
||||||
|
Reinstall Postgres to fix this.
|
||||||
|
|
||||||
### Portability
|
### Portability
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user