As I am working my way through the prerequisites for dbus on a clean LFS
6.2 system, I got an error building dbus:
File "/usr/lib/python2.4/site-packages/Pyrex/Compiler/ExprNodes.py",
line 2936, in generate_result_code
rhs = typecast(rhs, self.type, c_long_type)
NameError: global name 'c_long_type' is not defined
I comes from:
running echo '#include "dbus_h_wrapper.h"
'|cpp -I./.. -I.pyrexc ./dbus_bindings.pyx -I. -o ./dbus_bindings.c
Traceback (most recent call last):
I removed the --disable-python switch from configure since I do have
Python and the latest Pyrex installed.
I'm not going to stop now, but I'll go again with -disable-python, but
has anyone seen this before?
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page