Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] problemi emerge rpm
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
sbampy
n00b
n00b


Joined: 04 May 2004
Posts: 65

PostPosted: Sun Jun 06, 2004 6:40 pm    Post subject: [RISOLTO] problemi emerge rpm Reply with quote

dopo che faccio emerge rpm mi da questo errore (vi avverto che sono un pò di righe):
Come lo risolvo?

mpw-py.c:9:20: Python.h: No such file or directory
mpw-py.c:10:25: longintrepr.h: No such file or directory
In file included from mpw-py.c:17:
mpw-py.h:12: error: syntax error before "PyObject_HEAD"
mpw-py.h:12: warning: no semicolon at end of struct or union
mpw-py.h:15: error: syntax error before '}' token
mpw-py.h:15: warning: data definition has no type or storage class
mpw-py.h:20: error: syntax error before "mpw_Type"
mpw-py.h:20: warning: data definition has no type or storage class
mpw-py.h:32: error: syntax error before '*' token
mpw-py.h:33: warning: data definition has no type or storage class
mpw-py.h:37: error: syntax error before '*' token
mpw-py.h:38: warning: data definition has no type or storage class
In file included from mpw-py.c:18:
rng-py.h:13: error: syntax error before "PyObject_HEAD"
rng-py.h:13: warning: no semicolon at end of struct or union
rng-py.h:17: error: syntax error before '}' token
rng-py.h:17: warning: data definition has no type or storage class
rng-py.h:22: error: syntax error before "rng_Type"
rng-py.h:22: warning: data definition has no type or storage class
In file included from mpw-py.c:20:
debug-py.c:3: error: syntax error before "PyCode_Type"
debug-py.c:3: warning: data definition has no type or storage class
debug-py.c:5: error: syntax error before "PyDictIter_Type"
debug-py.c:5: warning: data definition has no type or storage class
debug-py.c:7: error: syntax error before "PyFrame_Type"
debug-py.c:7: warning: data definition has no type or storage class
debug-py.c: In function `lbl':
debug-py.c:17: error: `PyObject' undeclared (first use in this function)
debug-py.c:17: error: (Each undeclared identifier is reported only once
debug-py.c:17: error: for each function it appears in.)
debug-py.c:17: error: `o' undeclared (first use in this function)
debug-py.c:21: error: `Py_None' undeclared (first use in this function)
debug-py.c:23: error: `PyType_Type' undeclared (first use in this function)
debug-py.c:25: error: `PyBaseObject_Type' undeclared (first use in this function)
debug-py.c:26: error: `PyBuffer_Type' undeclared (first use in this function)
debug-py.c:27: error: `PyCFunction_Type' undeclared (first use in this function)
debug-py.c:28: error: `PyCObject_Type' undeclared (first use in this function)
debug-py.c:29: error: `PyCell_Type' undeclared (first use in this function)
debug-py.c:30: error: `PyClass_Type' undeclared (first use in this function)
debug-py.c:31: error: `PyClassMethod_Type' undeclared (first use in this function)
debug-py.c:32: error: `PyStaticMethod_Type' undeclared (first use in this function)
debug-py.c:34: error: `PyComplex_Type' undeclared (first use in this function)
debug-py.c:35: error: `PyDict_Type' undeclared (first use in this function)
debug-py.c:37: error: `PyFile_Type' undeclared (first use in this function)
debug-py.c:38: error: `PyFloat_Type' undeclared (first use in this function)
debug-py.c:40: error: `PyFunction_Type' undeclared (first use in this function)
debug-py.c:41: error: `PyInstance_Type' undeclared (first use in this function)
debug-py.c:42: error: `PyInt_Type' undeclared (first use in this function)
debug-py.c:43: error: `PyList_Type' undeclared (first use in this function)
debug-py.c:44: error: `PyLong_Type' undeclared (first use in this function)
debug-py.c:45: error: `PyMethod_Type' undeclared (first use in this function)
debug-py.c:46: error: `PyWrapperDescr_Type' undeclared (first use in this function)
debug-py.c:47: error: `PyProperty_Type' undeclared (first use in this function)
debug-py.c:48: error: `PyModule_Type' undeclared (first use in this function)
debug-py.c:49: error: `PyRange_Type' undeclared (first use in this function)
debug-py.c:50: error: `PySeqIter_Type' undeclared (first use in this function)
debug-py.c:51: error: `PyCallIter_Type' undeclared (first use in this function)
debug-py.c:52: error: `PySlice_Type' undeclared (first use in this function)
debug-py.c:53: error: `PyString_Type' undeclared (first use in this function)
debug-py.c:54: error: `PySuper_Type' undeclared (first use in this function)
debug-py.c:55: error: `PyTuple_Type' undeclared (first use in this function)
debug-py.c:57: error: `PyUnicode_Type' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:331: error: syntax error before "mpwObject"
mpw-py.c: In function `prtmpw':
mpw-py.c:335: error: `msg' undeclared (first use in this function)
mpw-py.c:335: error: `x' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:442: error: syntax error before '*' token
mpw-py.c:443: error: syntax error before '*' token
mpw-py.c: In function `mpw_format':
mpw-py.c:446: error: `z' undeclared (first use in this function)
mpw-py.c:448: error: `PyStringObject' undeclared (first use in this function)
mpw-py.c:448: error: `so' undeclared (first use in this function)
mpw-py.c:464: error: `base' undeclared (first use in this function)
mpw-py.c:464: error: `addL' undeclared (first use in this function)
mpw-py.c:514: error: syntax error before ')' token
mpw-py.c:519: warning: assignment makes pointer from integer without a cast
mpw-py.c:552: warning: comparison between pointer and integer
mpw-py.c:554: warning: comparison between pointer and integer
mpw-py.c:555: error: invalid operands to binary -
mpw-py.c:557: error: `PyObject' undeclared (first use in this function)
mpw-py.c:557: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:832: error: syntax error before '*' token
mpw-py.c: In function `mpw_New':
mpw-py.c:837: error: `z' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:854: error: syntax error before '*' token
mpw-py.c:855: error: syntax error before '*' token
mpw-py.c: In function `mpw_Copy':
mpw-py.c:858: error: `z' undeclared (first use in this function)
mpw-py.c:860: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:866: error: syntax error before '*' token
mpw-py.c: In function `mpw_FromLong':
mpw-py.c:870: error: `z' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:884: error: syntax error before '*' token
mpw-py.c: In function `mpw_FromDouble':
mpw-py.c:887: error: `z' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:991: error: syntax error before '*' token
mpw-py.c: In function `mpw_FromHEX':
mpw-py.c:997: error: `z' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1005: error: syntax error before '*' token
mpw-py.c: In function `mpw_FromMPW':
mpw-py.c:1008: error: `z' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1028: error: syntax error before '*' token
mpw-py.c:1029: error: syntax error before '*' token
mpw-py.c: In function `mpw_FromLongObject':
mpw-py.c:1032: error: `z' undeclared (first use in this function)
mpw-py.c:1033: error: `lo' undeclared (first use in this function)
mpw-py.c:1034: error: `SHIFT' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1080: error: syntax error before '*' token
mpw-py.c: In function `mpw_dealloc':
mpw-py.c:1084: error: `s' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1090: error: syntax error before '*' token
mpw-py.c: In function `mpw_compare':
mpw-py.c:1093: error: `a' undeclared (first use in this function)
mpw-py.c:1095: error: invalid type argument of `->'
mpw-py.c:1095: error: invalid type argument of `->'
mpw-py.c:1095: error: invalid type argument of `->'
mpw-py.c:1096: error: invalid type argument of `->'
mpw-py.c:1107: error: incompatible type for argument 1 of `lbl'
mpw-py.c: At top level:
mpw-py.c:1111: error: syntax error before '*' token
mpw-py.c:1112: error: syntax error before '*' token
mpw-py.c: In function `mpw_repr':
mpw-py.c:1115: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1115: error: `so' undeclared (first use in this function)
mpw-py.c:1115: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1123: error: syntax error before '*' token
mpw-py.c:1124: error: syntax error before '*' token
mpw-py.c: In function `mpw_str':
mpw-py.c:1127: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1127: error: `so' undeclared (first use in this function)
mpw-py.c:1127: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1205: error: syntax error before '*' token
mpw-py.c: In function `mpw_free':
mpw-py.c:1209: error: `s' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1216: error: syntax error before '*' token
mpw-py.c:1217: error: syntax error before '*' token
mpw-py.c: In function `mpw_i2mpw':
mpw-py.c:1220: error: `o' undeclared (first use in this function)
mpw-py.c:1222: error: syntax error before ')' token
mpw-py.c:1227: error: `PyLongObject' undeclared (first use in this function)
mpw-py.c:1227: error: syntax error before ')' token
mpw-py.c:1233: error: `PyExc_TypeError' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1237: error: syntax error before '*' token
mpw-py.c:1238: error: syntax error before '*' token
mpw-py.c: In function `mpw_new':
mpw-py.c:1241: error: `z' undeclared (first use in this function)
mpw-py.c:1243: error: `type' undeclared (first use in this function)
mpw-py.c:1244: error: `tz' undeclared (first use in this function)
mpw-py.c:1248: error: syntax error before ')' token
mpw-py.c:1253: error: syntax error before ')' token
mpw-py.c:1262: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1262: error: `x' undeclared (first use in this function)
mpw-py.c:1266: error: `args' undeclared (first use in this function)
mpw-py.c:1266: error: `kwds' undeclared (first use in this function)
mpw-py.c:1272: error: `zo' undeclared (first use in this function)
mpw-py.c:1272: error: syntax error before ')' token
mpw-py.c:1283: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:1289: error: syntax error before '*' token
mpw-py.c:1290: error: syntax error before "mpwObject"
mpw-py.c: In function `mpw_ops2':
mpw-py.c:1293: error: `z' undeclared (first use in this function)
mpw-py.c:1312: error: `x' undeclared (first use in this function)
mpw-py.c:1312: error: `m' undeclared (first use in this function)
mpw-py.c:1330: error: `op' undeclared (first use in this function)
mpw-py.c:1591: error: `fname' undeclared (first use in this function)
mpw-py.c:1597: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1597: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:1603: error: syntax error before '*' token
mpw-py.c:1605: error: syntax error before "mpwObject"
mpw-py.c: In function `mpw_ops3':
mpw-py.c:1608: error: `z' undeclared (first use in this function)
mpw-py.c:1621: error: `x' undeclared (first use in this function)
mpw-py.c:1621: error: `y' undeclared (first use in this function)
mpw-py.c:1621: error: `m' undeclared (first use in this function)
mpw-py.c:1643: error: `op' undeclared (first use in this function)
mpw-py.c:1650: error: `fname' undeclared (first use in this function)
mpw-py.c:1677: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1677: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:1684: error: syntax error before '*' token
mpw-py.c:1685: error: syntax error before '*' token
mpw-py.c: In function `mpw_Debug':
mpw-py.c:1689: error: `args' undeclared (first use in this function)
mpw-py.c:1690: error: `Py_None' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1697: error: syntax error before '*' token
mpw-py.c:1698: error: syntax error before '*' token
mpw-py.c: In function `mpw_Gcd':
mpw-py.c:1701: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1701: error: `xo' undeclared (first use in this function)
mpw-py.c:1701: error: `mo' undeclared (first use in this function)
mpw-py.c:1703: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1710: error: syntax error before '*' token
mpw-py.c:1711: error: syntax error before '*' token
mpw-py.c: In function `mpw_Invm':
mpw-py.c:1714: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1714: error: `xo' undeclared (first use in this function)
mpw-py.c:1714: error: `mo' undeclared (first use in this function)
mpw-py.c:1716: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1723: error: syntax error before '*' token
mpw-py.c:1724: error: syntax error before '*' token
mpw-py.c: In function `mpw_Sqrm':
mpw-py.c:1727: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1727: error: `xo' undeclared (first use in this function)
mpw-py.c:1727: error: `mo' undeclared (first use in this function)
mpw-py.c:1729: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1736: error: syntax error before '*' token
mpw-py.c:1737: error: syntax error before '*' token
mpw-py.c: In function `mpw_Addm':
mpw-py.c:1740: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1740: error: `xo' undeclared (first use in this function)
mpw-py.c:1740: error: `yo' undeclared (first use in this function)
mpw-py.c:1740: error: `mo' undeclared (first use in this function)
mpw-py.c:1742: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1750: error: syntax error before '*' token
mpw-py.c:1751: error: syntax error before '*' token
mpw-py.c: In function `mpw_Subm':
mpw-py.c:1754: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1754: error: `xo' undeclared (first use in this function)
mpw-py.c:1754: error: `yo' undeclared (first use in this function)
mpw-py.c:1754: error: `mo' undeclared (first use in this function)
mpw-py.c:1756: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1764: error: syntax error before '*' token
mpw-py.c:1765: error: syntax error before '*' token
mpw-py.c: In function `mpw_Mulm':
mpw-py.c:1768: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1768: error: `xo' undeclared (first use in this function)
mpw-py.c:1768: error: `yo' undeclared (first use in this function)
mpw-py.c:1768: error: `mo' undeclared (first use in this function)
mpw-py.c:1770: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1778: error: syntax error before '*' token
mpw-py.c:1779: error: syntax error before '*' token
mpw-py.c: In function `mpw_Powm':
mpw-py.c:1782: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1782: error: `xo' undeclared (first use in this function)
mpw-py.c:1782: error: `yo' undeclared (first use in this function)
mpw-py.c:1782: error: `mo' undeclared (first use in this function)
mpw-py.c:1784: error: `args' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1810: error: elements of array `mpw_methods' have incomplete type
mpw-py.c:1811: warning: excess elements in struct initializer
mpw-py.c:1811: warning: (near initialization for `mpw_methods[0]')
mpw-py.c:1811: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1811: warning: excess elements in struct initializer
mpw-py.c:1811: warning: (near initialization for `mpw_methods[0]')
mpw-py.c:1811: error: syntax error before "mpw_Debug"
mpw-py.c:1811: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1811: warning: excess elements in struct initializer
mpw-py.c:1811: warning: (near initialization for `mpw_methods[0]')
mpw-py.c:1812: warning: excess elements in struct initializer
mpw-py.c:1812: warning: (near initialization for `mpw_methods[0]')
mpw-py.c:1813: warning: excess elements in struct initializer
mpw-py.c:1813: warning: (near initialization for `mpw_methods[1]')
mpw-py.c:1813: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1813: warning: excess elements in struct initializer
mpw-py.c:1813: warning: (near initialization for `mpw_methods[1]')
mpw-py.c:1813: error: syntax error before "mpw_Gcd"
mpw-py.c:1813: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1813: warning: excess elements in struct initializer
mpw-py.c:1813: warning: (near initialization for `mpw_methods[1]')
mpw-py.c:1814: warning: excess elements in struct initializer
mpw-py.c:1814: warning: (near initialization for `mpw_methods[1]')
mpw-py.c:1815: warning: excess elements in struct initializer
mpw-py.c:1815: warning: (near initialization for `mpw_methods[2]')
mpw-py.c:1815: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1815: warning: excess elements in struct initializer
mpw-py.c:1815: warning: (near initialization for `mpw_methods[2]')
mpw-py.c:1815: error: syntax error before "mpw_Invm"
mpw-py.c:1815: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1815: warning: excess elements in struct initializer
mpw-py.c:1815: warning: (near initialization for `mpw_methods[2]')
mpw-py.c:1816: warning: excess elements in struct initializer
mpw-py.c:1816: warning: (near initialization for `mpw_methods[2]')
mpw-py.c:1817: warning: excess elements in struct initializer
mpw-py.c:1817: warning: (near initialization for `mpw_methods[3]')
mpw-py.c:1817: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1817: warning: excess elements in struct initializer
mpw-py.c:1817: warning: (near initialization for `mpw_methods[3]')
mpw-py.c:1817: error: syntax error before "mpw_Sqrm"
mpw-py.c:1817: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1817: warning: excess elements in struct initializer
mpw-py.c:1817: warning: (near initialization for `mpw_methods[3]')
mpw-py.c:1818: warning: excess elements in struct initializer
mpw-py.c:1818: warning: (near initialization for `mpw_methods[3]')
mpw-py.c:1819: warning: excess elements in struct initializer
mpw-py.c:1819: warning: (near initialization for `mpw_methods[4]')
mpw-py.c:1819: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1819: warning: excess elements in struct initializer
mpw-py.c:1819: warning: (near initialization for `mpw_methods[4]')
mpw-py.c:1819: error: syntax error before "mpw_Addm"
mpw-py.c:1819: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1819: warning: excess elements in struct initializer
mpw-py.c:1819: warning: (near initialization for `mpw_methods[4]')
mpw-py.c:1820: warning: excess elements in struct initializer
mpw-py.c:1820: warning: (near initialization for `mpw_methods[4]')
mpw-py.c:1821: warning: excess elements in struct initializer
mpw-py.c:1821: warning: (near initialization for `mpw_methods[5]')
mpw-py.c:1821: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1821: warning: excess elements in struct initializer
mpw-py.c:1821: warning: (near initialization for `mpw_methods[5]')
mpw-py.c:1821: error: syntax error before "mpw_Subm"
mpw-py.c:1821: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1821: warning: excess elements in struct initializer
mpw-py.c:1821: warning: (near initialization for `mpw_methods[5]')
mpw-py.c:1822: warning: excess elements in struct initializer
mpw-py.c:1822: warning: (near initialization for `mpw_methods[5]')
mpw-py.c:1823: warning: excess elements in struct initializer
mpw-py.c:1823: warning: (near initialization for `mpw_methods[6]')
mpw-py.c:1823: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1823: warning: excess elements in struct initializer
mpw-py.c:1823: warning: (near initialization for `mpw_methods[6]')
mpw-py.c:1823: error: syntax error before "mpw_Mulm"
mpw-py.c:1823: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1823: warning: excess elements in struct initializer
mpw-py.c:1823: warning: (near initialization for `mpw_methods[6]')
mpw-py.c:1824: warning: excess elements in struct initializer
mpw-py.c:1824: warning: (near initialization for `mpw_methods[6]')
mpw-py.c:1825: warning: excess elements in struct initializer
mpw-py.c:1825: warning: (near initialization for `mpw_methods[7]')
mpw-py.c:1825: error: `PyCFunction' undeclared here (not in a function)
mpw-py.c:1825: warning: excess elements in struct initializer
mpw-py.c:1825: warning: (near initialization for `mpw_methods[7]')
mpw-py.c:1825: error: syntax error before "mpw_Powm"
mpw-py.c:1825: error: `METH_VARARGS' undeclared here (not in a function)
mpw-py.c:1825: warning: excess elements in struct initializer
mpw-py.c:1825: warning: (near initialization for `mpw_methods[7]')
mpw-py.c:1826: warning: excess elements in struct initializer
mpw-py.c:1826: warning: (near initialization for `mpw_methods[7]')
mpw-py.c:1831: warning: excess elements in struct initializer
mpw-py.c:1831: warning: (near initialization for `mpw_methods[8]')
mpw-py.c:1831: warning: excess elements in struct initializer
mpw-py.c:1831: warning: (near initialization for `mpw_methods[8]')
mpw-py.c:1835: error: syntax error before '*' token
mpw-py.c:1835: error: syntax error before '*' token
mpw-py.c: In function `mpw_getattro':
mpw-py.c:1838: error: `o' undeclared (first use in this function)
mpw-py.c:1838: error: `n' undeclared (first use in this function)
mpw-py.c:1838: warning: return makes pointer from integer without a cast
mpw-py.c: At top level:
mpw-py.c:1841: error: syntax error before '*' token
mpw-py.c: In function `mpw_setattro':
mpw-py.c:1844: error: `o' undeclared (first use in this function)
mpw-py.c:1844: error: `n' undeclared (first use in this function)
mpw-py.c:1844: error: `v' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1849: error: syntax error before '*' token
mpw-py.c:1850: error: syntax error before '*' token
mpw-py.c: In function `mpw_add':
mpw-py.c:1853: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1856: error: syntax error before '*' token
mpw-py.c:1857: error: syntax error before '*' token
mpw-py.c: In function `mpw_sub':
mpw-py.c:1860: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1863: error: syntax error before '*' token
mpw-py.c:1864: error: syntax error before '*' token
mpw-py.c: In function `mpw_mul':
mpw-py.c:1867: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1870: error: syntax error before '*' token
mpw-py.c:1871: error: syntax error before '*' token
mpw-py.c: In function `mpw_div':
mpw-py.c:1874: error: invalid operands to binary *
mpw-py.c:1874: error: `w' undeclared (first use in this function)
mpw-py.c:1876: error: invalid type argument of `->'
mpw-py.c:1876: error: invalid type argument of `->'
mpw-py.c:1876: error: invalid type argument of `->'
mpw-py.c:1876: error: invalid type argument of `->'
mpw-py.c:1878: error: `PyExc_ZeroDivisionError' undeclared (first use in this function)
mpw-py.c:1881: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1884: error: syntax error before '*' token
mpw-py.c:1885: error: syntax error before '*' token
mpw-py.c: In function `mpw_classic_div':
mpw-py.c:1888: error: `Py_DivisionWarningFlag' undeclared (first use in this function)
mpw-py.c:1889: error: `PyExc_DeprecationWarning' undeclared (first use in this function)
mpw-py.c:1891: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1894: error: syntax error before '*' token
mpw-py.c:1895: error: syntax error before '*' token
mpw-py.c: In function `mpw_mod':
mpw-py.c:1898: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:1901: error: syntax error before '*' token
mpw-py.c:1902: error: syntax error before '*' token
mpw-py.c: In function `mpw_divmod':
mpw-py.c:1905: error: `PyObject' undeclared (first use in this function)
mpw-py.c:1905: error: `z' undeclared (first use in this function)
mpw-py.c:1906: error: `q' undeclared (first use in this function)
mpw-py.c:1907: error: `r' undeclared (first use in this function)
mpw-py.c:1908: error: `a' undeclared (first use in this function)
mpw-py.c:1908: error: `v' undeclared (first use in this function)
mpw-py.c:1912: error: invalid operands to binary *
mpw-py.c:1912: error: `w' undeclared (first use in this function)
mpw-py.c:1921: error: invalid operands to binary ==
mpw-py.c:1927: error: invalid type argument of `->'
mpw-py.c:1927: error: invalid type argument of `->'
mpw-py.c:1927: error: invalid type argument of `->'
mpw-py.c:1928: error: invalid type argument of `->'
mpw-py.c:1932: error: `PyExc_ZeroDivisionError' undeclared (first use in this function)
mpw-py.c:1946: error: invalid type argument of `->'
mpw-py.c:1962: error: invalid type argument of `->'
mpw-py.c:1971: error: invalid type argument of `->'
mpw-py.c:1993: error: syntax error before ')' token
mpw-py.c:1994: error: syntax error before ')' token
mpw-py.c:1999: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:2002: error: syntax error before '*' token
mpw-py.c:2003: error: syntax error before '*' token
mpw-py.c: In function `mpw_pow':
mpw-py.c:2006: error: `c' undeclared (first use in this function)
mpw-py.c:2006: error: `Py_None' undeclared (first use in this function)
mpw-py.c:2007: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2012: error: syntax error before '*' token
mpw-py.c:2013: error: syntax error before '*' token
mpw-py.c: In function `mpw_neg':
mpw-py.c:2016: error: `z' undeclared (first use in this function)
mpw-py.c:2018: error: `a' undeclared (first use in this function)
mpw-py.c:2031: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2031: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:2034: error: syntax error before '*' token
mpw-py.c:2035: error: syntax error before '*' token
mpw-py.c: In function `mpw_pos':
mpw-py.c:2038: error: `z' undeclared (first use in this function)
mpw-py.c:2040: error: `a' undeclared (first use in this function)
mpw-py.c:2049: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2049: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:2052: error: syntax error before '*' token
mpw-py.c:2053: error: syntax error before '*' token
mpw-py.c: In function `mpw_abs':
mpw-py.c:2056: error: `z' undeclared (first use in this function)
mpw-py.c:2058: error: `a' undeclared (first use in this function)
mpw-py.c:2059: error: syntax error before ')' token
mpw-py.c:2060: error: syntax error before "else"
mpw-py.c:2066: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2066: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:2070: error: syntax error before '*' token
mpw-py.c: In function `mpw_nonzero':
mpw-py.c:2073: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2076: error: syntax error before '*' token
mpw-py.c:2077: error: syntax error before '*' token
mpw-py.c: In function `mpw_invert':
mpw-py.c:2081: error: `z' undeclared (first use in this function)
mpw-py.c:2081: error: `a' undeclared (first use in this function)
mpw-py.c:2090: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2090: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:2093: error: syntax error before '*' token
mpw-py.c:2094: error: syntax error before '*' token
mpw-py.c: In function `mpw_lshift':
mpw-py.c:2097: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2100: error: syntax error before '*' token
mpw-py.c:2101: error: syntax error before '*' token
mpw-py.c: In function `mpw_rshift':
mpw-py.c:2104: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2107: error: syntax error before '*' token
mpw-py.c:2108: error: syntax error before '*' token
mpw-py.c: In function `mpw_and':
mpw-py.c:2111: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2114: error: syntax error before '*' token
mpw-py.c:2115: error: syntax error before '*' token
mpw-py.c: In function `mpw_xor':
mpw-py.c:2118: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2121: error: syntax error before '*' token
mpw-py.c:2122: error: syntax error before '*' token
mpw-py.c: In function `mpw_or':
mpw-py.c:2125: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2129: error: syntax error before '*' token
mpw-py.c: In function `mpw_coerce':
mpw-py.c:2134: error: `pv' undeclared (first use in this function)
mpw-py.c:2134: error: `pw' undeclared (first use in this function)
mpw-py.c:2139: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2139: error: syntax error before ')' token
mpw-py.c:2140: error: syntax error before "else"
mpw-py.c: At top level:
mpw-py.c:2151: error: syntax error before '*' token
mpw-py.c:2151: warning: data definition has no type or storage class
mpw-py.c:2155: error: syntax error before '*' token
mpw-py.c:2156: error: syntax error before '*' token
mpw-py.c: In function `mpw_int':
mpw-py.c:2159: error: `a' undeclared (first use in this function)
mpw-py.c:2165: error: `PyExc_ValueError' undeclared (first use in this function)
mpw-py.c:2173: warning: return makes pointer from integer without a cast
mpw-py.c: At top level:
mpw-py.c:2176: error: syntax error before '*' token
mpw-py.c:2177: error: syntax error before '*' token
mpw-py.c: In function `mpw_long':
mpw-py.c:2180: error: `a' undeclared (first use in this function)
mpw-py.c:2186: error: `SHIFT' undeclared (first use in this function)
mpw-py.c:2187: error: `PyLongObject' undeclared (first use in this function)
mpw-py.c:2187: error: `lo' undeclared (first use in this function)
mpw-py.c:2196: error: `MASK' undeclared (first use in this function)
mpw-py.c:2204: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2204: error: syntax error before ')' token
mpw-py.c: At top level:
mpw-py.c:2207: error: syntax error before '*' token
mpw-py.c:2208: error: syntax error before '*' token
mpw-py.c: In function `mpw_float':
mpw-py.c:2211: error: `PyObject' undeclared (first use in this function)
mpw-py.c:2211: error: `so' undeclared (first use in this function)
mpw-py.c:2211: error: `a' undeclared (first use in this function)
mpw-py.c:2217: warning: assignment makes pointer from integer without a cast
mpw-py.c:2225: warning: return makes pointer from integer without a cast
mpw-py.c: At top level:
mpw-py.c:2228: error: syntax error before '*' token
mpw-py.c:2229: error: syntax error before '*' token
mpw-py.c: In function `mpw_oct':
mpw-py.c:2232: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2235: error: syntax error before '*' token
mpw-py.c:2236: error: syntax error before '*' token
mpw-py.c: In function `mpw_hex':
mpw-py.c:2239: error: `a' undeclared (first use in this function)
mpw-py.c: At top level:
mpw-py.c:2242: error: syntax error before "mpw_as_number"
mpw-py.c:2243: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2243: error: initializer element is not constant
mpw-py.c:2243: error: (near initialization for `mpw_as_number')
mpw-py.c:2243: error: syntax error before "mpw_add"
mpw-py.c:2244: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2244: warning: excess elements in scalar initializer
mpw-py.c:2244: warning: (near initialization for `mpw_as_number')
mpw-py.c:2244: error: syntax error before "mpw_sub"
mpw-py.c:2245: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2245: warning: excess elements in scalar initializer
mpw-py.c:2245: warning: (near initialization for `mpw_as_number')
mpw-py.c:2245: error: syntax error before "mpw_mul"
mpw-py.c:2246: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2246: warning: excess elements in scalar initializer
mpw-py.c:2246: warning: (near initialization for `mpw_as_number')
mpw-py.c:2246: error: syntax error before "mpw_classic_div"
mpw-py.c:2247: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2247: warning: excess elements in scalar initializer
mpw-py.c:2247: warning: (near initialization for `mpw_as_number')
mpw-py.c:2247: error: syntax error before "mpw_mod"
mpw-py.c:2248: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2248: warning: excess elements in scalar initializer
mpw-py.c:2248: warning: (near initialization for `mpw_as_number')
mpw-py.c:2248: error: syntax error before "mpw_divmod"
mpw-py.c:2249: error: `ternaryfunc' undeclared here (not in a function)
mpw-py.c:2249: warning: excess elements in scalar initializer
mpw-py.c:2249: warning: (near initialization for `mpw_as_number')
mpw-py.c:2249: error: syntax error before "mpw_pow"
mpw-py.c:2250: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2250: warning: excess elements in scalar initializer
mpw-py.c:2250: warning: (near initialization for `mpw_as_number')
mpw-py.c:2250: error: syntax error before "mpw_neg"
mpw-py.c:2251: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2251: warning: excess elements in scalar initializer
mpw-py.c:2251: warning: (near initialization for `mpw_as_number')
mpw-py.c:2251: error: syntax error before "mpw_pos"
mpw-py.c:2252: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2252: warning: excess elements in scalar initializer
mpw-py.c:2252: warning: (near initialization for `mpw_as_number')
mpw-py.c:2252: error: syntax error before "mpw_abs"
mpw-py.c:2253: error: `inquiry' undeclared here (not in a function)
mpw-py.c:2253: warning: excess elements in scalar initializer
mpw-py.c:2253: warning: (near initialization for `mpw_as_number')
mpw-py.c:2253: error: syntax error before "mpw_nonzero"
mpw-py.c:2254: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2254: warning: excess elements in scalar initializer
mpw-py.c:2254: warning: (near initialization for `mpw_as_number')
mpw-py.c:2254: error: syntax error before "mpw_invert"
mpw-py.c:2255: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2255: warning: excess elements in scalar initializer
mpw-py.c:2255: warning: (near initialization for `mpw_as_number')
mpw-py.c:2255: error: syntax error before "mpw_lshift"
mpw-py.c:2256: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2256: warning: excess elements in scalar initializer
mpw-py.c:2256: warning: (near initialization for `mpw_as_number')
mpw-py.c:2256: error: syntax error before "mpw_rshift"
mpw-py.c:2257: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2257: warning: excess elements in scalar initializer
mpw-py.c:2257: warning: (near initialization for `mpw_as_number')
mpw-py.c:2257: error: syntax error before "mpw_and"
mpw-py.c:2258: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2258: warning: excess elements in scalar initializer
mpw-py.c:2258: warning: (near initialization for `mpw_as_number')
mpw-py.c:2258: error: syntax error before "mpw_xor"
mpw-py.c:2259: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2259: warning: excess elements in scalar initializer
mpw-py.c:2259: warning: (near initialization for `mpw_as_number')
mpw-py.c:2259: error: syntax error before "mpw_or"
mpw-py.c:2260: error: `coercion' undeclared here (not in a function)
mpw-py.c:2260: warning: excess elements in scalar initializer
mpw-py.c:2260: warning: (near initialization for `mpw_as_number')
mpw-py.c:2260: error: syntax error before "mpw_coerce"
mpw-py.c:2262: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2262: warning: excess elements in scalar initializer
mpw-py.c:2262: warning: (near initialization for `mpw_as_number')
mpw-py.c:2262: error: syntax error before "mpw_int"
mpw-py.c:2263: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2263: warning: excess elements in scalar initializer
mpw-py.c:2263: warning: (near initialization for `mpw_as_number')
mpw-py.c:2263: error: syntax error before "mpw_long"
mpw-py.c:2264: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2264: warning: excess elements in scalar initializer
mpw-py.c:2264: warning: (near initialization for `mpw_as_number')
mpw-py.c:2264: error: syntax error before "mpw_float"
mpw-py.c:2265: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2265: warning: excess elements in scalar initializer
mpw-py.c:2265: warning: (near initialization for `mpw_as_number')
mpw-py.c:2265: error: syntax error before "mpw_oct"
mpw-py.c:2266: error: `unaryfunc' undeclared here (not in a function)
mpw-py.c:2266: warning: excess elements in scalar initializer
mpw-py.c:2266: warning: (near initialization for `mpw_as_number')
mpw-py.c:2266: error: syntax error before "mpw_hex"
mpw-py.c:2269: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2269: warning: excess elements in scalar initializer
mpw-py.c:2269: warning: (near initialization for `mpw_as_number')
mpw-py.c:2269: error: syntax error before numeric constant
mpw-py.c:2270: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2270: warning: excess elements in scalar initializer
mpw-py.c:2270: warning: (near initialization for `mpw_as_number')
mpw-py.c:2270: error: syntax error before numeric constant
mpw-py.c:2271: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2271: warning: excess elements in scalar initializer
mpw-py.c:2271: warning: (near initialization for `mpw_as_number')
mpw-py.c:2271: error: syntax error before numeric constant
mpw-py.c:2272: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2272: warning: excess elements in scalar initializer
mpw-py.c:2272: warning: (near initialization for `mpw_as_number')
mpw-py.c:2272: error: syntax error before numeric constant
mpw-py.c:2273: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2273: warning: excess elements in scalar initializer
mpw-py.c:2273: warning: (near initialization for `mpw_as_number')
mpw-py.c:2273: error: syntax error before numeric constant
mpw-py.c:2274: error: `ternaryfunc' undeclared here (not in a function)
mpw-py.c:2274: warning: excess elements in scalar initializer
mpw-py.c:2274: warning: (near initialization for `mpw_as_number')
mpw-py.c:2274: error: syntax error before numeric constant
mpw-py.c:2275: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2275: warning: excess elements in scalar initializer
mpw-py.c:2275: warning: (near initialization for `mpw_as_number')
mpw-py.c:2275: error: syntax error before numeric constant
mpw-py.c:2276: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2276: warning: excess elements in scalar initializer
mpw-py.c:2276: warning: (near initialization for `mpw_as_number')
mpw-py.c:2276: error: syntax error before numeric constant
mpw-py.c:2277: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2277: warning: excess elements in scalar initializer
mpw-py.c:2277: warning: (near initialization for `mpw_as_number')
mpw-py.c:2277: error: syntax error before numeric constant
mpw-py.c:2278: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2278: warning: excess elements in scalar initializer
mpw-py.c:2278: warning: (near initialization for `mpw_as_number')
mpw-py.c:2278: error: syntax error before numeric constant
mpw-py.c:2279: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2279: warning: excess elements in scalar initializer
mpw-py.c:2279: warning: (near initialization for `mpw_as_number')
mpw-py.c:2279: error: syntax error before numeric constant
mpw-py.c:2283: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2283: warning: excess elements in scalar initializer
mpw-py.c:2283: warning: (near initialization for `mpw_as_number')
mpw-py.c:2283: error: syntax error before "mpw_div"
mpw-py.c:2284: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2284: warning: excess elements in scalar initializer
mpw-py.c:2284: warning: (near initialization for `mpw_as_number')
mpw-py.c:2284: error: syntax error before numeric constant
mpw-py.c:2285: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2285: warning: excess elements in scalar initializer
mpw-py.c:2285: warning: (near initialization for `mpw_as_number')
mpw-py.c:2285: error: syntax error before numeric constant
mpw-py.c:2286: error: `binaryfunc' undeclared here (not in a function)
mpw-py.c:2286: warning: excess elements in scalar initializer
mpw-py.c:2286: warning: (near initialization for `mpw_as_number')
mpw-py.c:2286: error: syntax error before numeric constant
mpw-py.c:2288: warning: data definition has no type or storage class
mpw-py.c:2299: error: syntax error before "mpw_Type"
mpw-py.c:2300: error: `PyType_Type' undeclared here (not in a function)
mpw-py.c:2301: error: initializer element is not constant
mpw-py.c:2301: error: (near initialization for `mpw_Type')
mpw-py.c:2301: error: syntax error before numeric constant
mpw-py.c:2302: warning: excess elements in scalar initializer
mpw-py.c:2302: warning: (near initialization for `mpw_Type')
mpw-py.c:2303: warning: excess elements in scalar initializer
mpw-py.c:2303: warning: (near initialization for `mpw_Type')
mpw-py.c:2304: warning: excess elements in scalar initializer
mpw-py.c:2304: warning: (near initialization for `mpw_Type')
mpw-py.c:2306: error: `destructor' undeclared here (not in a function)
mpw-py.c:2306: warning: excess elements in scalar initializer
mpw-py.c:2306: warning: (near initialization for `mpw_Type')
mpw-py.c:2306: error: syntax error before "mpw_dealloc"
mpw-py.c:2307: warning: excess elements in scalar initializer
mpw-py.c:2307: warning: (near initialization for `mpw_Type')
mpw-py.c:2308: warning: excess elements in scalar initializer
mpw-py.c:2308: warning: (near initialization for `mpw_Type')
mpw-py.c:2309: warning: excess elements in scalar initializer
mpw-py.c:2309: warning: (near initialization for `mpw_Type')
mpw-py.c:2310: error: `cmpfunc' undeclared here (not in a function)
mpw-py.c:2310: warning: excess elements in scalar initializer
mpw-py.c:2310: warning: (near initialization for `mpw_Type')
mpw-py.c:2310: error: syntax error before "mpw_compare"
mpw-py.c:2311: error: `reprfunc' undeclared here (not in a function)
mpw-py.c:2311: warning: excess elements in scalar initializer
mpw-py.c:2311: warning: (near initialization for `mpw_Type')
mpw-py.c:2311: error: syntax error before "mpw_repr"
mpw-py.c:2312: warning: excess elements in scalar initializer
mpw-py.c:2312: warning: (near initialization for `mpw_Type')
mpw-py.c:2313: warning: excess elements in scalar initializer
mpw-py.c:2313: warning: (near initialization for `mpw_Type')
mpw-py.c:2314: warning: excess elements in scalar initializer
mpw-py.c:2314: warning: (near initialization for `mpw_Type')
mpw-py.c:2315: error: `hashfunc' undeclared here (not in a function)
mpw-py.c:2315: warning: excess elements in scalar initializer
mpw-py.c:2315: warning: (near initialization for `mpw_Type')
mpw-py.c:2315: error: syntax error before numeric constant
mpw-py.c:2316: warning: excess elements in scalar initializer
mpw-py.c:2316: warning: (near initialization for `mpw_Type')
mpw-py.c:2317: error: `reprfunc' undeclared here (not in a function)
mpw-py.c:2317: warning: excess elements in scalar initializer
mpw-py.c:2317: warning: (near initialization for `mpw_Type')
mpw-py.c:2317: error: syntax error before "mpw_str"
mpw-py.c:2318: error: `getattrofunc' undeclared here (not in a function)
mpw-py.c:2318: warning: excess elements in scalar initializer
mpw-py.c:2318: warning: (near initialization for `mpw_Type')
mpw-py.c:2318: error: syntax error before "mpw_getattro"
mpw-py.c:2319: error: `setattrofunc' undeclared here (not in a function)
mpw-py.c:2319: warning: excess elements in scalar initializer
mpw-py.c:2319: warning: (near initialization for `mpw_Type')
mpw-py.c:2319: error: syntax error before "mpw_setattro"
mpw-py.c:2320: warning: excess elements in scalar initializer
mpw-py.c:2320: warning: (near initialization for `mpw_Type')
mpw-py.c:2321: error: `Py_TPFLAGS_DEFAULT' undeclared here (not in a function)
mpw-py.c:2321: error: `Py_TPFLAGS_CHECKTYPES' undeclared here (not in a function)
mpw-py.c:2322: error: `Py_TPFLAGS_BASETYPE' undeclared here (not in a function)
mpw-py.c:2322: warning: excess elements in scalar initializer
mpw-py.c:2322: warning: (near initialization for `mpw_Type')
mpw-py.c:2323: warning: excess elements in scalar initializer
mpw-py.c:2323: warning: (near initialization for `mpw_Type')
mpw-py.c:2324: warning: excess elements in scalar initializer
mpw-py.c:2324: warning: (near initialization for `mpw_Type')
mpw-py.c:2325: warning: excess elements in scalar initializer
mpw-py.c:2325: warning: (near initialization for `mpw_Type')
mpw-py.c:2326: warning: excess elements in scalar initializer
mpw-py.c:2326: warning: (near initialization for `mpw_Type')
mpw-py.c:2327: warning: excess elements in scalar initializer
mpw-py.c:2327: warning: (near initialization for `mpw_Type')
mpw-py.c:2328: warning: excess elements in scalar initializer
mpw-py.c:2328: warning: (near initialization for `mpw_Type')
mpw-py.c:2329: warning: excess elements in scalar initializer
mpw-py.c:2329: warning: (near initialization for `mpw_Type')
mpw-py.c:2330: warning: excess elements in scalar initializer
mpw-py.c:2330: warning: (near initialization for `mpw_Type')
mpw-py.c:2331: warning: excess elements in scalar initializer
mpw-py.c:2331: warning: (near initialization for `mpw_Type')
mpw-py.c:2332: warning: excess elements in scalar initializer
mpw-py.c:2332: warning: (near initialization for `mpw_Type')
mpw-py.c:2333: warning: excess elements in scalar initializer
mpw-py.c:2333: warning: (near initialization for `mpw_Type')
mpw-py.c:2334: warning: excess elements in scalar initializer
mpw-py.c:2334: warning: (near initialization for `mpw_Type')
mpw-py.c:2335: warning: excess elements in scalar initializer
mpw-py.c:2335: warning: (near initialization for `mpw_Type')
mpw-py.c:2336: warning: excess elements in scalar initializer
mpw-py.c:2336: warning: (near initialization for `mpw_Type')
mpw-py.c:2337: warning: excess elements in scalar initializer
mpw-py.c:2337: warning: (near initialization for `mpw_Type')
mpw-py.c:2338: warning: excess elements in scalar initializer
mpw-py.c:2338: warning: (near initialization for `mpw_Type')
mpw-py.c:2339: warning: excess elements in scalar initializer
mpw-py.c:2339: warning: (near initialization for `mpw_Type')
mpw-py.c:2340: error: `newfunc' undeclared here (not in a function)
mpw-py.c:2340: warning: excess elements in scalar initializer
mpw-py.c:2340: warning: (near initialization for `mpw_Type')
mpw-py.c:2340: error: syntax error before "mpw_new"
mpw-py.c:2341: error: `destructor' undeclared here (not in a function)
mpw-py.c:2341: warning: excess elements in scalar initializer
mpw-py.c:2341: warning: (near initialization for `mpw_Type')
mpw-py.c:2341: error: syntax error before "mpw_free"
mpw-py.c:2342: warning: excess elements in scalar initializer
mpw-py.c:2342: warning: (near initialization for `mpw_Type')
mpw-py.c:2343: warning: data definition has no type or storage class
make[3]: *** [mpw-py.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/beecrypt-3.1.0-r1/work/beecrypt-3.1.0/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/beecrypt-3.1.0-r1/work/beecrypt-3.1.0/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/beecrypt-3.1.0-r1/work/beecrypt-3.1.0'
make: *** [all] Error 2

!!! ERROR: dev-libs/beecrypt-3.1.0-r1 failed.
!!! Function src_compile, Line 53, Exitcode 2
!!! emake failed[/u]


Last edited by sbampy on Mon Jun 07, 2004 12:50 am; edited 2 times in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sun Jun 06, 2004 6:54 pm    Post subject: Reply with quote

Forse e' questo il problema https://bugs.gentoo.org/show_bug.cgi?id=39282
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sbampy
n00b
n00b


Joined: 04 May 2004
Posts: 65

PostPosted: Sun Jun 06, 2004 11:35 pm    Post subject: Reply with quote

fedeliallalinea il problema è quello, ma ora sorge un'altro problema come si installano quelle patch? :D :D

Grazie ancora
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sun Jun 06, 2004 11:39 pm    Post subject: Reply with quote

Copi la patch da qualche parte poi ti sposti in
Code:
# cd /usr/portage/dev-libs/beecrypt
# patch -p0 < /path/to/patch

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sbampy
n00b
n00b


Joined: 04 May 2004
Posts: 65

PostPosted: Sun Jun 06, 2004 11:58 pm    Post subject: Reply with quote

scusami sono nuovo del mondo linux e non ho capito bene, allora io ho fatto:

#patch -p0 < /home/sbampy/Desktop/Linux/Patch/beecrypt-3.1.0-r1.ebuild.patch
e mi da questo:
#
poi ho fatto:
bash-2.05b# patch -p0 < /home/sbampy/Desktop/Linux/Patch/beecrypt-3.1.0-r1.ebuild.patch
e mi ha deto questo errore:
patching file beecrypt-3.1.0-r1.ebuild
Hunk #1 FAILED at 28.
1 out of 1 hunk FAILED -- saving rejects to file beecrypt-3.1.0-r1.ebuild.rej

Non ho capito se per tutte è 4 le patch devo eseguire quel comando in quella directory

Scusami ancora
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Mon Jun 07, 2004 12:20 am    Post subject: Reply with quote

Ho letto bene solo adesso il bug, allora devi prendere solo questa patch chiamndo il file beecrypt-3.1.0-python2.3.patch. Fatto questo copi il file in /usr/portage/dev-libs/beecrypt/files e poi dai un emerge beecrypt. Comunque da me esiste gia', quindi prima di fare questo dai un emerge sync e poi emerge beecrypt senza fare altro.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sbampy
n00b
n00b


Joined: 04 May 2004
Posts: 65

PostPosted: Mon Jun 07, 2004 12:49 am    Post subject: Reply with quote

grazie risolto
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum