Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2020 12:41:59 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        portmaster@BSDforge.com, freebsd-python <freebsd-python@freebsd.org>
Subject:   Re: Including the correct (python version) include path
Message-ID:  <c3e1ec86-023f-32bb-5360-3d31ae63a7c2@FreeBSD.org>
In-Reply-To: <fd53945df3f406a8e3062ad3a7ec8136@udns.ultimatedns.net>
References:  <fd53945df3f406a8e3062ad3a7ec8136@udns.ultimatedns.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <Python.h>
> line.
> USES= python:3.5+
> doesn't seem to populate -I for my needs. If the user has
> 3, or 4 versions it seems harder. Not to mention if malloc
> option was added, which appends an m to ${PYTHON_SUFFIX}
> How does everyone deal with this sort of thing?
> 
> Thank you for all your time, and consideration.
> 
> --Chris
> 
> 
> _______________________________________________
> freebsd-python@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-python
> To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org"

USES=localbase[:ldflags] or set them (CFLAGS+=, LDFLAGS+=) individually.

If you have any other issues or need help, jump on #freebsd-python on 
freenode IRC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c3e1ec86-023f-32bb-5360-3d31ae63a7c2>