On -1 xxx -1, Ralf Weber wrote: >Moin! >I just upgraded to MacOSX 10.3 Panther and wanted to recompile my >bincimap and it failed. The error was in mime-printstruct.cc as (see >below) described in Jason Parkers mail to this list on October 25th. >Did anybody so far pick this up and could help me to get it working >again? I could offer limited ssh access to my box if needed.
The quick fix is to comment out the entire content of the printStruct() function in mime-printstruct.cc. Insert a /* at the very start of the function (line 67?), and a */ at the very end. That's a workaround, but the printStruct function doesn't belong in the distro so the workaround is fine. :-) Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
