directory structure changed

David Leonard david.leonard at csee.uq.edu.au
Fri Jul 28 00:26:00 CEST 2000


On Thu, 27 Jul 2000, Michael Ströder typed thusly:

> > finally moved everything around. I recommend using the -dP flags for 
> > cvs update when you next sync your trees.
> 
> I did a complete checkout and it seems that all the old dirs are
> still there. I'm not a CVS expert but "remove" should do it after
> deleting them in your local dir.

I tend to use 'cvs up -PAd' which deletes empty directories.. maybe there
are leftover non-cvs files in ldapmodule/ ? you have to remove those by hand.
or just 'rm -rf ldapmodule'.. :)

> I tried a build by going into python-ldap/python-ldap/ and typed
> "autoheader", "autoconf" and "configure --prefix=/usr".

there's also 'autoreconf' i remember now: it does autoheader and autoconf 
for you!

> The build failed with:
> gcc -fpic  -DLDAP_REFERRALS -O2 -m486 -I/usr/include/python1.5
> -I/usr/include/python1.5 -DHAVE_CONFIG_H -c ./linkedlist.c
> ./linkedlist.c:106: `objobjproc' undeclared here (not in a function)
> ./linkedlist.c:106: warning: excess elements in struct initializer
> ./linkedlist.c:106: warning: (near initialization for
> `default_methods')
> ./linkedlist.c:106: parse error before `0'
> make[1]: *** [linkedlist.o] Error 1
> make[1]: Leaving directory
> `/home/michael/temp/python-ldap/python-ldap/Modules'
> make: *** [all] Error 2

oops, I've been building with Python 1.6a2 ..

-- 
David Leonard                           David.Leonard at csee.uq.edu.au
Dept of Comp. Sci. and Elec. Engg   _   Room:78-640  Ph:+61 7 336 51187
The University of Queensland       |+|  http://www.csee.uq.edu.au/~leonard/
QLD 4072  AUSTRALIA               ~` '~ E2A24DC6446E5779D7AFC41AA04E6401






More information about the python-ldap mailing list