Port request: "KDEPIM/PI" PIM suite


When I tried to compile the qt4 port, I also got until a KIconLoader problem and then gave up. ;-)

Hopefully someone can see something wrong here and help out.
Well, with a bit of not too deep digging, this appears to be a QT error others have come across (in general terms) when using a higher version of QT in comparison to the original code target. It seems to be to do with the way variables are declared (more often than not). There are only so many calls involving QString. Even if I only shift the error further down the compile process (perhaps because a variable is referenced out of scope), it'll help in identifying the culprit at this level. Hope your in for the long run!!!
 
Back
Top