Ok so i have successfully compiled the base of Trinity using Qt3 and everything in /usr. A while back i also successfully compiled many of the 'applications' from the applications folder. Today i am having no such luck.
I am pushing out a release candidate of Porteus this weekend with a 'skin & bones' version of Trinity that successfully compiled a few weeks ago. The problem is that koffice is no longer compiling for me, and neither is k3b.
I have booted using the Trinity-3.5.13 that i compiled and when trying to build k3b, here is my output.
In file included from k3bglobals.cpp:28:0:
/usr/include/tdeversion.h:57:5: error: ‘TDECORE_EXPORT’ does not name a type
/usr/include/tdeversion.h:64:5: error: ‘TDECORE_EXPORT’ does not name a type
/usr/include/tdeversion.h:71:5: error: ‘TDECORE_EXPORT’ does not name a type
/usr/include/tdeversion.h:78:5: error: ‘TDECORE_EXPORT’ does not name a type
/usr/include/tdeversion.h:84:5: error: ‘TDECORE_EXPORT’ does not name a type
k3bglobals.cpp: In function ‘KIO::filesize_t K3b::imageFilesize(const KURL&)’:
k3bglobals.cpp:304:126: warning: ‘static bool KIO::NetAccess::exists(const KURL&, bool)’ is deprecated (declared at /usr/include/kio/netaccess.h:282)
k3bglobals.cpp: In function ‘bool K3b::mount(K3bDevice::Device*)’:
k3bglobals.cpp:601:74: warning: converting ‘false’ to pointer type for argument 1 of ‘QString::QString(const char*)’
make[3]: *** [k3bglobals.lo] Error 1
make[3]: Leaving directory `/tmp/k3b/libk3b/core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/k3b/libk3b'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/k3b'
make: *** [all] Error 2
Hoping someone more intelligent than i can point m in the right direction.
J