search for: python_ext

Displaying 4 results from an estimated 4 matches for "python_ext".

Did you mean: python_exe
2003 Jan 12
1
Compiling python_ext ?
Using samba-2.999+3.0.alpha21 (debian unstable source package), I can't get the python modules to compile correctly. The problem seems to be that py_common.c and py_smb.c declare global_myname as an extern pstring, while it is defined in include/proto.h as const char *global_myname(void). Changing the definition in the two files allows it to compile, but "from samba import smb" then
2007 Aug 25
1
python bindings not building in 3.0.25c
...python/py_smb.c:51: error: wrong type argument to unary exclamation mark python/py_smb.c: In function ?py_smb_session_request?: python/py_smb.c:71: warning: assignment discards qualifiers from pointer target type error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1 make: *** [python_ext] Error 1 -- Chris
2007 Aug 20
2
Samba 3.0.25c Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== "Forty-two" -- Deep Thought ============================================================== Release Announcements ===================== This is the latest production release of the
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
...-lresolv -lnsl -ldl -llber -lldap -lcrypto -lk5crypto -lcom_err -lresolv -lnsl -ldl -L/usr/lib -Wl,-rpath -Wl,/usr/lib -lkrb5 -lk5crypto -lcom_err -lkrb5 -lgssapi_krb5" \ python python/setup.py build Unknown entry '-Wl,-rpath' in $LIBS variable passed to setup.py make: *** [python_ext] Error 1 Here are my configure options: ./configure --prefix=/usr --sysconfdir=/etc/samba --localstatedir=/var --libdir=/usr/lib/samba --with-privatedir=/etc/samba/private --with-lockdir=/var/cache/samba --with-piddir=/var/run/samba --with-swatdir=/usr/share/swat --with-configdir=/etc/samba --wit...