You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build with make pdp11 I get the following message:
*** No SDL ttf support available. BESM-6 video panel disabled.
If I build with make pdp11 besm6, I don't.
In reviewing the makefile, it looks like SDL ttf support is only enabled when video_ldflags, fontfile, and the besm6 flag is provided. It seems like pdp11 alone ought to enable it.
Here is the relevant snippet showing the logic that causes the error message from the makefile (lines 740-741):
ifeq (,$(and ${VIDEO_LDFLAGS}, ${FONTFILE}, $(BESM6_BUILD)))
$(info *** No SDL ttf support available. BESM-6 video panel disabled.)
It seems to be a make issue, but here's the sim version that get's built:
PDP-11 simulator Open SIMH V4.1-0 Current git commit id: ffe537a6
sim> show version
PDP-11 simulator Open SIMH V4.1-0 Current
The text was updated successfully, but these errors were encountered:
When I build with
make pdp11
I get the following message:If I build with
make pdp11 besm6
, I don't.In reviewing the makefile, it looks like SDL ttf support is only enabled when video_ldflags, fontfile, and the besm6 flag is provided. It seems like pdp11 alone ought to enable it.
Here is the relevant snippet showing the logic that causes the error message from the makefile (lines 740-741):
It seems to be a make issue, but here's the sim version that get's built:
The text was updated successfully, but these errors were encountered: