Version: unspecified (using Devel) OS: OS X I get the following linker error: Linking CXX shared library libsmokeqtgui.dylib Undefined symbols for architecture x86_64: "QPrintDialog::setPrinter(QPrinter*, bool)", referenced from: __smokeqtgui::x_QPrintDialog::x_12(Smoke::StackItem*) in x_12.cpp.o __smokeqtgui::x_QPrintDialog::x_28(Smoke::StackItem*) in x_12.cpp.o "QPrintDialog::addButton(QPushButton*)", referenced from: __smokeqtgui::x_QPrintDialog::x_14(Smoke::StackItem*) in x_12.cpp.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[2]: *** [qtgui/libsmokeqtgui.3.0.0.dylib] Error 1 make[1]: *** [qtgui/CMakeFiles/smokeqtgui.dir/all] Error 2 make: *** [all] Error 2 I'm using OS X 10.7.1, Qt 4.7.4, smokeqt from git. Reproducible: Always Steps to Reproduce: Try to compile smokeqt on OS X. Actual Results: Does not link. Expected Results: Should link successfully.
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
The bindings we had are no longer maintained and got removed with either KF5 or KF6, depending on the language.