Craig Bradney wrote: > On Thursday 30 March 2006 23:23, Samudra Reiher wrote: >> Riku Leino schrieb: >>> if you go through the source files you'll find files with the extension >>> "ui" to match these headers. You'll need to run uic on those ui files to >>> generate the missing header and source files. > > Which should be run automatically with the build.. what distro?
FreeBSD Samudra Reiher wrote: > Hi, > > I am trying to compile the official 1.3.3 Release under FreeBSD, but > running into several gcc errors: > > In file included from aboutplugins.cpp:7: > aboutplugins.h:10:30: aboutpluginsbase.h: No such file or directory > In file included from aboutplugins.cpp:7: > > It seems that the following header files are not present: > aboutpluginsbase.h > docitemattrprefsbase.h > docsectionsbase.h > multiprogressdialogbase.h > pageitemattributesbase.h > smlinestylewbase.h > stylemanagerbase.h > tocindexprefs.h > tocindexprefsbase.h > useprintermarginsdialogbase.h These files are automatically generated, along with their .cpp counterparts, from Qt .ui files using a program called `uic'. This is apparently not working. Please make sure your version of Qt is up to date, and try using `gmake' if you were using BSD make. > > %gcc-v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.4.4 [FreeBSD] 20050518 Please file a bug on bugs.scribus.net and include your config.log . -- Craig Ringer
