1) the exit/quit/bye commands in sample/shell.js are indeed not
working on Windows. Sorry for that; Windows support is not the main
focus of v8cgi development. I will fix them it soon - the reason is
(of course) the different line ending (\r\n) on Windows. In the
meantime, try the exit() v8cgi function.
2) Windows build of v8cgi does not contain the "gl" module. I was not
able to build it on MinGW (it is a contributed code).
3) Finally, v8/v8cgi builds normally on MinGW *without* qt. I will
send you the exact build command tomorrow when I get to my Windows
building box. Please post any errors you encounter; it should be
pretty easy to solve them.
Sincerely,
Ondrej Zara
2012/2/16 LM <lme...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "v8cgi" group.
> To post to this group, send email to v8...@googlegroups.com.
> To unsubscribe from this group, send email to v8cgi+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/v8cgi?hl=en.
>
scons memcached=0 pgsql=1 reuse_context=0 fibers=0
mysql_path="c:/program files/mysql/include/" pgsql_path="c:/program
files/pgsql/include" cpppath="c:/program files/sqlite;c:/program
files/gd/include;c:\program
files\httpd\srclib\apr-util\include;c:/program
files/httpd/include;c:/program
files/httpd/srclib/apr/include;c:/program
files/pthreads-win32/include;d:/fcgi-2.4.0/include"
libpath="c:/program files/sqlite;c:/program files/gd/lib;c:/program
files/pgsql/lib;c:/program
files/pthreads-win32/lib;d:/fcgi-2.4.0/libfcgi/.libs" fcgi=0 tls=0
O.
2012/2/16 Ondřej Žára <ondre...@gmail.com>: