milkytracker / MilkyTracker

An FT2 compatible music tracker
http://milkytracker.github.io/
Other
1.67k stars 160 forks source link

SDL build on Haiku nightly builds has white window instead of interface #306

Open hfsfox opened 1 year ago

hfsfox commented 1 year ago

When I tried to build milkytracker on Haiku(nightly build hrew56894) with cmake instead of jam(because have build failure) I add "be" to linked libraries in /src/ppui/osinterface/CMakeLists.txt and build continued, but program start with window filled with white color and without warnings on terminal

coderofsalvation commented 1 year ago

could you get this to work eventually? Any idea which milkytracker/haiku version-combination DID work for you ?

coderofsalvation commented 10 months ago

ps. have you tried running NO_OPENGL=1 ? That stops Milkytracker from forcing SDL in OPENGL mode. see https://github.com/milkytracker/MilkyTracker/blob/master/docs/readme_unix#L62