Hacker News new | ask | show | jobs
by ddalcino 683 days ago
Maybe someone here can do it, but I can't. The Makefile tries to include something at `/usr/lib/nib/app.make`, and I don't have anything there.

There are some clues at https://unix.stackexchange.com/questions/444717/how-to-compi... but I'm not sure I'm willing to dive down that rabbit-hole.

2 comments

That's "just" a makefile, which should be rather simple. The true challenge, apart from what was already mentioned as the probably incompatible API, the interface file itself, IB.nib, which is a serialization of the interface. Reading the file on latest macOS is still possible, but for deserialization it can't find some of the classes (e.g. StreamTable).

If you want to dig deeper, try the NeXTStep 3.3 developer disc: https://archive.org/details/nextstep3-3dev

> but I'm not sure I'm willing to dive down that rabbit-hole.

You know you wanna!