The error in my previous post was because in unixcompiler.py (line 282)
compiler = os.path.basename(sysconfig.get_config_var("CC"))
compiler was being set to None. By changing this to compiler = "gcc" I now get
the following error:
build\temp.win32-2.6\Release\rpy\rinterface\array.o:array.c:(.text+0x22):
undefined refer
ence to `__imp__PyExc_AttributeError'
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0x3e):
undef
ined reference to `__imp__PyExc_RuntimeError'
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0x66):
undef
ined reference to `__imp__PyExc_ValueError'
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0x9c):
undef
ined reference to `__imp___Py_NoneStruct'
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0xc7):
undef
ined reference to `__imp__PyExc_ValueError'
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0x255):
more
undefined references to `__imp__PyExc_ValueError' follow
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0x29a):
unde
fined reference to `__imp__PyExc_IndexError'
build\temp.win32-2.6\Release\rpy\rinterface\rinterface.o:rinterface.c:(.text+0x302):
unde
fined reference to `__imp__PyExc_ValueError'
Looks like some path is not being set correctly. Any ideas? Also, where should
the "CC" be set for sysconfig?
Thanks.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list