Search found 4 matches

by blaise_rascal
Fri Oct 08, 2021 3:13 am
Forum: Compilation & Sources
Topic: Wagic on the FunKey S?
Replies: 8
Views: 4031

Re: Wagic on the FunKey S?

Yeah, I got sound working on the QT version when I installed a missing QT5 media library - easy enough. Anyway, I've been working on building Wagic for the FunKey, and today I had a breakthrough. What worked for me was to build a makefile using: qmake ../projects/mtg/wagic-SDL.pro CONFIG+=release CO...
by blaise_rascal
Mon Sep 27, 2021 12:10 am
Forum: Compilation & Sources
Topic: Wagic on the FunKey S?
Replies: 8
Views: 4031

Re: Wagic on the FunKey S?

You're right! It compiles and runs on ubuntu just fine. Yay! (Sound doesn't work, but that's probably fixable.) It helped me to upgrade to WTH 0.23.1. Previously I had tried to get 0.18.6 working, but that version uses a library called Phonon that is super deprecated. It might have other issues as w...
by blaise_rascal
Fri Sep 24, 2021 2:56 am
Forum: Compilation & Sources
Topic: Wagic on the FunKey S?
Replies: 8
Views: 4031

Re: Wagic on the FunKey S?

Thanks for the tips. When I run make x11 -j4 in projects/mtg, I get the following error: ../../Boost/boost/smart_ptr/shared_ptr.hpp:323:34: error: ‘template<class> class std::auto_ptr’ is deprecated [-Werror=deprecated-declarations] 323 | shared_ptr & operator=( std::auto_ptr<Y> & r ) Removing -Werr...
by blaise_rascal
Mon Sep 06, 2021 1:35 pm
Forum: Compilation & Sources
Topic: Wagic on the FunKey S?
Replies: 8
Views: 4031

Wagic on the FunKey S?

Greetings all. I've been working on a possible Wagic port for the FunKey S, a physically tiny retro console running a custom buildroot linux on an ARM processor: https://www.funkey-project.com/ Making SDL applications for the FunKey is pretty easy, and is described here: https://wiki.funkey-project....