Hi,

I am trying to compile said version above under FreeBSD 14.1 .

Config setting is:

 ./configure --with-pgsql --with-sql

However, during compile the process halts with below errors:
<quote>
test-mail-index-transaction-update.c:648:17: error: incompatible pointer to integer conversion assigning to 'uint32_t' (aka 'unsigned int') from 'char *(*)(int, int)' [-Wint-conversion]
  648 |                 hdr.day_stamp = tests[i].old_day_stamp + timezone;
      |                               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-mail-index-transaction-update.c:650:49: warning: arithmetic on a pointer to the function type 'char *(int, int)' is a GNU extension [-Wgnu-pointer-arith] 650 | mail_index_update_day_headers(t, tests[i].now + timezone); | ^ ~~~~~~~~ test-mail-index-transaction-update.c:650:36: error: incompatible pointer to integer conversion passing 'char *(*)(int, int)' to parameter of type 'time_t' (aka 'long') [-Wint-conversion] 650 | mail_index_update_day_headers(t, tests[i].now + timezone); | ^~~~~~~~~~~~~~~~~~~~~~~
</quote>

Other info:

gcc -v
FreeBSD clang version 18.1.5 (https://github.com/llvm/llvm-project.git llvmorg-18.1.5-0-g617a15a9eac9)
Target: x86_64-unknown-freebsd14.1
Thread model: posix
InstalledDir: /usr/bin

Any clue or pointer (no pun intended) what's going wrong and how to fix it?

--
Thanks and regards

  Goetz R Schultz

Quis custodiet ipsos custodes?
---------------------------->8------------------------------
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
---------------------------->8------------------------------

---------------------------->8------------------------------

 /"\
 \ /  ASCII Ribbon Campaign
  X   against HTML e-mail
/ \
  This message is transmitted on 100% recycled electrons.

---------------------------->8------------------------------
Unsigned message - no responsibillity that content is not altered


_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to