-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General issue / question regarding MacApp availability #64
Comments
Huh, it looks as though the MacApp library is provided as source and headers, so in theory I could just copy them all into my app, or build the object files myself or something. |
Ok so I am trying to compile the Nothing.cp library using the object files, but I am getting these errors from the linker (?)
Not really sure what that means or whether there is a different incantation to make it work, here's the full output
|
Are you sure those MacApp object files are PPC? You can check with the filetype/creator type or by trying to run DumpXCoff (only works on PPC object files) and DumpOBJ (only works on 68k object files) on them.
|
Yeah it appears I don't have those object files and am unable to compile them myself sadly. What would these |
I'm using
MPWVersion ?= 3.4.2
and things have been working well, but I am now discovering that I could be getting my app up off the ground using the MacApp libraries, however they don't appear to be included in that version. I had thought that being the latest version available from the FTP server listed in the docs that it would contain the latest and greatest, but it appears (from the images I have unpacked) MacApp 3.1.1 is the latest version I have at my fingertips (inside E.T.O 15). My question is, is it going to work for me to drop the headers inside the ~/mpw folder and use the 3.4.2 tooling? Am I missing something? I'd really like to be able to use these Application Document and View classes.The text was updated successfully, but these errors were encountered: