guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.8k stars 223 forks source link

scons debug=0 error 127 #148

Closed qinyt closed 1 year ago

qinyt commented 5 years ago

When I use pacman to build on Windows, why do i get "scons debug=0 error 127" message ? I've installed all the requested packages in the discription. Any help

DeathDealer33 commented 5 years ago

I can't build on Windows currently either. It just needs to be fixed by @guillaumechereau

guillaumechereau commented 5 years ago

You shouldn't use:

scons debug=0

instead do:

scons mode=release

Or directly:

make release

Do you see any error message? Can you past the log of what you see exactly?