Hi everyone! Tryed to compile ko/pi from source but get next errors:
kphone/main.cpp: In function `int main (int, char **)':
kphone/main.cpp:37: invalid use of undefined type `class
QPlatinumStyle'
/opt/Qtopia/include/qcommonstyle.h:56: forward declaration of `class
QPlatinumStyle'
kphone/main.cpp:38: no matching function for call to
`QApplication::applicationDirPath ()'
make: *** [obj/unix/main.o] Error 1
I use source from
https://sourceforge.net/project/showfiles.p...ckage_id=125452Also installed everything in accordance with
https://www.oesf.org/index.php?title=Compiler_Setup. Test application is compiled and run without problem.
Thanks!