Re: Patch RFC: Fix broken builds with Sun CC

2015-09-21 Thread Jens Erat
Hi Ellie, thank you for the detailed analysis. >> This is not as simple as just removing the casts from lib/imapopts.c -- >> it's a generated file. Note the comments at the top: >> >>> /* auto-generated by config2header 1.17 */ >>> >>> /* DO NOT EDIT */ >>> >>> /* THIS FILE AUTOMATICALLY GENERAT

Re: Patch RFC: Fix broken builds with Sun CC

2015-09-21 Thread ellie timoney
Hi Jens, > We already set `CC=cc`, which resulted in following `configure` output: > [...] > indeed, void casts are generated. For now, the issue is resolved by > exporting the full path of the Sun C compiler. That's curious. I wonder if configure is being clever in some unhelpful way. Can you