<p>To compile debug pluginf irst I run ./configure and it returns:<br>
geany-plugins-1.33</p>
<p>Build Environment:<br>
Geany version:             1.33 (GTK3)<br>
Install prefix:                 /usr/local<br>
Datadir:                        /usr/local/share/geany-plugins<br>
Libdir:                           /usr/local/lib/geany-plugins<br>
Docdir:                         /usr/local/share/doc/geany-plugins<br>
Plugins path:                /usr/lib/x86_64-linux-gnu/geany</p>
<p>Build Features:<br>
Unit tests:                              no<br>
Static code checking:            no<br>
Extra C compiler warnings:   yes<br>
Extra linker options:              yes</p>
<p>Plugins:<br>
Addons:                       yes<br>
Autoclose:                    yes<br>
Automark:                     yes<br>
CodeNav:                      yes<br>
Commander:                    yes<br>
Debugger:                     no<br>
Defineformat:                 yes<br>
DevHelp:                      no<br>
GeanyCtags:                   yes<br>
GeanyDoc:                     yes<br>
GeanyExtraSel:                yes<br>
GeanyGenDoc:                  no<br>
GeanyInsertNum:               yes<br>
LaTeX:                        yes<br>
GeanyLua:                     no<br>
GeanyMacro:                   yes<br>
GeanyMiniScript:              yes<br>
GeanyNumberedBookmarks:       yes<br>
GeanyPrj:                     yes<br>
Geanypy:                      no<br>
GeanyVC:                      yes<br>
GeanyPG:                      no<br>
GeniusPaste:                  no<br>
GitChangeBar:                 no<br>
keyrecord:                    yes<br>
LineOperations:               yes<br>
Lipsum:                       yes<br>
Markdown:                     no<br>
MultiTerm:                    no<br>
Overview:                     yes<br>
PairTagHighlighter:           yes<br>
PoHelper:                     yes<br>
Pretty Printer:               no<br>
ProjectOrganizer:             yes<br>
Scope:                        no<br>
Sendmail:                     yes<br>
ShiftColumn:                  yes<br>
Spellcheck:                   no<br>
TreeBrowser:                  yes<br>
Tableconvert:                 yes<br>
Updatechecker:                no<br>
WebHelper:                    no<br>
Workbench:                    yes<br>
XMLSnippets:                  yes</p>
<p>Features:<br>
GeanyVC GtkSpell support:    no<br>
Markdown library:                   peg-markdown<br>
TreeBrowser GIO support:      yes<br>
Utility library:                           yes</p>
<p>After that I run the command make inside debug plugin folder, but I go the following error:</p>
<p>Making all in src<br>
make[1]: Entering directory '/home/epsm/Baixados/geany-plugins-1.33/debugger/src'<br>
CC       debugger_la-bptree.lo<br>
In file included from bptree.c:48:<br>
cell_renderers/cellrendererbreakicon.h:43:3: warning: parameter names (without types) in function declaration<br>
guint GSEAL (enabled);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:43:9: error: field ‘GSEAL’ declared as a function<br>
guint GSEAL (enabled);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:44:3: warning: parameter names (without types) in function declaration<br>
const gchar* GSEAL(condition);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:44:16: error: field ‘GSEAL’ declared as a function<br>
const gchar* GSEAL(condition);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:45:3: warning: parameter names (without types) in function declaration<br>
guint GSEAL (hitscount);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:45:9: error: field ‘GSEAL’ declared as a function<br>
guint GSEAL (hitscount);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:47:3: warning: parameter names (without types) in function declaration<br>
GdkPixbuf *GSEAL (pixbuf_enabled);<br>
^~~~~~~~~<br>
cell_renderers/cellrendererbreakicon.h:47:14: error: field ‘GSEAL’ declared as a function<br>
GdkPixbuf *GSEAL (pixbuf_enabled);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:48:3: warning: parameter names (without types) in function declaration<br>
GdkPixbuf *GSEAL (pixbuf_disabled);<br>
^~~~~~~~~<br>
cell_renderers/cellrendererbreakicon.h:48:14: error: field ‘GSEAL’ declared as a function<br>
GdkPixbuf *GSEAL (pixbuf_disabled);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:49:3: warning: parameter names (without types) in function declaration<br>
GdkPixbuf *GSEAL (pixbuf_conditional);<br>
^~~~~~~~~<br>
cell_renderers/cellrendererbreakicon.h:49:14: error: field ‘GSEAL’ declared as a function<br>
GdkPixbuf *GSEAL (pixbuf_conditional);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:50:3: warning: parameter names (without types) in function declaration<br>
GdkPixbuf *GSEAL (pixbuf_file);<br>
^~~~~~~~~<br>
cell_renderers/cellrendererbreakicon.h:50:14: error: field ‘GSEAL’ declared as a function<br>
GdkPixbuf <em>GSEAL (pixbuf_file);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:44:16: error: duplicate member ‘GSEAL’<br>
const gchar</em> GSEAL(condition);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:45:9: error: duplicate member ‘GSEAL’<br>
guint GSEAL (hitscount);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:47:14: error: duplicate member ‘GSEAL’<br>
GdkPixbuf *GSEAL (pixbuf_enabled);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:48:14: error: duplicate member ‘GSEAL’<br>
GdkPixbuf *GSEAL (pixbuf_disabled);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:49:14: error: duplicate member ‘GSEAL’<br>
GdkPixbuf *GSEAL (pixbuf_conditional);<br>
^~~~~<br>
cell_renderers/cellrendererbreakicon.h:50:14: error: duplicate member ‘GSEAL’<br>
GdkPixbuf *GSEAL (pixbuf_file);<br>
^~~~~<br>
bptree.c: In function ‘on_hitscount_changed’:<br>
bptree.c:373:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]<br>
if (oldcount != count)<br>
^~<br>
bptree.c:376:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’<br>
gtk_tree_path_free(tree_path);<br>
^~~~~~~~~~~~~~~~~~<br>
make[1]: *** [Makefile:976: debugger_la-bptree.lo] Error 1<br>
make[1]: Leaving directory '/home/epsm/Baixados/geany-plugins-1.33/debugger/src'<br>
make: *** [Makefile:583: all-recursive] Error 1</p>
<p>I would be very gratefull for some help. Thanks in advance.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/958?email_source=notifications&email_token=AAIOWJ3UQU72KPMYLABYLW3RFXQMFA5CNFSM4LA3XOGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISIAN7A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ67573DRJQWKHHR2PTRFXQMFANCNFSM4LA3XOGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJYBGMI4J2YHNQJEF63RFXQMFA5CNFSM4LA3XOGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISIAN7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/958?email_source=notifications\u0026email_token=AAIOWJ3UQU72KPMYLABYLW3RFXQMFA5CNFSM4LA3XOGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISIAN7A",
"url": "https://github.com/geany/geany-plugins/issues/958?email_source=notifications\u0026email_token=AAIOWJ3UQU72KPMYLABYLW3RFXQMFA5CNFSM4LA3XOGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISIAN7A",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>