On Jan 16, 2008 1:05 PM, Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> wrote: > "non-virtual thunk to FichaBc::empresaBase()", referenced from: > vtable for RegistroIvain registroiva.o > vtable for RegistroIvaViewin moc_registroivaview.o
I've seen these types of errors before if you're mixing and matching g++'s (ie, your Qt was built with g++-3.3, but you're compiling using g++-4.0, or vice-versa). Not saying that's the problem, but it could be it... -- Benjamin Reed a.k.a. Ranger Rick Fink, KDE, and Mac OS X development http://www.racoonfink.com/ _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
