From: Michael <mi...@st...> - 2000-07-27 18:23:37
|
David Leonard wrote: > > 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 tried a build by going into python-ldap/python-ldap/ and typed "autoheader", "autoconf" and "configure --prefix=/usr". 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 Ciao, Michael. |