Quoting Adriaan de Groot <groot at kde.org>: > Building against current Dude packages in FOSS (of which x264 and xvid don't > build because I have the wrong C++ compiler) I've pushed kdesupport, kdelibs > kdepimlibs and kdebase forward to the point they compile (again, with the > wrong compiler) and run. There's a really bizzarre error in kdebase where a > C++ source file gets included three times (as per truss output) while it's > not actually #included.
Does it have the same name as its implementation part? I.e., is there a foo.h in the same directory as a foo.cpp, or similar? If so, try compiling with -no%extdef to prevent the compiler from automatically looking for template definitions. A+ Paul
