ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

require('process') dont work on MacOSX because module file is process.dylib #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
That seems *.dylib need be added to modules lookup.

Original issue reported on code.google.com by mr.ve...@gmail.com on 21 Dec 2009 at 12:37

GoogleCodeExporter commented 9 years ago
Current SConstruct file defines the process library to build as .so ... what SVN
revision are you experimenting with?

Original comment by ondrej.zara on 21 Dec 2009 at 7:19

GoogleCodeExporter commented 9 years ago
i don't know, some very old, because i can't build 
http://code.google.com/p/v8cgi/issues/detail?id=37

Original comment by mr.ve...@gmail.com on 21 Dec 2009 at 9:32

GoogleCodeExporter commented 9 years ago
v8cgi now builds on Mac OSX with latest v8. The process library is now compiled 
as .so.

Original comment by ondrej.zara on 7 Jan 2010 at 12:28