Andy,
Thank you for replying so quickly. I appreciate your help. I made the
changes you suggested, but the make still fails with the following:
make all-recursive
Making all in conf
Making all in contrib
Making all in authenticators
Making all in doc
Making all in manual
Making all in man
Making all in service
Making all in log
Making all in src
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-exceptions -O2 -c
address.cc
cc1plus: Invalid option `-fno-exceptions'
In file included from address.cc:38:
address.h:42: warning: namespaces are mostly broken in this version of
g++
address.h:47: syntax error before `::'
address.h:55: syntax error before `::'
address.h:56: syntax error before `::'
In file included from convert.h:49,
from address.cc:39:
depot.h:51: syntax error before `::'
depot.h:56: syntax error before `::'
depot.h:68: syntax error before `::'
depot.h:92: syntax error before `::'
depot.h:97: syntax error before `::'
depot.h:100: syntax error before `::'
depot.h:103: syntax error before `::'
depot.h:111: syntax error before `::'
depot.h:113: syntax error before `::'
depot.h:118: syntax error before `::'
depot.h:120: syntax error before `::'
depot.h:122: syntax error before `::'
depot.h:123: syntax error before `::'
depot.h:125: syntax error before `::'
depot.h:126: syntax error before `::'
depot.h:127: syntax error before `::'
depot.h:129: syntax error before `::'
depot.h:130: syntax error before `::'
depot.h:134: syntax error before `::'
depot.h:141: syntax error before `::'
depot.h:152: syntax error before `::'
In file included from address.cc:39:
convert.h:54: syntax error before `::'
convert.h:57: `intbuf' was not declared in this scope
convert.h:57: `intbuf' was not declared in this scope
convert.h:57: `i_in' was not declared in this scope
convert.h:57: warning: ANSI C++ forbids declaration `snprintf' with no
type or storage class
convert.h:57: warning: initializer list being treated as compound
expression
convert.h:58: syntax error before `return'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Any ideas??
Thanks again,
Robert Sharp
Andreas Aardal Hanssen wrote:
>
> On Fri, 3 Dec 2004, Robert Sharp wrote:
> >Andy,
> >I apologize for not being more specific. I have already tried using
> >several paths to SSL and even with the --without-ssl option, but I still
> >get the same results. The make fails with the following error:
>
> Okay, so you weren't worried about openssl not being detected? It seems to
> me that it would be detected if you actually have it installed.
>
> >make all-recursive
> >Making all in conf
> >Making all in contrib
> >Making all in authenticators
> >Making all in doc
> >Making all in manual
> >Making all in man
> >Making all in service
> >Making all in log
> >Making all in src
> >g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fno-exceptions -O2 -c
> >address.cc
> >In file included from address.cc:39:
> >convert.h:42: iomanip: No such file or directory
> >convert.h:43: iostream: No such file or directory
> >*** Error code 1
>
> Try editing convert.h and replace iomanip with iomanip.h, and iostream
> with iostream.h.
>
> 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."