Nicolas Pitre <nico@xxxxxxx> wrote: > On Tue, 30 Sep 2008, Shawn O. Pearce wrote: > > Nicolas Pitre <nico@xxxxxxx> wrote: > > > On ARM I have the following compilation errors: > > ... > > > This is a bit ugly but given the rat nest of system includes we have I > > > don't know how to solve this any better. > > > > Hmm. On Linux x86 with your change: > > > > In file included from imap-send.c:32: > > cache.h: In function 'create_ce_mode': > > cache.h:186: error: 'S_IFLNK' undeclared (first use in this function) > > > > I think that last hunk which moved the openssl includes to be before > > cache.h is the problem. > > With that, my build on ARM bombs out with: > > CC imap-send.o > In file included from /usr/include/openssl/kssl.h:71, > from /usr/include/openssl/ssl.h:191, > from imap-send.c:30: > /usr/include/ctype.h:102: error: expected expression before ']' token *sigh* Yea, its a bit ugly due to the rats nest of system includes. Right now I don't see how we can include your patch, it breaks a major platform for us. But obviously my "fix" is also bogus and won't get ARM working again. Any other ideas we can try? 'cause I don't have any right now. :-| -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html