On Saturday 12 July 2008, Andreas Pakulat wrote: > Hi, > > for some test-project I just executed cmake as "cmake .." in > <project>/build. The CMakeLists.txt contains a find_package(KDE4), but > this fails because automoc4 isn't found. > > As far as I can see FindAutomoc4 makes it impossible to install automoc4 > into a different prefix than any package that depends on it (i.e. any > KDE4 package). So I can't install for example "mysmallkde4app" into > $HOME/kde4 when automoc4 is installed in /usr.
Can you please post more details ? It should be found if installed in /usr, no matter where you install your package. Do you have a 64 bit machine, so this could be a lib/ vs. lib64/ issue ? Alex _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
