[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error with Master ae4d2c09


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 initialization
1114 |                 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 initialization
1220 |         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

Follow-Ups:
Re: Error with Master ae4d2c09Bruce Steers <bsteers4@xxxxxxxxx>
Re: Error with Master ae4d2c09Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>