I'm trying a very basic ./configure; make of v1.1rc6 under Mac OS X
10.5.3. I have previously installed v1.1rc5 with no problems
(although I was running OS X 10.5.2 at the time).
Machine is an Intel based Mac Mini running on an Journaled HFS+
partition.
When I attempt the make I am running into:
<snip> gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib- mail -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing- declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad- function-cast -Wstrict-aliasing=2 -MT mail-index-view-sync.o -MD -MP - MF .deps/mail-index-view-sync.Tpo -c -o mail-index-view-sync.o mail- index-view-sync.c mv -f .deps/mail-index-view-sync.Tpo .deps/mail-index-view-sync.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib- mail -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing- declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad- function-cast -Wstrict-aliasing=2 -MT mail-index-write.o -MD -MP - MF .deps/mail-index-write.Tpo -c -o mail-index-write.o mail-index- write.c mail-index-write.c: In function 'mail_index_write': mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim' mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim' make[3]: *** [mail-index-write.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2