Opened 7 years ago
Last modified 5 months ago
#56415 new defect
vapor @2.2.4: can't find proj headers
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | Veence (Vincent) | |
Port: | vapor |
Description
MetadataWRF.cpp:12:10: fatal error: 'proj_api.h' file not found #include "proj_api.h" ^~~~~~~~~~~~ 1 error generated.
Probably related to recent rearrangement of proj ports.
Change History (3)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 18 months ago by ryandesign (Ryan Carsten Schmidt)
Still happening today; here's a current log:
comment:3 Changed 5 months ago by barracuda156
It probably needs explicit pointing to headers, and possibly explicit configure option to use proj_api.h
or not.
There are a number of R
packages using those, like:
build.args-append --configure-args="--with-proj-include=${prefix}/lib/${proj_v}/include \ --with-proj-lib=${prefix}/lib/${proj_v}/lib \ --with-proj-share=${prefix}/lib/${proj_v}/share/proj"
Note: See
TracTickets for help on using
tickets.
This is still happening. vapor hasn't been buildable for over 4 years now. Shall we just remove it since it seems nobody cares?