Re: [Pan-users] Building Pan on windows

2006-07-13 Thread Darren
[EMAIL PROTECTED] wrote: > Any tips or pointers? > > Thanks! Also, I am 99.9% certain that this is a problem with my build environment and not with Pan. Can anyone who has built Pan successfully on Windows share what they had to do to get GMIME to build? That seems like the likely culprit.

[Pan-users] Building Pan on windows

2006-07-13 Thread dpa_lists
After my windows system died I needed to reload my Pan build environment. I previously had it working but had not built anything since Pan 0.98 I think. I followed the instructions in Readme.mingw with two execptions: 1) I had to make more changes to gmime than what the document indicated but g

Re: [Pan-users] Building on Mac -- status

2006-07-13 Thread Charles Kerr
David Shochat wrote: Thanks. That worked here also. pan-0.103 now running on the iMac. And as I just reported in bug 346588, it does not get into any trouble reading the comcast group list. I dug through the compile to find why the hardcoding of the path was necessary: if g++ -DHAVE_CONFIG_H -

Re: [Pan-users] Building on Mac -- status

2006-07-13 Thread David Shochat
Darren wrote: Marco Stagno posted this a couple of days ago: --- as already wrote Jeff, I had to change in file /opt/local/include/glib-2.0/glib/gi18n.h the #include libintl.h in #include (I'm using DarwinPorts) Thanks. That worked here a