[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error with Master ae4d2c09
[Thread Prev] | [Thread Next]
- Subject: Re: Error with Master ae4d2c09
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2025 09:58:53 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 28/06/2025 à 21:42, vuott@xxxxxxxxxxxx a écrit :
Hello, with Master ae4d2c09 I obtain this error: Making all in gb.pdf Making all in src CXX gb_pdf_la-CPdfDocument.lo CPdfDocument.cpp: In function 'void PDFPAGELINKS_get(void*, void*)':CPdfDocument.cpp:1114:62: error: cannot convert 'const std::shared_ptr<AnnotLink>' to 'AnnotLink*' in initialization1114 | for (AnnotLink *link : THIS->links->getLinks()) { | ^CPdfDocument.cpp: In function 'void aux_get_link_dimensions(void*, CPDFRECT*)': CPdfDocument.cpp:1220:54: error: cannot convert 'const std::shared_ptr<AnnotLink>' to 'AnnotLink*' in initialization1220 | for (AnnotLink *link : THIS->links->getLinks()) { | ^ make[4]: *** [Makefile:530: gb_pdf_la-CPdfDocument.lo] Error 1 make[3]: *** [Makefile:456: all-recursive] Error 1 make[2]: *** [Makefile:388: all] Error 2 make[1]: *** [Makefile:464: all-recursive] Error 1 make: *** [Makefile:405: all] Error 2
Hi, Which version of gcc do you use? $ gcc --version Which version of poppler do you use? $ pkg-config --modversion poppler Regards, -- Benoît Minisini.
Re: Error with Master ae4d2c09 | vuott@xxxxxxxxxxxx |
Error with Master ae4d2c09 | vuott@xxxxxxxxxxxx |