eyecreate
Member
I've finally gotten kdelibs to compile! This is version 4.7.1 with Qt 4.7.4. The file listed here is a snapshot of my /mnt/utmp dir that can be used to start a compile for a kde based app.
https://us.bucketexplorer.7071edbdbb1169aa0127873b1b45608c850bd791.s3.amazonaws.com/kdelibs_and_friends.tar.bz2
Previous content:
https://us.bucketexplorer.7071edbdbb1169aa0127873b1b45608c850bd791.s3.amazonaws.com/kdelibs_and_friends.tar.bz2
Previous content:
I've been trying to cross compile kdelibs for some apps that need it, but I've come across issues. The main one is that parts of the build process rely on compiling a program to output headers to compile later on.(related to the js engine) This is a problem when cross compiling as the program to output headers won't run on the host CPU. Has anyone succeeded in cross compiling kdelibs yet? Anyone know of a good solution? I already tried compiling a version of the programs on the host and substituting them in the cross build directory, but cmake keeps rebuilding them.(and I can't easily disable them from building as it wrecks other parts of cmake build process.)
Last edited by a moderator: