<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>I was trying to compile geany (<a href="https://github.com/b4n/geany/tree/wip/gtk3-support">https://github.com/b4n/geany/tree/wip/gtk3-support</a>), but I get errors like this:</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">~/geany-wip-gtk3-support/tagmanager/src'<br>  CC       tm_file_entry.o<br>tm_file_entry.c:35:66: error: expected ‘;’, ‘,’ or ‘)’ before ‘user_data’<br> void tm_file_entry_print(TMFileEntry *entry, gpointer __unused__ user_data</span><br></div><div style="color: rgb(0, 0, 0); font-size:
 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">It continues compilation when I remove "__unused__", but the error happens again and again (probably hundreds of times). Are there special compiler parameters necessary? Why does it not just work with "make"?</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">I was also wondering if I caught the correct source code, since it seems to be missing commits for over a year.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica
 Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">I used: Ubuntu 14.04, GNU Make 3.81<br></div></div></body></html>