error: no member named 'st_ctim' in 'struct stat'
Hello James,
I get the exact same error when trying to compile Dovecot 2.3.21 on both Mac OS Monterey 12.7.3 and Mac OS Ventura 13.6.4.
dbox-storage.c:296:32:error:no member named 'st_atim' in 'struct stat'
last_temp_file_scan = stats.st_atim.tv_sec;
~~~~~ ^
dbox-storage.c:297:24:error:no member named 'st_ctim' in 'struct stat'
change_time = stats.st_ctim.tv_sec;
Dovecot 2.3.20 compiles without any issue. Did you ever understand how to solve the problem?
Best regards
Lasse Törngren
Hello James, I get the exact same error when trying to compile Dovecot 2.3.21 on both Mac OS Monterey 12.7.3 and Mac OS Ventura 13.6.4. dbox-storage.c:296:32:error:no member named 'st_atim' in 'struct stat' last_temp_file_scan = stats.st_atim.tv_sec; ~~~~~ ^ dbox-storage.c:297:24:error:no member named 'st_ctim' in 'struct stat' change_time = stats.st_ctim.tv_sec; Dovecot 2.3.20 compiles without any issue. Did you ever understand how to solve the problem? Best regards Lasse Törngren
participants (1)
-
Lasse Törngren