Posts for whitequill

Experienced Forum User
Joined: 2/1/2022
Posts: 3
whitequill wrote:
Dacicus wrote:
whitequill wrote:
I am having an issue with compiling FCEUX on msys2 with cmake. it says, -- Building for: Ninja.
Which version are you trying to build?
I'm trying to build fceux-2.6.6. the Release download from GitHub.
I ran ccmake .. -DQT6=1 I also made sure I had all of the dependencies: pacman -S mingw-w64-x86_64-lua51 pacman -S mingw-w64-x86_64-minizip-ng pacman -S mingw-w64-x86_64-SDL pacman -S mingw-w64-x86_64-qt6-base pacman -S mingw-w64-x86_64-ca-certificates pacman -S mingw-w64-x86_64-ccmake pacman -S mingw-w64-x86_64-ninja pacman -S mingw-w64-x86_64-meson Yes. I read the README.
Experienced Forum User
Joined: 2/1/2022
Posts: 3
Dacicus wrote:
whitequill wrote:
I am having an issue with compiling FCEUX on msys2 with cmake. it says, -- Building for: Ninja.
Which version are you trying to build?
I'm trying to build fceux-2.6.6. the Release download from GitHub.
Post subject: building FCEUX in msys2
Experienced Forum User
Joined: 2/1/2022
Posts: 3
I am having an issue with compiling FCEUX on msys2 with cmake. it says, -- Building for: Ninja. I know what Ninja/Meson is, but I don't know what to do compile at this point as the README hasn't been updated. If I run make nothing happens!