Thanks. I gave this a try and I get the same error...
Doing a better archive search I ran into your prior threads (typing OS X into the search yields no results! - so I hadn't known about previous attempts :0)
There was a suggested patch to mime-utils.h by Andy - but this was for an older binc version - I tried anyway and the Hunk failed... So I assume that is a dead end.
Not sure what to try next... Did you do anything else during the config step etc... Did you set CFLAGS and/or LDFLAGS?
Anyway, here is the output with optimizations off...
Thanks, (Sorry Bruce - I meant it to go to the list the first time!)
-jason
Making all in src
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O0 -Wall -fno-exceptions -O0 -MT mime-printstruct.o -MD -MP -MF ".deps/mime-printstruct.Tpo" \
-c -o mime-printstruct.o `test -f 'mime-printstruct.cc' || echo './'`mime-printstruct.cc; \
then mv ".deps/mime-printstruct.Tpo" ".deps/mime-printstruct.Po"; \
else rm -f ".deps/mime-printstruct.Tpo"; exit 1; \
fi
io.h: In member function `Binc::IO& Binc::IO::operator<<(const T&) [with T =
size_t]':
mime-printstruct.cc:81: instantiated from here
io.h:169: ambiguous overload for `Binc::BincStream& << const long unsigned int&
' operator
convert.h:273: candidates are: Binc::BincStream&
Binc::BincStream::operator<<(std::ostream&(*)(std::ostream&)) <near match>
convert.h:274: Binc::BincStream&
Binc::BincStream::operator<<(const std::string&) <near match>
convert.h:275: Binc::BincStream&
Binc::BincStream::operator<<(unsigned int)
convert.h:276: Binc::BincStream&
Binc::BincStream::operator<<(int)
convert.h:277: Binc::BincStream&
Binc::BincStream::operator<<(char)
make[2]: *** [mime-printstruct.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
On Saturday, October 25, 2003, at 12:36 PM, Bruce A. Burdick, Jr. wrote:
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-exceptions -O2 -MT mime-printstruct.o -MD -MP -MF ".deps/mime-printstruct.Tpo" \
You need to turn off optimizations. Search the old list to find out how to
do this.
-B...
Anyone get bincimap-1.2.3 to compile on OS X?
I'm running into a problem - cant' get past mime-printstruct.o - and have tried a few things with no luck so far... Does someone know/see what I need to nudge?
Thanks! -jason
[...]
