Re: libsmbclient example compilation problems

2003-01-13 Thread Richard Sharpe
On Mon, 13 Jan 2003, Tuomas Niinimäki wrote:

> On Mon, 2003-01-13 at 21:01, Richard Sharpe wrote:
> > Which version of Samba are you using?
> > 
> 
> Hmm, version seems to be samba-2.999+3.0.alpha21, actually this is
> source package from unstable debian. Perhaps I should try something
> earlier and more stable :)

OK, I see the problems. Samba 3.0.x is not in sync with Samba head. Try 
pulling samba-head, and in the mean time, I will do my janitorial duties.

Regards
-
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, 
sharpe[at]ethereal.com, http://www.richardsharpe.com




Re: libsmbclient example compilation problems

2003-01-13 Thread Richard Sharpe
On Mon, 13 Jan 2003, Tuomas Niinimäki wrote:

> On Mon, 2003-01-13 at 21:01, Richard Sharpe wrote:
> > Which version of Samba are you using?
> > 
> 
> Hmm, version seems to be samba-2.999+3.0.alpha21, actually this is
> source package from unstable debian. Perhaps I should try something
> earlier and more stable :)

OK, so it is the Samba 3.0 stuff that Vorlon got into Debian.

I thought that we fixed that.

Let me look into it some more.

Regards
-
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, 
sharpe[at]ethereal.com, http://www.richardsharpe.com




Re: libsmbclient example compilation problems

2003-01-13 Thread Tuomas Niinimäki
On Mon, 2003-01-13 at 21:01, Richard Sharpe wrote:
> Which version of Samba are you using?
> 

Hmm, version seems to be samba-2.999+3.0.alpha21, actually this is
source package from unstable debian. Perhaps I should try something
earlier and more stable :)

-- 
Tuomas Niinimäki <[EMAIL PROTECTED]>




Re: libsmbclient example compilation problems

2003-01-13 Thread Richard Sharpe
On Mon, 13 Jan 2003, Tuomas Niinimäki wrote:

> Hello,
> 
> I'm experiencing problems with compiling the libsmbclient examples (as
> well as my own libsmbclient test programs). It seems like there are some
> problems with the include files, as I get following errors:
> 
> gcc -I../../source/include   -c -o testsmbc.o testsmbc.c
> In file included from testsmbc.c:30:
> ../../source/include/libsmbclient.h:199: field `cli' has incomplete type
> ../../source/include/libsmbclient.h:201: parse error before `BOOL'
> (and about 500 lines more :)

Which version of Samba are you using?

Regards
-
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, 
sharpe[at]ethereal.com, http://www.richardsharpe.com




libsmbclient example compilation problems

2003-01-13 Thread Tuomas Niinimäki
Hello,

I'm experiencing problems with compiling the libsmbclient examples (as
well as my own libsmbclient test programs). It seems like there are some
problems with the include files, as I get following errors:

gcc -I../../source/include   -c -o testsmbc.o testsmbc.c
In file included from testsmbc.c:30:
../../source/include/libsmbclient.h:199: field `cli' has incomplete type
../../source/include/libsmbclient.h:201: parse error before `BOOL'
(and about 500 lines more :)

I'm using gcc-3.2.2, but I'm receiving same errors with gcc-3.0.4 and
2.95.4. Any help will be appreciated.

-- 
Tuomas Niinimäki <[EMAIL PROTECTED]>