ClosestStorm / v8cgi

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

v8cgi.exe needs a --version switch. #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Usability feature request.

Original issue reported on code.google.com by habi...@gmail.com on 17 Feb 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Makes sense :)

Original comment by ondrej.zara on 17 Feb 2010 at 11:08

GoogleCodeExporter commented 9 years ago
Commited in r779. The relevant command line switch is "-v".

Original comment by ondrej.zara on 22 Feb 2010 at 3:19

GoogleCodeExporter commented 9 years ago
nice ^^ thank you..

Original comment by chosenpe...@gmail.com on 22 Feb 2010 at 11:57

GoogleCodeExporter commented 9 years ago
// wrong result.. T_T
# v8cgi -v
Nothing to do :)
# v8cgi -h
Nothing to do :)
# v8cgi /tmp/index.sjs
dummy console
# v8cgi -v /tmp/index.sjs
dummy console

// compilation:
Checked out revision 779.
scons: Reading SConscript files ...
Checking for C header file sys/mman.h... (cached) yes
Checking for C function sleep()... (cached) yes
Checking for C library v8... (cached) yes

scons: warning: Two different environments were specified for target src/gc.os,
        but they appear to have the same action: $SHCXX -o $TARGET -c $SHCXXFLAGS
$SHCCFLAGS $_CCCOMCOM $SOURCES
File "/home/kyz/Repository/v8cgi/SConstruct", line 211, in <module>

scons: warning: Two different environments were specified for target src/gc.os,
        but they appear to have the same action: $SHCXX -o $TARGET -c $SHCXXFLAGS
$SHCCFLAGS $_CCCOMCOM $SOURCES
File "/home/kyz/Repository/v8cgi/SConstruct", line 223, in <module>

scons: warning: Two different environments were specified for target src/gc.os,
        but they appear to have the same action: $SHCXX -o $TARGET -c $SHCXXFLAGS
$SHCCFLAGS $_CCCOMCOM $SOURCES
File "/home/kyz/Repository/v8cgi/SConstruct", line 291, in <module>
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.

Original comment by chosenpe...@gmail.com on 23 Feb 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Sorry, my bad, forgot to uncomment one line :) Try now please (r780)...

Original comment by ondrej.zara on 23 Feb 2010 at 6:40