Quote:
| However, it does back up the other fellow's statement that having just Eclipse installed does not let you compile |
Um... If we are referring to the same person, he was saying at all, which is false. It is true Eclipse by itself does not contain a compiler, as I believe it depends on GCC, and assumes you have it installed. XCode also uses GCC so if you have XCode installed you should have GCC installed, but it doesn't seem like you have gcc installed, or else it is installed in a very nonstandard way as it is not in your PATH. Eclipse itself is a very specialised text editor when it comes down to it. Yes it is more han that, but in a very general sense all an IDE does is edit text in a certain way, I can and do program just using emacs on the Mac as that I personally find easiest. Believe me, you most certainly CAN compile C and C++ code on the Mac, I have done, and continue to do, it personally. Not only that I have converted XCode projects, which can just as easily be C and C++ I believe as Obj-C though I don't mess with that IDE, to straight command line compilations using SCons/GCC as well, and have done numerous compiles of other projects either by hand or via macports. Seablade