Hello all,
I have a basic C project (no U.I. yet) running on Xcode 1.2 in OS X 10.3,
and wanted to work on it at home also, so I copied the project to a Mac Mini
running OS X 10.4 and Xcode 2.1. As I expected, when I opened the project on
the Mac Mini, Xcode asked me if I wanted to upgrade the project to the
latest version, so I did so. Everything seemed fine until I went to Build
the project, when it failed as it couldn't find /usr/bin/gcc-3.3.
I looked in the packages to install gcc 3.3, but every time I try to install
it it tells me it can only be installed in OS X 10.3. Do I need to install
OS X 10.3 on the Mac Mini? When I upgrade my G5 to 10.4, will I get the same
problem? It seems such a trivial thing that I hope there is a simple
solution.