| Sign In/My Account | View Cart |
| Article: |
Building a Game Engine with Cocoa, Part 2 | |
| Subject: | FIXED: Incorrect Boolean login in NOTEQUAL_NSPOINTS? | |
| Date: | 2007-01-12 17:09:37 | |
| From: | ptwobrussell | |
|
Response to: FIXED: Incorrect Boolean login in NOTEQUAL_NSPOINTS?
|
||
|
It appears that the zip file that contains the project has gotten corrupted. I got an error from StuffIt as well as a CRC error from "unzip" when I downloaded it, so I believe this is your problem. I've notified the folks that produce the articles and they're working to get it updated.
|
||
Showing messages 1 through 2 of 2.
FIXED: Incorrect Boolean login in NOTEQUAL_NSPOINTS?
As for the errors mentioned about the arrays having incomplete element types, Ginkgo_52 is absolutely correct. I've been building with GCC 3.3, so I didn't notice those problems. The fix mentioned does indeed work. The only caveat I'd add is to use DIMENSION instead of hard coding 8 in those places where you have arrays defined as int[][].
Anyhow, just for informational purposes, you can also go into terminal and type "sudo gcc_select 3.3" (or whatever version you want) if you want to explicitly change the default version of gcc used.
I'll make these changes to the final project file for next time. Thanks again, Ginkgo_52, for the quick assist...I had initially thought that the corrupted project files might have somehow been the issue.