| Summary: | Compilation error | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Krisztian Koves <krisztiankoves> |
| Component: | *don't know* | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | bombasticbryan, computers57 |
| Version: | 1.2.13 | Keywords: | target-1.2.14 |
| Hardware: | PowerPC | ||
| OS: | Mac OS Classic | ||
| Attachments: |
Word document of MPW's error message
MPW export list with carriage return line endings |
||
Tagging this bug with "target-1.2.14" so we can try to resolve it for SDL 1.2.14. Please note that we may choose to resolve it as WONTFIX. This tag is largely so we have a comprehensive wishlist of bugs to examine for 1.2.14 (and so we can close bugs that we'll never fix, rather than have them live forever in Bugzilla). --ryan. I'm not able to test this from here, but it looks like a file has the wrong endline characters and MPW doesn't like it. It appears to think the list of exported symbol names is all one big symbol. Probably the culprit is SDL.shlib.r ... Sam, do you even still have a box that can run MPW? --ryan. I just downloaded the latest SDL 1.2 snapshot and built it under MPW on Mac OS 9 with no problems: http://www.libsdl.org/tmp/SDL-1.2.zip Did you unpack MPWmake.sea and move SDL.make into the SDL-1.2.14 folder and set the working directory of MPW to that folder? Are you still getting the error with the latest snapshot? If so, what are you using to unpack SDL? (In reply to comment #3) I did unpack it and move the MPWMake file to the right place, as well as anything else that needed moving, but still those errors came up that are listed in the Word document. I was using MPW on Mac OS 8.6. Created attachment 421 [details]
MPW export list with carriage return line endings
Can you try this SDL.x export file?
It goes in src/main/macos/exports
Thanks!
... Actually, I converted all the .r files to Mac carriage return line endings. You can try it out here: http://www.libsdl.org/tmp/release/SDL-1.2.14.zip (In reply to comment #5) > Can you try this SDL.x export file? > It goes in src/main/macos/exports From my own experience compiling SDL using MPW, MPW needs all files to have the filetype 'TEXT'. Anything else and MPW complains that it's not a text file (even if it is). I'm waiting for a response from the original author. I think this is fixed, and there's no response from the original author, so I'm closing this for now. Please reopen it if it's not fixed in the SDL 1.2.14 release. :) |
Created attachment 350 [details] Word document of MPW's error message I could not compile SDL with MPW. I have attached a Word document that contains the error messages that MPW output.