programmingkidx

Results 41 comments of programmingkidx

Gcc 14 on Mac OS 12 also has a problem with std::locale. I believe it is related to this issue. I made the bug report here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119105

@void2012 I am guessing you want a source code debugger and not an assembly debugger like macsbug. @autc04 Maybe adding a source code debugger is a possible Google Summer of...

macsbug is what you want for assembly language viewing. I am pretty sure it ran on qemu-system-ppc with Mac OS 9.

Hi Kenu, did you ever try using an older version of VirtualBox to see if it would work again?

This is the version that works: https://download.virtualbox.org/virtualbox/5.2.44/VirtualBox-5.2.44-139111-OSX.dmg

I have not tried building the library on Mac OS 9. I assumed it would not work.

I would try but I don't know how to build it on Mac OS 9. The closest directions are for Mac OS X and up. These two operating systems are...

@jeremy-rifkin Thank you for deleting that message from 9291Sam.

I found a fix for this issue. It doesn't solve the problem with the regex class throwing a bad_cast https://github.com/autc04/Retro68/issues/282, but it does fix the problem with cout

I did make sure to use Apple's universal interfaces when I built Retro68. After some research I found out this issue is tied to the std::endl function. ``` cout