yutannihilation opened a new pull request, #291:
URL: https://github.com/apache/sedona-db/pull/291

   This tweaks the contributors guide in two minor points about the Windows 
case.
   
   First one is that, with the current `PATH`, I get this error when I run 
`cargo run -p sedona-cli`. I mean, it successfully compiles, but fails to run. 
It seems this is because I forgot to add a path to vcpkg's DLLs. So, I added 
one.
   
   ```
        Running `target\debug\sedona-cli.exe`
   error: process didn't exit successfully: `target\debug\sedona-cli.exe` (exit 
code: 0xc0000135, STATUS_DLL_NOT_FOUND)
   ```
   
   Second, `PKG_CONFIG_PATH` refers to 
`VCPKG_ROOT/installed/x64-windows-dynamic-release/lib/pkgconfig/`, but I guess 
the triple should be `x64-windows` instead of `x64-windows-dynamic-release` 
because the guide doesn't specify `$env:VCPKG_DEFAULT_TRIPLET = 
'x64-windows-dynamic-release'` (Guessing from the CI setting, this should be 
used only when building Python?) It seems either works fine, though.
   
   Note that, while this allows me to run the CLI, I'm still failing to load 
the sedonadb module on Python. I hope we can eventually find how to make it 
work...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to