Hello there,

I was using Visual Studio 2010 & Emscripten 1.29.0 on a Windows 8 machine 
to run a simple helloworld.cpp application, and it generated the .JS file 
correctly. But when I tried a more complex application (ZLIB), I got the 
following error:

2>  ClCompile:
2>    c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c 
/I"C:\Temp\ZLIB" /I"C:\Temp\ZLIB-build" /nologo /W1 /WX- /O2 /Oy- /D 
"CMAKE_INTDIR=\"Debug\"" /D zlib_EXPORTS /D _WINDLL /D _MBCS /Gm- /MD /GS 
/fp:precise /Zc:wchar_t /Zc:forScope /Fo"zlib.dir\Debug\\" 
/Fd"zlib.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue 
..\ZLIB\adler32.c ..\ZLIB\compress.c ..\ZLIB\crc32.c ..\ZLIB\deflate.c 
..\ZLIB\gzio.c ..\ZLIB\inffast.c ..\ZLIB\inflate.c ..\ZLIB\inftrees.c 
..\ZLIB\trees.c ..\ZLIB\uncompr.c ..\ZLIB\zutil.c  -Wno-warn-absolute-paths 
-s ALLOW_MEMORY_GROWTH=1 -s ASSERTIONS=1 --memory-init-file 0 -g 
2>cl : Command line error D8021: invalid numeric argument 
'/Wno-warn-absolute-paths' [C:\Temp\ZLIB-build\zlib.vcxproj]
2>  Done Building Project "C:\Temp\ZLIB-build\zlib.vcxproj" (default 
targets) -- FAILED.
2>  Done Building Project "C:\Temp\ZLIB-build\ALL_BUILD.vcxproj" (default 
targets) -- FAILED.

I am pretty new to Emscripten development. Any thoughts on how to fix the 
error? Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to