Still trying to compile digikam from kde4 trunk,
still getting greycstoration issues. How do you, the developers, overcome this? Can I (non dev) do the same. Tried cIMG 1.2.0 and 1.2.9, both precompiled and compiled from source with debians gcc 4.3.1-2, no issues or errors. Tried with O0, and O1, no difference. (with -DCMAKE_CXX_FLAGS="-O0" for digikam), both in digikam and cimg. Thank you. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
This is the problem : gcc 4.3.1-2
There is a bug in this gcc version. Use gcc 4.2.x instead Gilles Caulier 2008/7/2 Jasper Mackenzie <[hidden email]>: > Still trying to compile digikam from kde4 trunk, > still getting greycstoration issues. > How do you, the developers, overcome this? > Can I (non dev) do the same. > Tried cIMG 1.2.0 and 1.2.9, both precompiled and compiled from source with > debians gcc 4.3.1-2, no issues or errors. > Tried with O0, and O1, no difference. (with -DCMAKE_CXX_FLAGS="-O0" for > digikam), both in digikam and cimg. > > Thank you. > _______________________________________________ > 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 |
In reply to this post by Jasper
I have the same problem, only solution for me with gcc 4.3.1 is to set full
debugging (this seems to do more than just setting -O0): 1. create a build dir in your source folder 2. cd build 3. cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debugfull .. If your users env variables are not set to KDE4, please change the variable $KDEDIR manually to the current KDE4 installation. This should work, I compile my source 3 times a day. Andi Jasper Mackenzie wrote: > Still trying to compile digikam from kde4 trunk, > still getting greycstoration issues. > How do you, the developers, overcome this? > Can I (non dev) do the same. > Tried cIMG 1.2.0 and 1.2.9, both precompiled and compiled from source with > debians gcc 4.3.1-2, no issues or errors. > Tried with O0, and O1, no difference. (with -DCMAKE_CXX_FLAGS="-O0" for > digikam), both in digikam and cimg. > > Thank you. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Jasper
2008/7/2 Jasper Mackenzie <[hidden email]>:
> Still trying to compile digikam from kde4 trunk, > still getting greycstoration issues. > How do you, the developers, overcome this? > Can I (non dev) do the same. > Tried cIMG 1.2.0 and 1.2.9, both precompiled and compiled from source with > debians gcc 4.3.1-2, no issues or errors. > Tried with O0, and O1, no difference. (with -DCMAKE_CXX_FLAGS="-O0" for > digikam), both in digikam and cimg. > It's fixed on svn. please checkout and try again... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |