View previous topic :: View next topic |
Author |
Message |
Filipe_Br Master Cheater
Reputation: 3
Joined: 07 Jan 2016 Posts: 272 Location: My house
|
Posted: Tue Oct 30, 2018 8:13 am Post subject: How to compile luasockets 5.2 |
|
|
I'm trying to compile luasockets 5.2 in Visual Studio 2017, I just opened the luasocket.sln file and tried to compile.
I'm getting these errors:
Code: MSB3191
Description: Unable to create directory "z:\data\build\vc14\\bin\lua\5.3\Release\mime\". Could not find a part of the path 'z:\data\build\vc14\\bin\lua\5.3\Release\mime\'.
Project: mime
File: Microsoft.CppBuild.targets
Line: 405
Code: MSB3191
Description: Unable to create directory "z:\data\build\vc14\\bin\lua\5.3\Release\socket\". Could not find a part of the path 'z:\data\build\vc14\\bin\lua\5.3\Release\socket\'.
Project: socket
File: Microsoft.CppBuild.targets
Line: 405
Does anyone know how to solve it?
_________________
... |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Tue Oct 30, 2018 3:02 pm Post subject: |
|
|
Ensure the paths it's trying to access / create are valid and it has proper permissions.
_________________
- Retired. |
|
Back to top |
|
 |
|