ic-scm / openrevolution

C/C++ BRSTM and other format tools
GNU General Public License v3.0
50 stars 6 forks source link

build #1

Closed deejay87 closed 4 years ago

deejay87 commented 4 years ago

Hi Trying to build on windows, got this error

src/rt_player/main.cpp:12:10: fatal error: termios.h: No such file or directory 12 | #include | ^~~ compilation terminated.

Thanks

ic-scm commented 4 years ago

I'm not sure if you can get termios to work with the standard windows compiler but you should be able to build this with mingw or something similar, and if you care only about the converter and not the player you can just ignore that error.

FreeApp2014 commented 4 years ago

Agree, got this to build on windows 10 using MSYS2 and it works just fine

deejay87 commented 4 years ago

i have test with MSYS2

$ sh build.sh Building player... src/rt_player/main.cpp:12:10: fatal error: termios.h: No such file or directory 12 | #include | ^~~ compilation terminated. Building converter...

But with this one is the same, i have the .exe converted but don't know if this can create a problem :)

ic-scm commented 4 years ago

I don't know how to fix this, ask someone who knows stuff about msys2 and like I said before if you only care about brstm_converter you can just ignore that error and use the converter

deejay87 commented 4 years ago

oki thanks