|
> Marcel, the svn contains only kface.h, not face.h. What should be the > proper name? :) Aaaah... no, I did not forget to commit, but the commit stopped because there was a conflict. It's no all committed and compiles fine. Marcel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Donnerstag, 28. Oktober 2010, 14:57:02 schrieb Marcel Wiesweg:
> > Marcel, the svn contains only kface.h, not face.h. What should be the > > proper name? :) > > Aaaah... > no, I did not forget to commit, but the commit stopped because there was a > conflict. > It's no all committed and compiles fine. It does indeed compile fine now, however I get the following on installing, even after rebuilding from scratch: CMake Error at /home/kde- branch/kde/build/digikam2/libs/dimg/cmake_install.cmake:36 (FILE): file INSTALL cannot find "/home/kde-branch/kde/src/digikam2/libs/dimg/dimagehistory.h". Call Stack (most recent call first): /home/kde-branch/kde/build/digikam2/libs/cmake_install.cmake:38 (INCLUDE) cmake_install.cmake:42 (INCLUDE) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hi.
CMake Error at libs/dimg/cmake_install.cmake:31 (FILE): file INSTALL cannot find "C:/KdeDevel/GoSC2010/digikam/libs/dimg/imagehistory.h/dimagehistory.h". Call Stack (most recent call first): libs/cmake_install.cmake:33 (INCLUDE) cmake_install.cmake:37 (INCLUDE) llibs/cmake_install.cmake contains ADD_SUBDIRECTORY( filters ) INSTALL( FILES dimg.h dcolor.h dcolorpixelaccess.h dcolorcomposer.h dcolorblend.h imagehistory.h/dimagehistory.h imagehistory.h/historyimageid.h imagehistory.h/filteraction.h DESTINATION ${INCLUDE_INSTALL_DIR}/digikam COMPONENT Devel ) imagehistory.h/dimagehistory.h should be imagehistory/dimagehistory.h as well as next two lines Gert On 28 October 2010 19:57, Sven Burmeister <[hidden email]> wrote: > Am Donnerstag, 28. Oktober 2010, 14:57:02 schrieb Marcel Wiesweg: >> > Marcel, the svn contains only kface.h, not face.h. What should be the >> > proper name? :) >> >> Aaaah... >> no, I did not forget to commit, but the commit stopped because there was a >> conflict. >> It's no all committed and compiles fine. > > It does indeed compile fine now, however I get the following on installing, > even after rebuilding from scratch: > > > CMake Error at /home/kde- > branch/kde/build/digikam2/libs/dimg/cmake_install.cmake:36 (FILE): > file INSTALL cannot find > "/home/kde-branch/kde/src/digikam2/libs/dimg/dimagehistory.h". > Call Stack (most recent call first): > /home/kde-branch/kde/build/digikam2/libs/cmake_install.cmake:38 (INCLUDE) > cmake_install.cmake:42 (INCLUDE) > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
I agree...
Gilles Caulier 2010/10/29 Gert Kello <[hidden email]>: > Hi. > > CMake Error at libs/dimg/cmake_install.cmake:31 (FILE): > file INSTALL cannot find > "C:/KdeDevel/GoSC2010/digikam/libs/dimg/imagehistory.h/dimagehistory.h". > Call Stack (most recent call first): > libs/cmake_install.cmake:33 (INCLUDE) > cmake_install.cmake:37 (INCLUDE) > > llibs/cmake_install.cmake contains > > ADD_SUBDIRECTORY( filters ) > > INSTALL( FILES dimg.h > dcolor.h > dcolorpixelaccess.h > dcolorcomposer.h > dcolorblend.h > imagehistory.h/dimagehistory.h > imagehistory.h/historyimageid.h > imagehistory.h/filteraction.h > DESTINATION ${INCLUDE_INSTALL_DIR}/digikam COMPONENT Devel > ) > > imagehistory.h/dimagehistory.h > should be > imagehistory/dimagehistory.h > as well as next two lines > > Gert > > On 28 October 2010 19:57, Sven Burmeister <[hidden email]> wrote: >> Am Donnerstag, 28. Oktober 2010, 14:57:02 schrieb Marcel Wiesweg: >>> > Marcel, the svn contains only kface.h, not face.h. What should be the >>> > proper name? :) >>> >>> Aaaah... >>> no, I did not forget to commit, but the commit stopped because there was a >>> conflict. >>> It's no all committed and compiles fine. >> >> It does indeed compile fine now, however I get the following on installing, >> even after rebuilding from scratch: >> >> >> CMake Error at /home/kde- >> branch/kde/build/digikam2/libs/dimg/cmake_install.cmake:36 (FILE): >> file INSTALL cannot find >> "/home/kde-branch/kde/src/digikam2/libs/dimg/dimagehistory.h". >> Call Stack (most recent call first): >> /home/kde-branch/kde/build/digikam2/libs/cmake_install.cmake:38 (INCLUDE) >> cmake_install.cmake:42 (INCLUDE) >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
I also have problems on
[ 46%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagehistory/imagehistorygraph.o
/home/mck182/GSoC/trunk/digikam-gsoc/libs/database/imagehistory/imagehistorygraph.cpp: In member function ‘void Digikam::ImageHistoryGraphData::applyProperties(Digikam::Graph<Digikam::HistoryVertexProperties, Digikam::HistoryEdgeProperties>::Vertex&, const QList<Digikam::ImageInfo>&, const QList<Digikam::HistoryImageId>&)’:
/home/mck182/GSoC/trunk/digikam-gsoc/libs/database/imagehistory/imagehistorygraph.cpp:229: error: ‘template<class VertexProperties, class EdgeProperties> class Digikam::Graph’ used without template parameters
make[2]: *** [digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagehistory/imagehistorygraph.o] Error 1 make[1]: *** [digikam/CMakeFiles/digikamdatabase.dir/all] Error 2 make: *** [all] Error 2
Marty _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Am Freitag, 29. Oktober 2010, 10:09:20 schrieb Martin Klapetek:
> I also have problems on > > [ 46%] Building CXX object > digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagehistory/imageh > istorygraph.o It compiles and installs fine now here with Rev: 1190845 so you might have to update or remove the build dir. Sven _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
I have actually newer revision - 1190856.
Marty
On Fri, Oct 29, 2010 at 10:14, Sven Burmeister <[hidden email]> wrote: Am Freitag, 29. Oktober 2010, 10:09:20 schrieb Martin Klapetek: _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Oh..I just realised that this thread is about libkface and I'm having build issues with digikam itself :)
Marty
On Fri, Oct 29, 2010 at 10:21, Martin Klapetek <[hidden email]> wrote: I have actually newer revision - 1190856. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Martin Klapetek
> ygraph.cpp: In member function ‘void > Digikam::ImageHistoryGraphData::applyProperties(Digikam::Graph<Digikam::His > toryVertexProperties, Digikam::HistoryEdgeProperties>::Vertex&, const > QList<Digikam::ImageInfo>&, const QList<Digikam::HistoryImageId>&)’: > /home/mck182/GSoC/trunk/digikam-gsoc/libs/database/imagehistory/imagehistor > ygraph.cpp:229: error: ‘template<class VertexProperties, class > EdgeProperties> class Digikam::Graph’ used without template parameters Another fix is in SVN. All this compiles fine with GCC 4.5 and is probably valid C++, but GCC 4.4 does not accept it. I can only fix it after someone with 4.4 reported it. http://gcc.gnu.org/gcc-4.5/changes.html look for "DR 176". _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
On Fri, Oct 29, 2010 at 11:51, Marcel Wiesweg <[hidden email]> wrote:
Yes, Fedora indeed uses 4.4. I'll let you know then if anything else like this pops out. Marty _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
