mehdigriche / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

FreeBSD compilation error #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try installing from SVN

What is the expected output? 
Installation is expected.

What do you see instead?
Bugs with wrong readings of Makefile and failure of make dependencies. Then 
errors without v8_base and snapshot

What version of the product are you using? On what operating system?
FreeBSD 8.2-STABLE amd64

Please provide any additional information below.
Fix may be done with add check to setup.py
make = 'make'
if is_freebsd: make = 'gmake'
and replacing two cmdlines with 'make... make+'...

Original issue reported on code.google.com by equ...@gmail.com on 25 Jan 2013 at 1:50

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 1 Feb 2013 at 1:59

GoogleCodeExporter commented 8 years ago
Please verify it with SVN trunk code after r473, thanks

Original comment by flier...@gmail.com on 2 Feb 2013 at 2:13