Replies: 1 comment 1 reply
-
Thanks! Do you want to put together a PR for the github action script? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to install in on windows, it complained about this
C:\Program Files\foundationdb\include\foundationdb\fdb_c.h(61,10): fatal error C1083: Cannot open include file: 'fdb_c_types.h': No such file or directory
.All I did was copy from https://github.com/apple/foundationdb/blob/main/bindings/c/foundationdb/fdb_c_types.h and place it at
C:\Program Files\foundationdb\include\foundationdb\fdb_c_types.h
.And it install fine. 😁
I do know that windows is sort of second class citizen with foundationdb, but hey, it works for now. cheers
Beta Was this translation helpful? Give feedback.
All reactions