|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Cmake problemsHi, whenever I try building either pre1 or pre2, I get the following error message after an otherwise unremarkable set of confirmations:
cmake . CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/wildmantisshrimp/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:33 (find_package) -- Configuring incomplete, errors occurred! I have KDE4 installed, and fairly sure I have qt4 as well... Help? I'd really like Amazon support back. |
|
|
Re: [Tellico-users] Cmake problemsOn Wednesday 02 September 2009, Wild Mantis Shrimp wrote:
> Hi, whenever I try building either pre1 or pre2, I get the following > error message after an otherwise unremarkable set of confirmations: > > cmake . > CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): > ERROR: cmake/modules/FindKDE4Internal.cmake not found in > > /home/wildmantisshrimp/.kde/share/apps;/usr/share/kubuntu-default-setting >s/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most > recent call first): > CMakeLists.txt:33 (find_package) > > > -- Configuring incomplete, errors occurred! > I have KDE4 installed, and fairly sure I have qt4 as well... Help? I'd > really like Amazon support back. I think you're going to need the development packages. Something along the lines of libkde4-dev , I think. I'm not sure what they're called on kubuntu. Robby _______________________________________________ tellico-users mailing list tellico-users@... https://mail.kde.org/mailman/listinfo/tellico-users |
|
|
Re: [Tellico-users] Cmake problemsOn Thu, Sep 3, 2009 at 5:32 AM, Robby Stephenson<robby@...> wrote:
> On Wednesday 02 September 2009, Wild Mantis Shrimp wrote: >> Hi, whenever I try building either pre1 or pre2, I get the following >> error message after an otherwise unremarkable set of confirmations: >> >> cmake . >> CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): >> ERROR: cmake/modules/FindKDE4Internal.cmake not found in >> >> /home/wildmantisshrimp/.kde/share/apps;/usr/share/kubuntu-default-setting >>s/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most >> recent call first): >> CMakeLists.txt:33 (find_package) >> >> >> -- Configuring incomplete, errors occurred! >> I have KDE4 installed, and fairly sure I have qt4 as well... Help? I'd >> really like Amazon support back. > > I think you're going to need the development packages. Something along the > lines of libkde4-dev , I think. I'm not sure what they're called on kubuntu. kdelibs5-dev Other packages needed to build Tellico: libxml2-dev, libxslt1-dev Other optional packages: kdebase-runtime, libpoppler-qt4-dev, libyaz3-dev, libexempi-dev, libksane-dev, libkcddb-dev -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) _______________________________________________ tellico-users mailing list tellico-users@... https://mail.kde.org/mailman/listinfo/tellico-users |
|
|
Re: [Tellico-users] Cmake problems-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Pau Garcia i Quiles wrote: > On Thu, Sep 3, 2009 at 5:32 AM, Robby Stephenson<robby@...> wrote: >> I think you're going to need the development packages. Something along the >> lines of libkde4-dev , I think. I'm not sure what they're called on kubuntu. > > kdelibs5-dev > > Other packages needed to build Tellico: libxml2-dev, libxslt1-dev > > Other optional packages: kdebase-runtime, libpoppler-qt4-dev, > libyaz3-dev, libexempi-dev, libksane-dev, libkcddb-dev I gave the pre2 tarball a go under Eeebuntu (netbook distro of Ubuntu) and got the following: $ cmake src CMake Error at core/CMakeLists.txt:16 (KDE4_ADD_KCFG_FILES): Unknown CMake command "KDE4_ADD_KCFG_FILES". CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. - -- Configuring incomplete, errors occurred! [1] 24339 exit 1 cmake src $ cmake -Wno-dev src CMake Error at core/CMakeLists.txt:16 (KDE4_ADD_KCFG_FILES): Unknown CMake command "KDE4_ADD_KCFG_FILES". - -- Configuring incomplete, errors occurred! [1] 24686 exit 1 cmake -Wno-dev src - ---- Eeebuntu has kdelibs5 installed plus the dev packages listed above; as much as I'd like to believe KDE5 is backwards-compatible to KDE4, I kinda doubt it. Any hints? My next goal is to track down the svn source but the location wasn't obvious from the website. - -- Bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkqt1cYACgkQitfRHFdnHA+7ZACg4QhJ5LMKY+u8X6CdsOPAsDOk i1EAoI+1GQnMdQFZ/vIt6e1g5smRr5e9 =vAkV -----END PGP SIGNATURE----- _______________________________________________ tellico-users mailing list tellico-users@... https://mail.kde.org/mailman/listinfo/tellico-users |
|
|
Re: [Tellico-users] Cmake problemsOn Mon, Sep 14, 2009 at 7:34 AM, Bob Apthorpe <apthorpe@...> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Pau Garcia i Quiles wrote: >> On Thu, Sep 3, 2009 at 5:32 AM, Robby Stephenson<robby@...> wrote: >>> I think you're going to need the development packages. Something along the >>> lines of libkde4-dev , I think. I'm not sure what they're called on kubuntu. >> >> kdelibs5-dev >> >> Other packages needed to build Tellico: libxml2-dev, libxslt1-dev >> >> Other optional packages: kdebase-runtime, libpoppler-qt4-dev, >> libyaz3-dev, libexempi-dev, libksane-dev, libkcddb-dev > > I gave the pre2 tarball a go under Eeebuntu (netbook distro of Ubuntu) > and got the following: > > $ cmake src > CMake Error at core/CMakeLists.txt:16 (KDE4_ADD_KCFG_FILES): > Unknown CMake command "KDE4_ADD_KCFG_FILES". Are you use you have kdelibs5-dev installed? KDE4_ADD_KCFG_FILES is defined in KDE4Macros.cmake, which is in the kdelibs5-dev package. pgquiles@z53j:~$ apt-file search KDE4Macros.cmake kdelibs5-dev: /usr/share/kde4/apps/cmake/modules/KDE4Macros.cmake > > > CMake Warning (dev) in CMakeLists.txt: > No cmake_minimum_required command is present. A line of code such as > > cmake_minimum_required(VERSION 2.6) > > should be added at the top of the file. The version specified may be > lower > if you wish to support older CMake versions for this project. For more > information run "cmake --help-policy CMP0000". > This warning is for project developers. Use -Wno-dev to suppress it. > > - -- Configuring incomplete, errors occurred! > [1] 24339 exit 1 cmake src > $ cmake -Wno-dev src > CMake Error at core/CMakeLists.txt:16 (KDE4_ADD_KCFG_FILES): > Unknown CMake command "KDE4_ADD_KCFG_FILES". > > > - -- Configuring incomplete, errors occurred! > [1] 24686 exit 1 cmake -Wno-dev src > > - ---- > > Eeebuntu has kdelibs5 installed plus the dev packages listed above; as > much as I'd like to believe KDE5 is backwards-compatible to KDE4, I > kinda doubt it. Any hints? My next goal is to track down the svn source > but the location wasn't obvious from the website. It's not that "KDE5 is backwards-compatible to KDE4". KDE5 does not exist. It's just that Debian packages for KDE4 are names "kde5" for historical reasons. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) _______________________________________________ tellico-users mailing list tellico-users@... https://mail.kde.org/mailman/listinfo/tellico-users |
| Free embeddable forum powered by Nabble | Forum Help |