RE: 3.0.20 compile failure

2005-09-21 Thread Randy McMurchy
Hi Jerry, You wrote: What exactly fails to compile? I've tried on SunOS5.9 with gcc 4.0.0 and things are ok. I'm upgrading to 4.0.1 now. I believe it has to do with having Kerberos (in my instance the Heimdal package) installed. Then I pass this configure line: ./configure --prefix=/usr \

Re: 3.0.20 compile failure

2005-09-21 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Randy McMurchy wrote: I hope this information is helpful. BTW - It could very well be an issue with the Heimdal package, though in every other version of Samba before 3.0.20 (this is where the change to your includes.h file has been entered),

Re: 3.0.20 compile failure

2005-09-21 Thread Randy McMurchy
Gerald (Jerry) Carter wrote these words on 09/21/05 14:07 CST: Yeah. It is a heimdal issue. They are using reserved C++ keywords. There was a change in Samba 3.0.20 to allow for building VFS modules written in C++. I'm pretty sure the heimdal folks are aware of this. I'm not going to

Re: 3.0.20 compile failure

2005-09-21 Thread Bruce Dubbs
Randy McMurchy wrote: Gerald (Jerry) Carter wrote these words on 09/21/05 14:07 CST: Yeah. It is a heimdal issue. They are using reserved C++ keywords. There was a change in Samba 3.0.20 to allow for building VFS modules written in C++. I'm pretty sure the heimdal folks are aware of this.