10-31-2020, 12:17 AM
(This post was last modified: 10-31-2020, 12:22 AM by TheEmeraldFalcon.)
I'm on Windows, I downloaded the x64 version off of itch.io. I've got mingw, that works fine. However, upon compiling it told me it couldn't find the .lib file. I fixed this by renaming the x64 folder, inside the lib folder, to Win32. That fixed that error, but now, when I try to run any of the samples, it tells me:
collect2.exe: error: ld returned 1 exit status
Makefile:42: recipe for target 'barrel' failed
mingw32-make: *** [barrel] Error 1
I'm using the barrel sample for this, but the same happens with the other examples.
I should also add that with the mode7 example, before it gave me that error message, it's giving me tileset errors. I think these errors might be being caused by the examples being out-of-date, but I'm not sure.
collect2.exe: error: ld returned 1 exit status
Makefile:42: recipe for target 'barrel' failed
mingw32-make: *** [barrel] Error 1
I'm using the barrel sample for this, but the same happens with the other examples.
I should also add that with the mode7 example, before it gave me that error message, it's giving me tileset errors. I think these errors might be being caused by the examples being out-of-date, but I'm not sure.