the-infocom-files / bureaucracy

Bureaucracy
8 stars 2 forks source link

Doesn't build under Linux #3

Closed eriktorbjorn closed 5 years ago

eriktorbjorn commented 5 years ago

When trying to build the game under Linux, you get this somewhat unhelpful error:

[error MDL0604] bureaucracy.zil:33: INSERT-FILE: file not found: mumble

Actually, mumble.zil is there. The problem is that mumble.zil does this:

<LD-FILE "SS:<BUREAUCRACY>TEXT.FILE">

If I change that to

<LD-FILE "SS:<BUREAUCRACY>text.file">

it builds just fine. (Well, there are plenty of warnings with the development version of Zilf, but they're mostly about unused variables.)

AlexProudfoot commented 5 years ago

Oops, let’s handle this as a hotfix.

AlexProudfoot commented 5 years ago

Try that please.

eriktorbjorn commented 5 years ago

The "hotfix" branch builds without any unexpected problems.