Questions tagged [openstep]

4 questions
6
votes
3 answers

How up to date is OpenStep as a development Environment?

Long time ago, the Game Developer magazine published an article about ID Software and their DOOM game. In the article ID states that they used a NeXT Step machine for development with GNU GCC cross compiler. Quoting: By writing in ANSI C on…
Paulo Lopes
  • 5,845
  • 22
  • 31
2
votes
2 answers

Problem compiling gnustep-gui-0.16.0 undefined reference to png_sizeof

I'm trying to compile GNUstep on a linux box but gnustep-gui-0.16.0 package is failing. I downloaded GNUstep Startup stable 0.20.1 (http://wwwmain.gnustep.org/resources/downloads.php)and follow instructions about how to compile (./configure &&…
stefanB
  • 77,323
  • 27
  • 116
  • 141
2
votes
3 answers

Writing a string to disk in OPENSTEP (YellowBox)

I'm debugging an old OPENSTEP (YellowBox) app, written in Objective-C, running on Windows 2000, built with Project Builder. The only easy way I can find to write a string to disk in Obj-C is [NSString writeToFile], a Cocoa/iOS-era method which…
Dov
  • 15,530
  • 13
  • 76
  • 177
1
vote
0 answers

Solution to read data from NeXT/Apple typedstream data, little endian, version 4, system 1000

An application that I am currently working on contains several files of the above mentioned type. These files are created using NSArchiver from an legacy framework called OpenStep. If I am correct than this is a data format which was used pre and…