Re: pkg-config v. -I/opt/local/include

2016-01-13 Thread Craig Treleaven
> On Jan 13, 2016, at 2:19 AM, Ryan Schmidt wrote: > > On Jan 12, 2016, at 1:05 PM, Craig Treleaven wrote: >> On Jan 12, 2016, at 4:09 AM, Ryan Schmidt wrote: >>> On Jan 11, 2016, at 9:03 AM, Craig Treleaven wrote: I’m having buiild failures due to includes pointing

Re: pkg-config v. -I/opt/local/include

2016-01-13 Thread Ryan Schmidt
On Jan 13, 2016, at 6:37 AM, Craig Treleaven wrote:On Jan 13, 2016, at 2:19 AM, Ryan Schmidt wrote:On Jan 12, 2016, at 1:05 PM, Craig Treleaven wrote:Adding 'configure.env-append    PKG_CONFIG_SYSTEM_INCLUDE_PATH=${prefix}/include’  makes the MythTV build work the way it does on Linux (aka

Re: pkg-config v. -I/opt/local/include

2016-01-13 Thread Brandon Allbery
On Wed, Jan 13, 2016 at 2:19 AM, Ryan Schmidt wrote: > But is that because -I/opt/local/include then gets inserted into the > correct place in the compile line, or because -I/opt/local/include is > omitted from the compile line and it only works because MacPorts also >

Re: pkg-config v. -I/opt/local/include

2016-01-12 Thread Ryan Schmidt
On Jan 12, 2016, at 1:05 PM, Craig Treleaven wrote: > On Jan 12, 2016, at 4:09 AM, Ryan Schmidt wrote: >> On Jan 11, 2016, at 9:03 AM, Craig Treleaven wrote: >>> I’m having buiild failures due to includes pointing to old/other headers >>> installed in /opt/local/include. >>> >>> As I understand

Re: pkg-config v. -I/opt/local/include

2016-01-12 Thread Ryan Schmidt
On Jan 11, 2016, at 9:03 AM, Craig Treleaven wrote: > I’m having buiild failures due to includes pointing to old/other headers > installed in /opt/local/include. > > As I understand it, 'pig-config —cflags’ returns an empty string when a > header is installed in /usr/include. The port I’m

Re: pkg-config v. -I/opt/local/include

2016-01-12 Thread Craig Treleaven
> On Jan 12, 2016, at 4:09 AM, Ryan Schmidt wrote: > On Jan 11, 2016, at 9:03 AM, Craig Treleaven wrote: >> I’m having buiild failures due to includes pointing to old/other headers >> installed in /opt/local/include. >> >> As I understand it, 'pig-config —cflags’

Re: pkg-config v. -I/opt/local/include

2016-01-11 Thread Craig Treleaven
> On Jan 11, 2016, at 10:03 AM, Craig Treleaven wrote: > I’m having buiild failures due to includes pointing to old/other headers > installed in /opt/local/include. > > As I understand it, 'pig-config —cflags’ returns an empty string when a > header is installed in