denemo-devel
[Top][All Lists]
Advanced

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

[bug #65256] Compile error in src/source/proof.c pointer mismatch


From: Richard Shann
Subject: [bug #65256] Compile error in src/source/proof.c pointer mismatch
Date: Mon, 5 Feb 2024 09:55:47 -0500 (EST)

Follow-up Comment #1, bug#65256 (group denemo):

Line 280 seems to have moved since the version you are quoting, but it seems
that there was a header file missing - at line 24 there is currently

#ifdef USE_ATRIL
#include <atril-view.h>
#include <atril-document.h>
#else
#include <evince-view.h>
#include <evince-document.h>
#endif

it seems the non USE_ATRIL build should have

#include "ev-document-annotations.h"

as well (this is implied by
https://evince-doc.github.io/ev-document-annotations_8c.html
which I'm guessing is the up-to-date docs)
However, it would be best to set USE_ATRIL in the configure step as the Evince
libraries don't support clicking on links in the Print View in Denemo as they
used to and so this feature - proofreading - won't be working anyway when
building with current Evince libraries.
The USE_ATRIL build does not issue a warning - the ev-document-annotations.h
is included in atril-document.h it seems.








    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65256>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]