Hi!
Was wondering what function sets up a GNUstep environemtnt? Getting this error: GNUSTEP Internal Error: The private GNUstep function to establish the argv and environment variables was not called. Mismatched library versions between GNUstep Foundation (base) and AppKit (gui) is most often the cause of this message. Please be sure you are using known compatible versions and not a mismatched set. Generally, we recommend you use versions of base and gui which were released together. For more detailed assistance, please report the error to [email protected]. --- For context—I built a seperate framework that extracts some "GUI" classes with the intention to use them semantically on a server. (Such as NSImage, NSColor, NSFont...) I already went through the business of overriding / deleting some of the backend functions so that the classes would be "initalized" and wouldn't need to be rendered to screen. Stuck here. Where should I look? Thank you, G
