Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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)

CMakeOutput.log (28.4 KB) - added by Lewis Rosenthal 4 years ago.

Download all attachments as: .zip

Change History (3)

Changed 4 years ago by Lewis Rosenthal

Attachment: CMakeOutput.log added

comment:1 Changed 4 years ago by Silvan Scherrer

Resolution: worksforme
Status: newclosed

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.

comment:2 Changed 4 years ago by Lewis Rosenthal

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.

Note: See TracTickets for help on using tickets.