Question #219472 on qpdfview changed: https://answers.launchpad.net/qpdfview/+question/219472
Carli Samuele posted a new comment: Hello! Sorry for the late reply... I still cannot get over the cups dependencies: $qmake CONFIG+=without_cups qpdfview.pro $ make [...] g++ -m64 -Wl,-O1 -o qpdfview objects/model.o objects/pageitem.o objects/searchthread.o objects/presentationview.o objects/documentview.o objects/printoptionswidget.o objects/miscellaneous.o objects/settings.o objects/settingsdialog.o objects/recentlyusedmenu.o objects/bookmarkmenu.o objects/mainwindow.o objects/main.o objects/synctex_parser.o objects/synctex_parser_utils.o objects/signalhandler.o objects/moc_pageitem.o objects/moc_searchthread.o objects/moc_presentationview.o objects/moc_documentview.o objects/moc_printoptionswidget.o objects/moc_miscellaneous.o objects/moc_settings.o objects/moc_settingsdialog.o objects/moc_recentlyusedmenu.o objects/moc_bookmarkmenu.o objects/moc_mainwindow.o objects/moc_signalhandler.o objects/qrc_qpdfview.o -L/usr/lib/x86_64-linux-gnu -lz -lmagic -lQtDBus -lQtSvg -lQtSql -lQtGui -lQtCore -lpthread objects/documentview.o: In function `DocumentView::printUsingCUPS(QPrinter*, PrintOptions const&)': documentview.cpp:(.text+0x226d): undefined reference to `cupsGetDests' documentview.cpp:(.text+0x22b8): undefined reference to `cupsGetDest' documentview.cpp:(.text+0x2338): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x239d): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x23fd): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x242a): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x244f): undefined reference to `cupsAddOption' objects/documentview.o:documentview.cpp:(.text+0x2477): more undefined references to `cupsAddOption' follow objects/documentview.o: In function `DocumentView::printUsingCUPS(QPrinter*, PrintOptions const&)': documentview.cpp:(.text+0x27a2): undefined reference to `cupsFreeDests' documentview.cpp:(.text+0x27b2): undefined reference to `cupsFreeOptions' documentview.cpp:(.text+0x2879): undefined reference to `cupsPrintFile' documentview.cpp:(.text+0x28fc): undefined reference to `cupsLastErrorString' documentview.cpp:(.text+0x2a19): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x2a61): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x2a8a): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x2b11): undefined reference to `cupsAddOption' documentview.cpp:(.text+0x2b31): undefined reference to `cupsAddOption' objects/documentview.o:documentview.cpp:(.text+0x2ba8): more undefined references to `cupsAddOption' follow objects/documentview.o: In function `DocumentView::printUsingCUPS(QPrinter*, PrintOptions const&)': documentview.cpp:(.text+0x2d21): undefined reference to `cupsLastErrorString' collect2: error: ld returned 1 exit status make[1]: *** [qpdfview] Error 1 make[1]: Leaving directory `/tmp/qpdfview/qpdfview' make: *** [sub-qpdfview-application-pro-make_default-ordered] Error 2 any idea? Thanks! Sam -- You received this question notification because you are a member of qpdfview, which is an answer contact for qpdfview. -- Mailing list: https://launchpad.net/~qpdfview Post to : [email protected] Unsubscribe : https://launchpad.net/~qpdfview More help : https://help.launchpad.net/ListHelp

