Hello, I'm trying to install storm 0.17 on fedora core 13. I'm using the easy_install utility but I get multiple compile errors on the cextensions file that I do know how the could be solved.
storm/cextensions.c:1910: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘primary_vars’ storm/cextensions.c: En el nivel principal: storm/cextensions.c:1929: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token storm/cextensions.c:1937: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token storm/cextensions.c:1954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token storm/cextensions.c:1971: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token storm/cextensions.c:1980: error: expected declaration specifiers or ‘...’ before ‘visitproc’ storm/cextensions.c: En la función ‘ObjectInfo_traverse’: storm/cextensions.c:1982: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘__obj_ref’ storm/cextensions.c:1983: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘__obj_ref_callback’ storm/cextensions.c:1984: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘cls_info’ storm/cextensions.c:1985: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘event’ storm/cextensions.c:1986: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘variables’ storm/cextensions.c:1987: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘primary_vars’ storm/cextensions.c:1988: error: ‘PyDict_Type’ no se declaró aquí (primer uso en esta función) storm/cextensions.c:1988: error: petición del miembro ‘tp_traverse’ en algo que no es una estructura o unión storm/cextensions.c:1988: error: ‘PyObject’ no se declaró aquí (primer uso en esta función) storm/cextensions.c:1988: error: expected expression before ‘)’ token storm/cextensions.c:1988: error: operandos inválidos para el binario * (se tiene ‘char **’ y ‘char **’) storm/cextensions.c:1988: error: el objeto ‘<erroneous-expression>’ llamado no es una función storm/cextensions.c:1988: aviso: la devolución crea un entero desde un puntero sin una conversión storm/cextensions.c: En la función ‘ObjectInfo_clear’: storm/cextensions.c:1994: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘__obj_ref’ storm/cextensions.c:1995: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘__obj_ref_callback’ storm/cextensions.c:1996: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘cls_info’ storm/cextensions.c:1997: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘event’ storm/cextensions.c:1998: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘variables’ storm/cextensions.c:1999: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘primary_vars’ storm/cextensions.c:2000: error: ‘PyDict_Type’ no se declaró aquí (primer uso en esta función) storm/cextensions.c:2000: error: petición del miembro ‘tp_clear’ en algo que no es una estructura o unión storm/cextensions.c:2000: error: ‘PyObject’ no se declaró aquí (primer uso en esta función) storm/cextensions.c:2000: error: expected expression before ‘)’ token storm/cextensions.c:2000: error: operandos inválidos para el binario * (se tiene ‘char **’ y ‘char **’) storm/cextensions.c:2000: error: el objeto ‘<erroneous-expression>’ llamado no es una función storm/cextensions.c:2000: aviso: la devolución crea un entero desde un puntero sin una conversión storm/cextensions.c: En el nivel principal: storm/cextensions.c:2003: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token storm/cextensions.c: En la función ‘ObjectInfo_dealloc’: storm/cextensions.c:2026: error: ‘ObjectInfoObject’ no tiene un miembro llamado ‘__weakreflist’ storm/cextensions.c:2027: error: ‘PyObject’ no se declaró aquí (primer uso en esta función) Perhaps de gcc compiler version has something to see? I think all the required packages (gcc, g++, gmake...) are installed by default on fedora but I'm not really sure. Anyone could help me, please? Thanks in advance.
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
