Re: [Dovecot] Compile issue Dovecot 2.1.8, OS X 10.6.x

2012-07-17 Thread Jim
Hey all, I'm still stumped here. No suggestions from anyone on anything I can look at? Has anyone successfully compiled the 2.1.x branch on Mac OS X 10.6.x? Jim On Jul 16, 2012, at 8:10 PM, Jim wrote: I just did tried building Dovecot 2.1.0, same issue. Dovecot 2.0.21 was able to build

Re: [Dovecot] Compile issue Dovecot 2.1.8, OS X 10.6.x

2012-07-17 Thread Timo Sirainen
I always use: CPPFLAGS='-I/opt/local/include/postgresql85 -I/opt/local/include' \ LDFLAGS=-L/opt/local/lib/postgresql85 -L/opt/local/lib \ ./configure Because otherwise system iconv conflicts with macports iconv. But it has been this way in v2.0 as well. On 18.7.2012, at 8.09, Jim wrote: Hey

Re: [Dovecot] Compile issue Dovecot 2.1.8, OS X 10.6.x

2012-07-17 Thread Jim
Hey Timo. I tried this just now, and that did the trick! I've updated my documentation here to include these additional parameters. Thanks so much! Jim On Jul 18, 2012, at 12:15 AM, Timo Sirainen wrote: I always use: CPPFLAGS='-I/opt/local/include/postgresql85 -I/opt/local/include' \

[Dovecot] Compile issue Dovecot 2.1.8, OS X 10.6.x

2012-07-16 Thread Jim
Hey all. I'm running Mac OS X 10.6.4, and had Dovecot 2.0.7 installed built from source. I'm now wanting to upgrade to Dovecot 2.1.8, but I can't get MAKE to finish without errors: ./configure --with-mysql (snip) Install prefix . : /usr/local File offsets ... : 64bit I/O polling :

Re: [Dovecot] Compile issue Dovecot 2.1.8, OS X 10.6.x

2012-07-16 Thread Jim
I just did tried building Dovecot 2.1.0, same issue. Dovecot 2.0.21 was able to build without issues, so this problem seems to be with the entire 2.1.x branch. Jim On Jul 16, 2012, at 4:25 PM, Jim wrote: Hey all. I'm running Mac OS X 10.6.4, and had Dovecot 2.0.7 installed built from