To be honest, I used svn to get the python version because it had the latest
updates. It gave me all kinds of issues so I went back and followed these
instructions, following these instructions got me this:

Generating libmapi/proto.h
Compiling libmapi/IABContainer.c
gcc: :/usr/local/samba/include/:/usr/local/samba/include: No such file or
directory
gcc:
:/usr/local/samba/include:/usr/local/samba/includes:/usr/local/samba/include/samba/asn1cd:/usr/local/samba/include/ndrcd:/usr/local/samba/include/authcd:/usr/local/samba/include/libnet:/usr/local/samba/include:/usr/local/samba/bin/:
No such file or directory
In file included from libmapi/IABContainer.c:20:
./libmapi/libmapi.h:47:20: error: dcerpc.h: No such file or directory
In file included from ./libmapi/libmapi.h:50,
                 from libmapi/IABContainer.c:20:
./gen_ndr/exchange.h:3:28: error: util/data_blob.h: No such file or
directory
In file included from ./libmapi/libmapi.h:50,
                 from libmapi/IABContainer.c:20:
./gen_ndr/exchange.h:8088: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8153: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8429: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8496: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8629: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8641: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8665: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8669: error: expected specifier-qualifier-list before
āDATA_BLOBā
./gen_ndr/exchange.h:8718: error: expected specifier-qualifier-list before
āDATA_BLOBā
In file included from ./libmapi/libmapi.h:52,
                 from libmapi/IABContainer.c:20:
./libmapi/nspi.h:26: error: field āhandleā has incomplete type
In file included from ./libmapi/libmapi.h:53,
                 from libmapi/IABContainer.c:20:
./libmapi/emsmdb.h:26: error: field āhandleā has incomplete type
In file included from ./libmapi/libmapi.h:64,
                 from libmapi/IABContainer.c:20:
./libmapi/proto.h:40: error: expected ā=ā, ā,ā, ā;ā, āasmā or
ā__attribute__ā before āemsmdb_transaction_nullā
./libmapi/proto.h:169: error: expected declaration specifiers or ā...ā
before āDATA_BLOBā
In file included from libmapi/IABContainer.c:21:
./libmapi/proto_private.h:31: error: expected ā=ā, ā,ā, ā;ā, āasmā or
ā__attribute__ā before āemsmdb_disconnectā
./libmapi/proto_private.h:32: error: expected ā=ā, ā,ā, ā;ā, āasmā or
ā__attribute__ā before āemsmdb_transactionā
./libmapi/proto_private.h:34: error: expected ā=ā, ā,ā, ā;ā, āasmā or
ā__attribute__ā before āemsmdb_register_notificationā
./libmapi/proto_private.h:35: error: expected declaration specifiers or
ā...ā before āDATA_BLOBā
./libmapi/proto_private.h:36: error: expected declaration specifiers or
ā...ā before āDATA_BLOBā
./libmapi/proto_private.h:40: error: expected declaration specifiers or
ā...ā before āDATA_BLOBā
make: *** [libmapi/IABContainer.o] Error 1

Soooo... Julien told me this was because it was not the latest version of
Samba4. If not, then maybe rsync instructions should be adjusted? I was
following instructions from dev trunk. as you referenced.

Thanks,

tim.


On 10/3/07, Dan Shearer <[EMAIL PROTECTED]> wrote:
>
> On Wed, Oct 03, 2007 at 09:11:02AM -0400, Tim Pintsch wrote:
>
> > I am new to the list and OpenChange, I am just a simple admin and web
> > developer who does little more then simple php edits and some scripting.
>
>
> Sounds like openchangeclient might be useful to you then, or the other
> commandline tools, because you can easily invoke them from PHP.
>
> > affraid to get my hands dirty, but to be honest, last night was my first
>
> > experience with rsync and svn though I've compiled my share of things in
> the
> > past.
> >
> > Would it be possible for someone to post svn instructions for the latest
> > build of samba4?
>
> We know we have to improve the instructions in howto.txt, found at
> https://svn.openchange.org/openchange/trunk/doc/howto.txt. If you could
> tell us what isn't working for you we can help you and fix the doc at
> the same time.
>
> Firstly, you should be able to avoid using svn for Samba. From
> howto.txt:
>
> $ mkdir samba4 ; cd samba4
> $ rsync -avz samba.org::ftp/unpacked/samba4 .
> $ ./configure --prefix=/usr/local/samba
> $ make
> # make installlib && make installheader
> # cd pidl && perl Makefile.PL && make && make install
>
> Did this part work? If not, what errors did you get?
>
> > I hope I can help in whatever capacity I am capable,
>
> That's exactly what we need! And thanks for posting publicly.
>
> --
> Dan Shearer
> [EMAIL PROTECTED]
>
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to