Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails: "PROJ.4 library not found!" #278

Open
ianxo opened this issue Jun 8, 2021 · 1 comment
Open

build fails: "PROJ.4 library not found!" #278

ianxo opened this issue Jun 8, 2021 · 1 comment

Comments

@ianxo
Copy link

ianxo commented Jun 8, 2021

Hi,
since I had quite a hard time getting XyGrib to build and run, I thought I share my problems and solutions.

As it seems, proj_api.h was remove in PROJ 8.0 and FindPROJ4.cmake is searching for said file...
My solution was to grep PROJ 7.2.1, build it and then install XyGrib via pkg manager of your liking. (e.g. yay)

I also had to copy cp /usr/local/lib/libproj.so.19 /usr/lib/
but that might be due to my installation process.

I only tested on a current Arch build :/

@gdt
Copy link

gdt commented Jun 20, 2024

See #289 and #313, and also #200. Given those, I see this as a dup and suggest you close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants