Hi, On Wed, 27 Oct 1999, Reginald Stadlbauer wrote: > On Wed, 27 Oct 1999, David Faure wrote: > >> Any ideas about this one? > >> > >> /bin/sh ../libtool --silent --mode=link g++ -O2 -m486 -s > >> -o kspread -L/opt/kde2/lib -L/usr/lib/qt-2.1.0/lib -L/usr/X11R6/lib > >> -rpath /opt/kde2/lib -rpath /usr/lib/qt-2.1.0/lib -rpath > >> /usr/X11R6/lib > >> main.o ../kchart/libkchart.la libkspread.la > >> ../lib/kofficeui/libkofficeui.la > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadDocIface::DCOPObject virtual table' > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadMapIface virtual table' > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadCellIface virtual table' > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadTableIface::DCOPObject virtual table' > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadTableIface virtual table' > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadDocIface virtual table' > >> ./.libs/libkspread.so: undefined reference to > >> `KSpreadMapIface::DCOPObject virtual table' > >> collect2: ld returned 1 exit status > >> > >> Linux, glibc 2.1.2, gcc 2.95.2, no -frepo for now - this is > >> supposed to become a usable version ;) > > > >Does any other dcop application links ? > >Looks like you're missing dcop .moc files ?!? > > I get the same (I created the kidl and _skel files with kidl from sunday now, > as current dcopidl is still broken). And I get these undefined referenced too, > in KPresenter and KSpread. > > So, it would be _very_ nice if the people working on dcop, dcopidl, > dcopidl2cpp, etc. could fix this - the stuff is now broken since quite some and > it slows down KOffice development a lot. If it doesnŽt get fixed soon, IŽll > just remove the scripting stuff from KPresenter until things are working again. > > I just would like to know what happend. Because on sunday everything worked > just fine! I just tried my version and it works. and cvs said there is nothing to commit. Sorry, Reggie, I have no idea .... Perhaps try make parser in dcopidl and compile again ..... Bye Torben > -- > Reggie > >