Okay, both machines are on 64bit distros. Linux version 2.6.28-15-
generic (buildd@yellow) (Ubuntu 4.3.3-5ubuntu4). Also both machines
have an identical gcc -v, here:
chris@chris-desktop ~ $ gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/
usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-
included-gettext --enable-threads=posix --enable-nls --with-gxx-
include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-
clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --
with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --
host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
Both machines are giving slightly different problems from a fresh
checkout - the first one:
In file included from include/G3D/Color3.h:22,
from include/G3D/Color4.h:22,
from /home/chris/Desktop/G3D/G3D.lib/source/
Color4.cpp:16:
include/G3D/HashTrait.h:41: error: redefinition of ‘struct
HashTrait<long unsigned int>’
include/G3D/HashTrait.h:37: error: previous definition of ‘struct
HashTrait<long unsigned int>’
845s (Atom CPU)
And the second machine:
In file included from include/G3D/Vector2int16.h:18,
from /home/chris/Desktop/G3D/G3D.lib/source/
Vector2int16.cpp:12:
include/G3D/HashTrait.h:41: error: redefinition of ‘struct
HashTrait<long unsigned int>’
include/G3D/HashTrait.h:37: error: previous definition of ‘struct
HashTrait<long unsigned int>’
161s (i7 CPU)
I've got to get back to work and don't have time to go through the
removing definition errors again today, so will email you both a VNC
IP and Password for the second machine which has a CVS checkout from
today, should you wish to remotely connect to it and debug/recompile,
using something like Vinagre.
~Chris
@ Durham Univeristy,
Ph.D Research Computer Graphics
www.cwkx.com
On Nov 26, 4:36 am, Morgan McGuire <
morga...@gmail.com> wrote:
> Are you on a 64-bit OS, perhaps? We haven't been testing sufficiently
> on 64-bit lately. Please do post the output Corey wants so we can
> debug.
>
> -m
>
> Prof. Morgan McGuire
> Computer Science Department
> Williams Collegehttp://
cs.williams.edu/~morgan
>
>
>
> On Wed, Nov 25, 2009 at 8:12 PM, corey taylor <
corey.tay...@gmail.com> wrote:
> > That is very odd. I can understand the long unsigned int issue but that's
> > the only recent change.
>
> > Please post the output from gcc -v and some examples of other redefinition
> > errors.
>
> > corey
>