Thanks a lot for your help. So, the result: I've got 3 anaconda versions on my RHES 6.2 x86_64
- anaconda-0ed50f3 - successfully builded and works, it will be the base version for development.
- anaconda-13.21.149 - build ok, but I've got an error during launch:
Traceback (most recent call last):
File "./anaconda", line 631, in <module>
import signal, string, isys, iutil, time
File "/usr/local/anaconda-13.21.149/isys.py", line 25, in <module>
import _isys
ImportError: /usr/local/anaconda-13.21.149/_isys.so: undefined symbol: g_object_unref
Don't know why this occurs, it looks like dependency problem
- anaconda-HEAD-9437345 - compilation error,
iface.c: In function ‘is_connected_state’:
iface.c:413: error: ‘NM_STATE_CONNECTED_LOCAL’ undeclared (first use in this function)
iface.c:413: error: (Each undeclared identifier is reported only once
iface.c:413: error: for each function it appears in.)
iface.c:414: error: ‘NM_STATE_CONNECTED_SITE’ undeclared (first use in this function)
iface.c:415: error: ‘NM_STATE_CONNECTED_GLOBAL’ undeclared (first use in this function)
cc1: warnings being treated as errors
I haven't a NM_STATE_CONNECTED_LOCAL’ in my includes, it looks like this revision is incompatable with my current NetworkManager dist
Now I need a comfortable IDE for anaconda development with interactive debugger, so, what IDE is uses professional python developers?)
Bye, Igor
22 февраля 2012, 00:02 от "Vijay N. Majagaonkar" <vijay.majagaonkar(a)gmail.com>:
Unfortunately RHES x86_64 nothing found abount newt.h, it looks like I need to find it by myself over the internet)
Bye, Igor