You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried compiling the source code (from the .sit file) on 3 different Macs (OS 8.6, 9, and 10.4 in Classic) using CW 10 Gold, and on every machine the final link fails with "Not enough room in heap zone".
The problem appears to be 2dLib: either the code or data field for 2dLibPPC will be way too big, and the total fields at the bottom add up into the hundreds of MB. The code/data sizes in the 2dLib project look fine, and the file itself is 532 KB, all normal. Removing and re-adding the library to the Shock project doesn't seem to help, neither do different compile options.
Has anyone else come across this problem?
The text was updated successfully, but these errors were encountered:
I've tried compiling the source code (from the .sit file) on 3 different Macs (OS 8.6, 9, and 10.4 in Classic) using CW 10 Gold, and on every machine the final link fails with "Not enough room in heap zone".
The problem appears to be 2dLib: either the code or data field for 2dLibPPC will be way too big, and the total fields at the bottom add up into the hundreds of MB. The code/data sizes in the 2dLib project look fine, and the file itself is 532 KB, all normal. Removing and re-adding the library to the Shock project doesn't seem to help, neither do different compile options.
Has anyone else come across this problem?
The text was updated successfully, but these errors were encountered: