wxwabbitemu
wxwabbitemu copied to clipboard
wxWabbitemu, a cross-platform TI-8x emulator based on Wabbitemu
I am using Fedora 33 and I have encountered this error. `make[1]: Entering directory '/home/ivan/wxwabbitemu' make -C build wxWabbitemu make[2]: Entering directory '/home/ivan/wxwabbitemu/build' ==== Building wxWabbitemu (debug) ==== core.c In...
Consider adding this to the commands needed to install requirements for fedora, I had to run: `sudo dnf install wxGTK3-devel` To avoid the error: ` wx/wx.h: No such file or...
I ported wxWabbitemu to WASM [here](https://github.com/marwatk/wasmwabbitemu/). You can see it working [here](https://marwatk.github.io/wasmwabbitemu/). Best viewed on mobile. I ported it because I missed the app when switching to iPhone from Android....
21:58:01: Debug: Unrecognized accel key 'backspace', accel string ignored. fish: “./bin/wxWabbitemu” terminated by signal SIGSEGV (Address boundary error) I'm not sure how I should debug this, I can't work out...
Make process fails, due to switches that are incorrect. See attached log. (Log also shows other code issues.) I am on Fedora 28, 64-bit, kernel 4.19.4-200. [make.log](https://github.com/alberthdev/wxwabbitemu/files/2658559/make.log)
``` [0]thewatcher@thewatcher ~/Programming/wxwabbitemu/build λ sudo make install make: *** No rule to make target 'install'. Stop. ```
Today I found this project, and man I wish I found it earlier. It's really pretty good. I look foward to see this on the repositories. Keep up the good...
It would be nice if the skin image scaled as the window size changes. The image is rather small on a 14" 1920x1080 screen. In the Windows version , ths...
On Fedora 26, wxWabbitemu doesn't build out of the box. In build/Makefile, I had to add '-fPIC' after '-x c++' on line 36. The compiler version is gcc-7.2.1-2.fc26.x86_64.
So i just compiled and built wxwabbitemu using the instructions from this issue #15 trying to run wxwabbitemu after building it leads to this error. ```bash [1] 380249 segmentation fault...