[Dbmail] Compile on OSX 10.4

2005-12-11 Thread Bradley Giesbrecht
Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure at line 6053 for v2.1.3 and 6098 for v2.0.7. While running ./configure the check for crypt.h prints: checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Paul J Stevens
Bradley Giesbrecht wrote: Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure at line 6053 for v2.1.3 and 6098 for v2.0.7. While running ./configure the check for crypt.h prints: checking crypt.h usability... no checking crypt.h

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Bradley Giesbrecht
make: *** [all-recursive-am] Error 2 /brad On Dec 11, 2005, at 1:27 AM, Paul J Stevens wrote: Bradley Giesbrecht wrote: Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure at line 6053 for v2.1.3 and 6098 for v2.0.7. While running

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Bradley Giesbrecht
, at 1:27 AM, Paul J Stevens wrote: Bradley Giesbrecht wrote: Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure at line 6053 for v2.1.3 and 6098 for v2.0.7. While running ./configure the check for crypt.h prints: checking crypt.h

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Paul J Stevens
Bradley Giesbrecht wrote: Paul, thanks for the reply. Since I'm new to compile trouble shooting I have a question that may be stupid. Isn't the crypt.h included in configure regardless of the result of the check? It doesn't seem to be wrapped in an if or for statement. It looks to me

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Paul J Stevens
Stevens wrote: Bradley Giesbrecht wrote: Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure at line 6053 for v2.1.3 and 6098 for v2.0.7. While running ./configure the check for crypt.h prints: checking crypt.h usability

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Bradley Giesbrecht
Here is a snip from a email conversation I'm having with Terry Lambert at apple. quote The most correct way is to get to the point that you can just run configure, and it kicks out the right Makefiles. You might be able to put in an Mac OS X/Darwin configuration data file that either it

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Bradley Giesbrecht
postgres, oracle, mysql, openas2, etc I would be happy to contribute an osx startup script if it might add value to dbmail. /brad On Dec 11, 2005, at 1:27 AM, Paul J Stevens wrote: Bradley Giesbrecht wrote: Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h

Re: [Dbmail] Compile on OSX 10.4

2005-12-11 Thread Bradley Giesbrecht
, etc I would be happy to contribute an osx startup script if it might add value to dbmail. /brad On Dec 11, 2005, at 1:27 AM, Paul J Stevens wrote: Bradley Giesbrecht wrote: Hello, In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure