[Samba] 3.0.11 client/clitar.c Fails to Compile on RedHat and AIX

2005-02-25 Thread Lucas Machado
I'm having the same exact problem on Debian. I found the patches on your site, but unfortunately being barely an intermediate linux user i'm not sure what to do with the patch. So, what should i do? Thanks in advance, --Lucas Machado -- To unsubscribe from this list go to the following URL and

Re: [Samba] 3.0.11 client/clitar.c Fails to Compile on RedHat and AIX

2005-02-25 Thread Daniel Ramaley
Unpack Samba: $ tar -xvzf samba-3.0.11.tar.gz Change into the directory: $ cd samba-3.0.11/source Run this to add the patch: $ patch -p1 ../../clitar.patch (assuming you put the patch file in the same directory as the tarball.) In general, to apply patches cd into the source tree,

Re: [Samba] 3.0.11 client/clitar.c Fails to Compile on RedHat and AIX

2005-02-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Evans wrote: | Patch already posted at http://www.samba.org/~jerry/patches/ | | Are all of the patches you have there for 3.0.11 required | here, or just the clitar.c patch? I've added comments at the top of every patch. They are all valid

[Samba] 3.0.11 client/clitar.c Fails to Compile on RedHat and AIX

2005-02-15 Thread Tim Evans
Nearly identical results on AIX 5.2 and RedHat 7.3. In both cases: ./configure --with-winbind --with-ads --with-ldap --with-krb5 AIX 5.2: Compiling client/clitar.c client/clitar.c:91: error: parse error before '*' token client/clitar.c:91: warning: data definition has no type or storage class

Re: [Samba] 3.0.11 client/clitar.c Fails to Compile on RedHat and AIX

2005-02-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Evans wrote: | Nearly identical results on AIX 5.2 and RedHat 7.3. In both cases: | | ./configure --with-winbind --with-ads --with-ldap --with-krb5 Patch already posted at http://www.samba.org/~jerry/patches/ cheers, jerry -BEGIN PGP

Re: [Samba] 3.0.11 client/clitar.c Fails to Compile on RedHat and AIX

2005-02-15 Thread Tim Evans
On Tue, 15 Feb 2005 11:06:38 -0600, Gerald (Jerry) Carter wrote -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Evans wrote: | Nearly identical results on AIX 5.2 and RedHat 7.3. In both cases: | | ./configure --with-winbind --with-ads --with-ldap --with-krb5 Patch already posted at