Re: Including the correct (python version) include path

2020-03-03 Thread Chris
On Wed, 4 Mar 2020 12:41:59 +1100 ko...@freebsd.org said On 4/03/2020 5:58 am, Chris wrote: > I'm dragging some code into the 21st century. I'm happy to > say the python37 AST now gives it a clean bill of health. > But I'm (currently) only able to build it by prepending > the python && python-ve

Re: Including the correct (python version) include path

2020-03-03 Thread Kubilay Kocak
On 4/03/2020 5:58 am, Chris wrote: I'm dragging some code into the 21st century. I'm happy to say the python37 AST now gives it a clean bill of health. But I'm (currently) only able to build it by prepending the python && python-version to the #include line. USES= python:3.5+ doesn't seem to pop

Including the correct (python version) include path

2020-03-03 Thread Chris
I'm dragging some code into the 21st century. I'm happy to say the python37 AST now gives it a clean bill of health. But I'm (currently) only able to build it by prepending the python && python-version to the #include line. USES= python:3.5+ doesn't seem to populate -I for my needs. If the user h