[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: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Sun, 29 Jun 2025 08:43:18 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
From compilation?
--disable-pdf should be in configure command now for most systems.
Did you use --disable-pdf ?
Or is it OBS binary install?
Respects
BruceS
On Sat, 28 Jun 2025, 20:43 , <vuott@xxxxxxxxxxxx> wrote:
> 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
>
| Re: Error with Master ae4d2c09 | Bruce Steers <bsteers4@xxxxxxxxx> |
| Error with Master ae4d2c09 | vuott@xxxxxxxxxxxx |