ho installato luarocks nel mio sistema operativo Windows XP (32 bit) seguendo le istruzioni disponibili sulInstallazione di luarocks luasocket usando
http://luarocks.org/en/Installation_instructions_for_Windows
installare luasocket da luarocks comando ho usato "luarocks installare luasocket" al comando richiesta. ma si è verificato un errore:
**Warning: Failed searching manifest: Failed loading manifest: Failed fetching man
ifest for http://luarocks.org/repositories/rocks - Error fetching file: Failed d
ownloading http://luarocks.org/repositories/rocks/manifest
Error: No results matching query were found.**
quindi non è stato possibile trovare il file luasocket.rock. Ho scaricato il file luasocket-2.0.2-5.src.rock dal link:
http://luarocks.org/repositories/rocks/
Ora ho provato ad installare questo file utilizzando il comando .rock luarocks installare luarocks install "C : \ Documents e Settings \ Ankur_Gupta37 \ Desktop \ LuaRocks \ 2.1 \ lua \ luarocks "
(ho messo luasocket-2.0.2-5.src.rock alla posizione" C : \ Documents and Settings \ Ankur_Gupta37 \ Desktop \ luaRocks \ 2.1 \ Lua \ luarocks \ luasocket-2.0.2- 5.src.rock ")
ma ancora una volta si è conclusa con un errore:
**set INCLUDE=C:/Documents and Settings/Ankur_Gupta37/Desktop/LuaRocks/2.1/include
;%INCLUDE% &set LIB=C:/Documents and Settings/Ankur_Gupta37/Desktop/LuaRocks/2.1
;%LIB% &msbuild /p:"VCBuildAdditionalOptions= /useenv" luasocket.sln &mkdir mime
& mkdir socket &cp src/mime.dll mime/core.dll &cp src/socket.dll socket/core.dl
l
'msbuild' is not recognized as an internal or external command,
operable program or batch file.
cp: cannot stat `src/mime.dll': No such file or directory
cp: cannot stat `src/socket.dll': No such file or directory
Error: Build error: Failed building.**
qualsiasi organismo dirmi il problema e la sua soluzione ..
ovviamente avete bisogno del compilatore C. È possibile controllare [MinGW] (http://sourceforge.net/projects/mingw). Ha Windows Installer. – moteus
Aveva lo stesso problema ma su Linux, questo lo risolse, aveva la sensazione che fosse dovuto alla versione. – dead