> Try compiling it without optimization - just replace all -O2 in
> src/Makefile with -O0 and make clean, make. I wonder if this last
> problem is due to a compiler bug or not..

Removing optimizations yields this failure:

ld: multiple definitions of symbol (anonymous
namespace)::fillBuffer(__sFILE*)
mime-parsefull.o definition of (anonymous namespace)::fillBuffer(__sFILE*)
in section (__TEXT,__text)
mime-parseonlyheader.o definition of (anonymous
namespace)::fillBuffer(__sFILE*) in section (__TEXT,__text)
mime-printbody.o definition of (anonymous namespace)::fillBuffer(__sFILE*)
in section (__TEXT,__text)
mime-printdoc.o definition of (anonymous namespace)::fillBuffer(__sFILE*) in
section (__TEXT,__text)
mime-printheader.o definition of (anonymous namespace)::fillBuffer(__sFILE*)
in section (__TEXT,__text)
make[2]: *** [bincimapd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Here's mention of a trick that supposedly resolved a similar error for
another package:

    http://vlsi.cornell.edu/magic/list/0212.html


And here's my little patch to operator-list.cc:

--- src/operator-list.cc.orig   Fri Aug 15 05:39:35 2003
+++ src/operator-list.cc        Fri Aug 15 02:50:20 2003
@@ -35,9 +35,9 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <dirent.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 
 #include <string>
 #include <iostream>


And last: I believe I may have been in error when I reported that bincimap
1.1.9 compiled successfully on OpenBSD 3.3 PPC. Every line reports an error:

arg-error.h: In method `const class string
ArgParser::ArgumentError::reason() const':
arg-error.h:77: warning: control reaches end of non-void function
`ArgParser::ArgumentError::reason() const'

Since I don't intend to run bincimap on that box, just ignore my previous
report. (But I'd be happy to continue trying to compile it there, too, if
it's of interest.)


> Andy - has no access to any OSX machine. :(

Can't do anything about that tonight/this morning. But I may be able to set
up ssh access on a spare box if we arrive at an impasse.

-B...

Reply via email to