Opened 6 years ago

Last modified 3 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 2 years ago by ryandesign (Ryan Carsten Schmidt)

This is still happening. vapor hasn't been buildable for over 4 years now. Shall we just remove it since it seems nobody cares?

comment:2 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)

comment:3 Changed 3 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.