DWARF error when using QtPDF
-
Hello,
I'm using Qt 5.15.2 on Ubuntu 22.04 and I built QtPDF library with the following instructions :
https://wiki.qt.io/QtPDF_Build_InstructionsWhen I want to build the project : https://github.com/Doga-dev/POC_QtPDF_use , I obtain the following error :
"/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23"I searched on Internet but I didn't find any usable information to solve my problem.
Thanks in advance for all help you can given to me.
Francis.
-
Hello,
I'm using Qt 5.15.2 on Ubuntu 22.04 and I built QtPDF library with the following instructions :
https://wiki.qt.io/QtPDF_Build_InstructionsWhen I want to build the project : https://github.com/Doga-dev/POC_QtPDF_use , I obtain the following error :
"/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23"I searched on Internet but I didn't find any usable information to solve my problem.
Thanks in advance for all help you can given to me.
Francis.
I focused on the DWARF error but I forgot to add QtPdf to the Link command in the CMakeList.txt file. Solve this resolves my problem.
Sorry.