disconnect / apache-websocket

Apache WebSocket module
Apache License 2.0
196 stars 46 forks source link

General error c1010070 while installing #26

Open petapiomo opened 11 years ago

petapiomo commented 11 years ago

I have apache server installed my home computer. I tried install this to get apache-websocket. While installing general error c1010070 occur. Does anyone know how to solve this issue?

c:\users...>scons scons: Reading Sconscript files ... scons: done reading Sconscript files. scons: Building targets ... link /nologo /dll /out:mod_websocket.so "/LIBPATH:C:\Program Files\Apache Software Foundation\Apache2.2\lib" libapr-1.lib libaprutil-1.lib libhttpd.lib mod_websocket.obj Creating library mod_websocket.lib and object mod_websocket.exp mt.exe -nologo -manifes mod_websocket.so.manifest -outputresource:mod_websocket.so;2

mod_websocket.so.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.

scons: *\ [mod_websocket.so] Error 31 scons: building terminated because of errors..

disconnect commented 11 years ago

What version of Visual Studio are you using? If it is 2010 or 2012, you can probably ignore the manifest file. The mod_websocket.so file that was created is probably good.