SagaPDev / Godot-SDL-Gyro

Add Gamepad Gyro Funtionality to Godot
MIT License
26 stars 3 forks source link

Build Failing on Windows #7

Closed SagaPDev closed 5 months ago

SagaPDev commented 5 months ago

I cannot continue with the compilation of the addon because it does not open SDL2.lib, I don't know what to do

Originally posted by @ThePhantomMask in https://github.com/SagaPDev/Godot-SDL-Gyro/discussions/6

SagaPDev commented 5 months ago

@ThePhantomMask i push some small changes to the SConstruct file, the errors you are having leave me to believe that maybe you don't have MinGW installed or scons is not piking your minGW installation.

pull the latest changes to the Sconstruct file, and compile the project with scons use_mingw=yes -Q and show me the output to make sure

If this is the case check here for ways to install it (in my windows environment i used scoop)

ThePhantomMask commented 5 months ago

@ThePhantomMask i push some small changes to the SConstruct file, the errors you are having leave me to believe that maybe you don't have MinGW installed or scons is not piking your minGW installation.

pull the latest changes to the Sconstruct file, and compile the project with scons use_mingw=yes -Q and show me the output to make sure

If this is the case check here for ways to install it (in my windows environment i used scoop)

It works for me now...thanks for the help