How can I build pyv8 from source on FreeBSD against the v8 port?
- by Utkonos
I am unable to build pyv8 from source on FreeBSD. I have installed the /usr/ports/lang/v8 port, and I'm running into the following error. It seems that pyv8 wants to build v8 itself even though v8 is already built and installed. How can I point pyv8 to the already installed location of v8?
# python setup.py build
Found Google v8 base on…