Page 1 of 1

Build kanjitalk755 code under Windows?

Posted: Mon Jan 14, 2019 5:53 pm
by emendelson
Before I spend a lot of time re-inventing the wheel, here's a question:

Has anyone built kanjitalk755's macemu code (for SS and BII) under Windows? If so, is there any hope that you might post a tutorial?

Thank you!

Re: Build kanjitalk755 code under Windows?

Posted: Mon Jan 14, 2019 8:16 pm
by emendelson
Well, that turned out to be a lot easier than I expected. Essentially, the wiki gives the method, but it's a lot simpler with kanjitalk755's code than the original code.

SheepShaver seems very slow (even with JIT turned on), compared to the download on this site, but I'll try to experiment.

If anyone wants a building guide, I'll try to write one.

Re: Build kanjitalk755 code under Windows?

Posted: Mon Jan 14, 2019 9:38 pm
by Cat_7
Certainly, our building guide needs an update!

Best,
Cat_7

Re: Build kanjitalk755 code under Windows?

Posted: Tue Jan 15, 2019 9:36 am
by kanjitalk755
emendelson wrote:SheepShaver seems very slow (even with JIT turned on), compared to the download on this site, but I'll try to experiment.
My SheepShaver build for Windows does not support JIT compiler.
If making JIT enabled forcibly, it will crash.
But JIT version can be downloaded from this forum.
I'd be pleased to know which source (Git commit ID) is used for the JIT version.

Re: Build kanjitalk755 code under Windows?

Posted: Tue Jan 15, 2019 12:40 pm
by emendelson
kanjitalk755 wrote: My SheepShaver build for Windows does not support JIT compiler.
If making JIT enabled forcibly, it will crash.
OK - Thank you for explaining that. I'll make it clear when I prepare a compiling guide.

Re: Build kanjitalk755 code under Windows?

Posted: Sat Jan 19, 2019 5:31 pm
by emendelson
I spoke too soon. When I built kanjitalk755's BasiliskII code in Windows, I wasn't able to make a static-build version. It only ran because C:\MinGW\bin was in my PATH.

I'll continue to work on this, but I'm not sure I'll be able to solve it.

Re: Build kanjitalk755 code under Windows?

Posted: Sun Jan 20, 2019 10:16 am
by kanjitalk755
I have changed BII/SS build for Windows to static linked.
The size will increase, but it will be more convenient.

Re: Build kanjitalk755 code under Windows?

Posted: Sun Jan 20, 2019 6:30 pm
by emendelson
Thank you, kanjitalk755. That worked perfectly. I'll post a building guide in the BasiliskII forum.