InterLinked1 / lbbs

Lightweight BBS For Linux - Bulletin Board System server software
GNU General Public License v2.0
35 stars 4 forks source link

mod_webmail.c:312:71: error: 'MAILIMAP_STATUS_ATT_SIZE' undeclared #18

Closed obsd-guru closed 11 months ago

obsd-guru commented 11 months ago

enviroment : actual debian, did the install_prereq.sh then when i try to make it i get this error.

mod_webmail.c:312:71: error: 'MAILIMAP_STATUS_ATT_SIZE' undeclared (first use in this function); did you mean 'MAILIMAP_STATUS_ATT_UNSEEN'? 312 res = mailimap_status_att_list_add(att_list, MAILIMAP_STATUS_ATT_SIZE); ^~~~~~~~

any ideas?

InterLinked1 commented 11 months ago

You need the patched version of libetpan (not the package or from the official repo) to get that symbol.

Can you manually run scripts/libetpan.sh and post the results of that here?

obsd-guru commented 11 months ago

ah that did the trick. thanks a lot!