I
I get error when compiling last digikam git r41199 Scanning dependencies of target libxmp [ 88%] Building CXX object core/utilities/facemanagement/CMakeFiles/facemanagement_src.dir/facescandialog.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/common/XML_Node.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/common/UnicodeConversions.cpp.o [ 89%] Building CXX object core/utilities/facemanagement/CMakeFiles/facemanagement_src.dir/assignnamewidget.cpp.o make[1]: *** [CMakeFiles/Makefile2:8183: core/app/CMakeFiles/digikamgui_src.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 89%] Building CXX object core/utilities/facemanagement/CMakeFiles/facemanagement_src.dir/parallelpipes.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPCore_Impl.cpp.o [ 89%] Building CXX object core/utilities/facemanagement/CMakeFiles/facemanagement_src.dir/scanstatefilter.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/WXMPIterator.cpp.o [ 89%] Building CXX object core/utilities/facemanagement/CMakeFiles/facemanagement_src.dir/facemanagement_src_autogen/mocs_compilation.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/WXMPMeta.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/WXMPUtils.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPIterator.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPMeta-GetSet.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPMeta-Parse.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPMeta-Serialize.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPMeta.cpp.o [ 89%] Built target facemanagement_src [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPUtils-FileInfo.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/XMPUtils.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/ExpatAdapter.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/extra/xmp_sdk/XMPCore/ParseRDF.cpp.o [ 89%] Building CXX object core/libs/dngwriter/CMakeFiles/libxmp.dir/libxmp_autogen/mocs_compilation.cpp.o [ 89%] Linking CXX static library liblibxmp.a [ 89%] Built target libxmp make: *** [Makefile:130: all] Error 2 |
we cannot see where is the problem in your trace because you use make -jx to compile. It's parallelized and real problem is outside your trace. Providing a full compilation trace will help to investigate. Best Gilles caulier Le sam. 10 nov. 2018 à 21:51, <[hidden email]> a écrit : I |
On 11/11/18 5:22 AM, Gilles Caulier wrote:
> we cannot see where is the problem in your trace because you use make > -jx to compile. It's parallelized and real problem is outside your trace. > > Providing a full compilation trace will help to investigate. > I pasted a full compilation here https://pastebin.com/99WUuNXS Greetings |
You compile without Marble support, bug is now fixed in the current git/master
version. Maik Am Sonntag, 11. November 2018, 12:23:36 CET schrieb [hidden email]: > On 11/11/18 5:22 AM, Gilles Caulier wrote: > > we cannot see where is the problem in your trace because you use make > > -jx to compile. It's parallelized and real problem is outside your trace. > > > > Providing a full compilation trace will help to investigate. > > I pasted a full compilation here > https://pastebin.com/99WUuNXS > > Greetings |
On 11/11/18 12:30 PM, Maik Qualmann wrote:
> You compile without Marble support, bug is now fixed in the current git/master > version. > > Maik Yes, I know but I don't need localization... :) > > Am Sonntag, 11. November 2018, 12:23:36 CET schrieb [hidden email]: >> On 11/11/18 5:22 AM, Gilles Caulier wrote: >>> we cannot see where is the problem in your trace because you use make >>> -jx to compile. It's parallelized and real problem is outside your trace. >>> >>> Providing a full compilation trace will help to investigate. >> >> I pasted a full compilation here >> https://pastebin.com/99WUuNXS >> >> Greetings > > > > |
In any case must digiKam compile without Marble, it is a good test if you
compile without Marble and thus find a mistake. ((:-)) Maik Am Sonntag, 11. November 2018, 12:44:54 CET schrieb [hidden email]: > On 11/11/18 12:30 PM, Maik Qualmann wrote: > > You compile without Marble support, bug is now fixed in the current > > git/master version. > > > > Maik > > Yes, I know but I don't need localization... :) > > > Am Sonntag, 11. November 2018, 12:23:36 CET schrieb [hidden email]: > >> On 11/11/18 5:22 AM, Gilles Caulier wrote: > >>> we cannot see where is the problem in your trace because you use make > >>> -jx to compile. It's parallelized and real problem is outside your > >>> trace. > >>> > >>> Providing a full compilation trace will help to investigate. > >> > >> I pasted a full compilation here > >> https://pastebin.com/99WUuNXS > >> > >> Greetings |
On 11/11/18 12:45 PM, Maik Qualmann wrote:
> In any case must digiKam compile without Marble, it is a good test if you > compile without Marble and thus find a mistake. ((:-)) > > Maik oups, I did not see your fix, sorry... last digikam git r41228 compiles now successfully (without Marble) Greetings |
Free forum by Nabble | Edit this page |