Mr_Boo_Berry
Mr_Boo_Berry
@devinacker the branch @Optiroc maintains builds fine with Qt5. Maybe the Qt5 support can be pulled in?
Looks like it changed again (Qt4 instructions, that is). I can no longer build bsnes-plus on macOS using Qt@4, nor can I build Optiroc's Qt5 fork using brew's Qt5 or...
``` rcc ui-qt/resource/resource.qrc -o obj/resource.rcc make: rcc: No such file or directory moc -i ui-qt/application/application.moc.hpp -o obj/application.moc make: moc: No such file or directory moc -i ui-qt/base/about.moc.hpp -o obj/about.moc make:...
Getting somewhere now, but it eventually fails; ``` In file included from ui-qt/main.cpp:1: ui-qt/ui-base.hpp:5:10: fatal error: 'QApplication' file not found #include ^ In file included from ui-qt/base/base.cpp:1: ui-qt/base/../ui-base.hpp:5:10: fatal error:...
Did everything over from scratch, it's working now (for your Qt5 builds, which are great BTW! But you've left off the export part of the macOS build instructions). Now, regarding...
So another new macOS install, more build problems! Mainly trying to build your fork @Optiroc for the mouse/joypad improvements. export qtpath=$HOME/Qt5.8.0/5.8/clang_64 is in .bash_profile Here's the compiler invocations: ``` clang++...
Yep, that works, thanks! Strange, it's set correctly in ~/.bash_profile and I don't see any issues. I hope it's not some sort of macOS issue.
Output for each: ``` Michaels-iMac:~ michael$ echo $qtpath /Users/michael/Qt5.8.0/5.8/clang_64 Michaels-iMac:~ michael$ Michaels-iMac:~ michael$ $qtpath/bin/moc --version moc 5.8.0 Michaels-iMac:~ michael$ cat $qtpath/lib/QtWidgets.framework/Versions/Current/Headers/QApplication #include "qapplication.h" ``` However, with your latest commit within...
This should be re-tested as soon as possible with the latest firmware that was released two days ago. If it still doesn't work, there's new CD timing sliders which can...
With the new official v4.,8 firmware release, I can confirm this issue still exists. P.S. It probably would've been helpful to clarify that it's **Tiny Toon Adventures - Buster's Hidden...