Steven, John,
do you realize that you both get the same compiler errors (!?), while Hank (Mac) and Toti and I (LInux) are doing fine. So please let's compare the respective compiler versions involved...
I thought I'd start this thread since both John and I are having trouble compiling the new FT1.1 version and seem to be having the same problem DESPITE him being on Linux (?) and me being on a Mac.
To help clear things up, I am using Xcode 2.1 on the Mac (OS 10.4.2). I believe Xcode is using GCC 4.0 - but I can't verify that for sure b/c I don't really have any frickin' idea what any of that means.
However, John... perhaps you could weigh in with your stats? And perhaps some coders out there can weigh in on what we can do to tweak the code to enable compiling?
My error is reported here: http://celestiaproject.net/forum/viewtopic.php?p=60943#60943
John's error is thus:
john Van Vliet wrote:hi For fedora4 -Gnome config runs fine
./configure --with-gnome --with-lua=/usr --prefix=/usr/Celestia
BUT
make ( becides 100's of warning: ?€?????????€™ has virtual functions but non-virtual destructor ) i am getting an error in staroctree.cpp
........................
staroctree.cpp:67: error: too few template-parameter-lists
staroctree.cpp:69: error: too few template-parameter-lists
staroctree.cpp:71: error: too few template-parameter-lists
staroctree.cpp:73: error: too few template-parameter-lists
.....................
and after comenting this out and redoing make
i get the same error in dsooctree.cpp lines 61 to 63
We're both getting the "too-few-templates parameter" error. Thoughts anyone?