SDLBook icon indicating copy to clipboard operation
SDLBook copied to clipboard

Empty black screen when built on MacOS

Open hito16 opened this issue 7 months ago • 2 comments

I installed the dependencies using brew, and I was able to compile it. I tried both djvu and pdf files. The window opened and the title listed the correct number of pages for each. However, the screen was black. When I pressed "F1", I did see an "N" appear in a white colored font briefly.

24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:26 PDT 2025; root:xnu-11417.121.6~2/RELEASE_X86_64 x86_64

I was hoping to build this on MacOS, and later on the WiiU.

Thanks in advance.

hito16 avatar May 26 '25 07:05 hito16

did you build against SDL2 using make SDL2=1 ? (run make clean just in case before that if you didnt)

rofl0r avatar May 26 '25 10:05 rofl0r

I will try that and get you the data on the results, but I will probably move forward with something else for the WiiU. The SDLBook code was very informative and helped me write an even more minimal "minimal"SDL reader last week. Cheers. https://github.com/hito16/SDLReader

hito16 avatar Jun 05 '25 18:06 hito16