#217 closed defect (worksforme)
cmake reports cx library not found when building zint with Qt5
Reported by: | Lewis Rosenthal | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | *none | Version: | |
Severity: | highest | Keywords: | |
Cc: |
Description
I'm not well versed in cmake or Qt5, but I'm guessing this is not something specific to Qt5.
During cmake for zint, configuring is incomplete, leaving off with:
CMake Error at /@unixroot/usr/lib/cmake/Qt5UiTools/Qt5UiToolsConfig.cmake:74 message): Library not found: cx Call Stack (most recent call first): /@unixroot/usr/lib/cmake/Qt5UiTools/Qt5UiToolsConfig.cmake:228 (_qt5_UiTools_process_prl_file) CMakeLists.txt:67 (find_package)
I also see in CMakeError.log:
The C compiler identification could not be found in "J:/devel/zint-2.6.3.src/CMakeFiles/3.10.3/CompilerIdC/CMakeCCompilerId"
I'm not sure what I may be missing. rpm -qa gives me:
cmake-3.10.3-1.oc00.pentium4
cmake-gui-3.10.3-1.oc00.pentium4
cmake-rpm-macros-3.10.3-1.oc00.noarch
cmake-data-3.10.3-1.oc00.noarch
cmake-filesystem-3.10.3-1.oc00.pentium4
cmake-doc-3.10.3-1.oc00.noarch
qt5-srpm-macros-5.13.1-1.oc00.noarch
qt5-qttools-libs-designer-5.13.1-1.oc00.i686
qt5-qtbase-5.13.1-1.oc00.i686
qt5-qtbase-gui-5.13.1-1.oc00.i686
qt5-assistant-5.13.1-1.oc00.i686
qt5-devel-5.13.1-1.oc00.noarch
qt5-qttools-devel-5.13.1-1.oc00.i686
qt5-designer-5.13.1-1.oc00.i686
qt5-qtsvg-5.13.1-1.oc00.i686
qt5-linguist-5.13.1-1.oc00.i686
qt5-qtdeclarative-5.13.1-1.oc00.i686
qt5-qtbase-common-5.13.1-1.oc00.noarch
qt5-doctools-5.13.1-1.oc00.i686
qt5-qttools-libs-designercomponents-5.13.1-1.oc00.i686
qt5-qttools-common-5.13.1-1.oc00.noarch
qt5-qtsvg-devel-5.13.1-1.oc00.i686
qt5-qtbase-static-5.13.1-1.oc00.i686
qt5-qttools-static-5.13.1-1.oc00.i686
qt5-qtdeclarative-devel-5.13.1-1.oc00.i686
qt5-qttools-libs-help-5.13.1-1.oc00.i686
qt5-qtdeclarative-static-5.13.1-1.oc00.i686
qt5-rpm-macros-5.13.1-1.oc00.noarch
qt5-qttools-5.13.1-1.oc00.i686
qt5-qtbase-devel-5.13.1-1.oc00.i686
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | CMakeOutput.log added |
---|
comment:1 by , 5 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Ack!
Of course that was it. I don't know where my head was. Thanks. I'll check the github projects first, next time before reporting here. I didn't realize that cmake had been moved, as well.
this is now the wrong place to report cmake issues btw. but I'm pretty sure you miss libcx-devel. as thats needed for sure in qt5.
if you feel it's a cmake issue, which I heavily doubt, as I need it a lot, then please report on github. We still look around here, but less and less.