Hello I made Koffice find ktar.h. But I cannot compile. This is the error: >/usr/include/limits.h:135:3: warning: ISO C does not allow #include_next In file included from wordfilter.h:25, from wordfilter.cc:21: winworddoc.h: In method `void WinWordDoc::gotTableRow (unsigned int, unsigned int, const QString *, const MsWordGenerated::PAP *, MsWordGenerated::TAP &)': mswordgenerated.h:4210: `typedef struct MsWordGenerated::TAP MsWordGenerated::TAP' is inaccessible winworddoc.h:99: within this context mswordgenerated.h:3420: `typedef struct MsWordGenerated::PAP MsWordGenerated::PAP' is inaccessible winworddoc.h:99: within this context make[4]: *** [wordfilter.lo] Error 1 make[4]: Leaving directory=20 `/usr/local/src/koffice-2.0.1/filters/olefilters/winword97' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/koffice-2.0.1/filters/olefilte= rs' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/koffice-2.0.1/filters' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/koffice-2.0.1' make: *** [all-recursive-am] Error 2 Can someone help me? Antonio Pagliaro > gcc can't find the kde header files. ktar.h should be in $KDEDIR/includ= e. > You need to install kde-devel > > [snip] > > > error: failed dependencies: > > libXft.so.1 is needed by koffice-2.0.20010209-1 > > libXrender.so.1 is needed by koffice-2.0.20010209-1 > > libfreetype.so.6 is needed by koffice-2.0.20010209-1 > > > > I have no idea what are these libraries, nor I found them on the web! > > Should I try maybe a rpm --nodeps?? > > Is there someone able to help me? > > koffice was compiled withh AA support, but you don't have the necessary= X > libraries installed. > > Joerg