proj.db and vcpkg #20
Unanswered
timoore
asked this question in
Q&A / Support
Replies: 3 comments 2 replies
-
If you set |
Beta Was this translation helpful? Give feedback.
0 replies
-
Without specifying PROJ_DATA, it says that it's tryling to open "proj.db".
Oh well, thanks for the debugging pointer!
…On Sun, Dec 10, 2023 at 4:41 PM Glenn ***@***.***> wrote:
If you set PROJ_DEBUG=3 it will tell you where PROJ is looking for its db
file.
A lot of times it will still actually find it even though rocky spits out
the warning message about the envvar not being set.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABAQAMMUQMFQ4P5DPRNQALYIXQ2RAVCNFSM6AAAAABAOOV7HCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQMJSGQ2DC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@timoore did you get this working? |
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
-
Hi,
This isn't actually a rocky question, but I stole a bunch of the SRS code for vsgCs and thought that I'd ask the experts. I install PROJ using vcpkg. The code works well, but it can't find proj.db unless I set the
PROJ_DATA
environment variable. Have you run into this problem before? I'm wondering if something is wrong with my vcpkg setup, or perhaps I can pass an option to vcpkg when PROJ is installed.Thanks,
Tim
Beta Was this translation helpful? Give feedback.
All reactions