Jonas Minnberg

Results 20 comments of Jonas Minnberg

I can't get it to work even with the manual mappings. Sadly this makes this plugin currently useless :(

Yeah, I need to remember to temporarily remove the current SDK while building... OSX makes it a bit tricky to target older versions. Will try to remember it for the...

Try the latest beta at http://apone.org/chipmachine/ It should target 10.10, but I have no way of testing.

Looks like an illegal opcode. I don't think I set any specific compiler flags...

You actually need a c++17 compiler now... so I think gcc 6 is too old

That was a good tip, should be fixed by bcfafa20

C++14 is set using a global property at the top of the CMakeLists.txt so I don't see a need for it to be set for each target ?

Is this a real problem for MSVC ? I don't see anything in the documentation that implies `CMAKE_CXX_STANDARD` is weaker than `target_compile_features(cxx_std_)` and I prefer to apply possibly ABI breaking...

This could work for some plugins, but many plugins are based on emulators that are not written to be reentrant and allow multiple versions to run simultaneously. But if I...

Like I tried to explain in my earlier comment, this i not possible for many plugins. UADE for instance, is based on the UAE amiga emulator and has lots of...