grosjo / fts-xapian

Dovecot FTS plugin based on Xapian
GNU Lesser General Public License v2.1
91 stars 19 forks source link

compilation failure with 1.6.4 #149

Closed a16bitsysop closed 6 months ago

a16bitsysop commented 6 months ago

I get the following error with gcc 13.2.1

fts-backend-xapian.cpp:364:1: error: expected primary-expression before '/' token
  364 | /
      | ^
fts-backend-xapian.cpp:365:9: error: expected primary-expression before 'if'
  365 |         if(ctx->tbi_field!=NULL)
      |         ^~
make[2]: *** [Makefile:584: fts-backend-xapian.lo] Error 1
grosjo commented 6 months ago

Please try 1.6.5

a16bitsysop commented 6 months ago

Yes that’s fixed it, thanks