Results 30 comments of Albert Huang

Thanks for the encouragement! I had a LOT of help from one of the original developers of Wabbitemu, who really brought a majority of the functionality to wxWabbitemu today. That...

@Fabian42 I haven't been able to commit any time on my projects, unfortunately - and this includes wxWabbitemu as well. The comment I made above still stands, where this project...

Try adding -fPIC to the CCFLAGS/CXXFLAGS when building, e.g. `make CCFLAGS=-fPIC CXXFLAGS=-fPIC` and see if that helps you at all.

Interesting that you'd have to add it directly... glad to hear that it's working for you now! The alternative is that Premake provides some sort of option to let you...

Tossed in an experimental CMake + Meson build spec for this: https://github.com/alberthdev/wxwabbitemu/commit/cca4d55 Please try it out! It's likely that one of these will replace premake as the build system for...

Agreed. I'm assuming you're referring to the Debian packages, right? These are built with the checkinstall tool called from [here](https://github.com/alberthdev/spasm-ng/blob/master/Makefile#L76), so if we just conditionally change the package name to...

Can confirm that this fixed my issue: ``` albert@debian:/usr/lib/keepass2/Plugins$ ps -Af | grep kee albert 2984 1 0 Oct26 ? 00:26:27 /usr/bin/cli /usr/lib/keepass2/KeePass.exe albert 3754 1 3 13:00 ? 00:00:02...

First and foremost, thank you for packaging this for Fedora! Regarding licensing, I was under the impression that the entire codebase (from the original SPASM) is GPLv2. That said, I...

I think we may need to email TI to ask for clarification, as this may be the only way to know for sure. (It looks like the idea of doing...

Somewhat curious... does the original spasm exhibit this sort of behavior? It looks like [export.cpp line 267](https://github.com/alberthdev/spasm-ng/blob/master/export.cpp#L267) seems to imply that they really want 8 characters... That said... according to...