ORBit from cvs and [gnumeric|mc]




For two days now, I can not compile (fresh) Gnumeric (or mc) with (fresh)
ORBit from cvs.
--- session follows
rm -rg gnumeric ORBit
cvs -z3 get gnumeric ORBit
cd ORBit; ./autogen.sh --prefix=/opt/GNOME; make ; make install; ldconfig
[...] OK.

cd gnumeric; ./autogen.sh --prefix=/opt/GNOME; make 
[...]
Gnumeric-impl.c:12: parse error before `POA_GNOME_Table'
Gnumeric-impl.c:12: warning: no semicolon at end of struct or union
Gnumeric-impl.c:15: parse error before `}'
Gnumeric-impl.c:15: warning: data definition has no type or storage class
Gnumeric-impl.c:18: parse error before `POA_GNOME_Spreadsheet'
Gnumeric-impl.c:18: warning: no semicolon at end of struct or union
Gnumeric-impl.c:21: parse error before `}'
Gnumeric-impl.c:21: warning: data definition has no type or storage class
Gnumeric-impl.c:24: parse error before `POA_GNOME_Gnumeric'
Gnumeric-impl.c:24: warning: no semicolon at end of struct or union
Gnumeric-impl.c:26: parse error before `}'
Gnumeric-impl.c:26: warning: data definition has no type or storage class
Gnumeric-impl.c:29: parse error before `POA_GNOME_GnumericFactory'
Gnumeric-impl.c:29: warning: no semicolon at end of struct or union
Gnumeric-impl.c:31: parse error before `}'
Gnumeric-impl.c:31: warning: data definition has no type or storage class
Gnumeric-impl.c:46: parse error before `*'
Gnumeric-impl.c:49: parse error before `*'
Gnumeric-impl.c:50: parse error before `*'
Gnumeric-impl.c:53: warning: data definition has no type or storage class
Gnumeric-impl.c:56: parse error before `*'
Gnumeric-impl.c:62: parse error before `*'
Gnumeric-impl.c:65: parse error before `*'
Gnumeric-impl.c:72: parse error before `*'
Gnumeric-impl.c:77: parse error before `*'
Gnumeric-impl.c:78: parse error before `*'
Gnumeric-impl.c:81: warning: data definition has no type or storage class
Gnumeric-impl.c:84: parse error before `*'
Gnumeric-impl.c:90: parse error before `*'
Gnumeric-impl.c:92: parse error before `*'
Gnumeric-impl.c:93: parse error before `*'
Gnumeric-impl.c:96: warning: data definition has no type or storage class
Gnumeric-impl.c:99: parse error before `*'
Gnumeric-impl.c:105: parse error before `*'
Gnumeric-impl.c:111: parse error before `*'
Gnumeric-impl.c:116: parse error before `*'
Gnumeric-impl.c:120: parse error before `*'
Gnumeric-impl.c:124: parse error before `*'
Gnumeric-impl.c:151: parse error before `impl_GNOME_Table_epv'
Gnumeric-impl.c:153: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:155: warning: excess elements in scalar initializer after `impl_GNOME_Table_epv'
Gnumeric-impl.c:157: warning: excess elements in scalar initializer after `impl_GNOME_Table_epv'
Gnumeric-impl.c:159: warning: data definition has no type or storage class
Gnumeric-impl.c:167: parse error before `impl_GNOME_Spreadsheet_epv'
Gnumeric-impl.c:169: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:170: warning: excess elements in scalar initializer after `impl_GNOME_Spreadsheet_epv'
Gnumeric-impl.c:172: warning: excess elements in scalar initializer after `impl_GNOME_Spreadsheet_epv'
Gnumeric-impl.c:174: warning: data definition has no type or storage class
Gnumeric-impl.c:175: parse error before `impl_GNOME_Spreadsheet_GNOME_Table_epv'
Gnumeric-impl.c:177: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:178: warning: excess elements in scalar initializer after `impl_GNOME_Spreadsheet_GNOME_Table_epv'
Gnumeric-impl.c:179: warning: excess elements in scalar initializer after `impl_GNOME_Spreadsheet_GNOME_Table_epv'
Gnumeric-impl.c:180: warning: data definition has no type or storage class
Gnumeric-impl.c:187: parse error before `impl_GNOME_Gnumeric_epv'
Gnumeric-impl.c:189: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:190: warning: data definition has no type or storage class
Gnumeric-impl.c:191: parse error before `impl_GNOME_Gnumeric_GNOME_Table_epv'
Gnumeric-impl.c:193: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:194: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_GNOME_Table_epv'
Gnumeric-impl.c:195: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_GNOME_Table_epv'
Gnumeric-impl.c:196: warning: data definition has no type or storage class
Gnumeric-impl.c:197: parse error before `impl_GNOME_Gnumeric_GNOME_Spreadsheet_epv'
Gnumeric-impl.c:199: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:200: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_GNOME_Spreadsheet_epv'
Gnumeric-impl.c:201: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_GNOME_Spreadsheet_epv'
Gnumeric-impl.c:202: warning: data definition has no type or storage class
Gnumeric-impl.c:209: parse error before `impl_GNOME_GnumericFactory_epv'
Gnumeric-impl.c:211: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:212: warning: data definition has no type or storage class
Gnumeric-impl.c:227: parse error before `impl_GNOME_Table_vepv'
Gnumeric-impl.c:229: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:230: warning: excess elements in scalar initializer after `impl_GNOME_Table_vepv'
Gnumeric-impl.c:231: warning: data definition has no type or storage class
Gnumeric-impl.c:233: parse error before `impl_GNOME_Spreadsheet_vepv'
Gnumeric-impl.c:235: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:236: warning: excess elements in scalar initializer after `impl_GNOME_Spreadsheet_vepv'
Gnumeric-impl.c:237: warning: excess elements in scalar initializer after `impl_GNOME_Spreadsheet_vepv'
Gnumeric-impl.c:238: warning: data definition has no type or storage class
Gnumeric-impl.c:239: parse error before `impl_GNOME_Gnumeric_vepv'
Gnumeric-impl.c:241: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:242: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_vepv'
Gnumeric-impl.c:243: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_vepv'
Gnumeric-impl.c:244: warning: excess elements in scalar initializer after `impl_GNOME_Gnumeric_vepv'
Gnumeric-impl.c:245: warning: data definition has no type or storage class
Gnumeric-impl.c:246: parse error before `impl_GNOME_GnumericFactory_vepv'
Gnumeric-impl.c:248: warning: initialization makes integer from pointer without a cast
Gnumeric-impl.c:249: warning: excess elements in scalar initializer after `impl_GNOME_GnumericFactory_vepv'
Gnumeric-impl.c:250: warning: excess elements in scalar initializer after `impl_GNOME_GnumericFactory_vepv'
Gnumeric-impl.c:251: warning: data definition has no type or storage class
Gnumeric-impl.c: In function `impl_GNOME_GenericFactory_new':
Gnumeric-impl.c:285: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: In function `impl_GNOME_GenericFactory_new_args':
Gnumeric-impl.c:295: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:301: parse error before `impl_GNOME_Table__create'
Gnumeric-impl.c:302: warning: return-type defaults to `int'
Gnumeric-impl.c:302: warning: no previous prototype for `impl_GNOME_Table__create'
Gnumeric-impl.c: In function `impl_GNOME_Table__create':
Gnumeric-impl.c:303: `GNOME_Table' undeclared (first use this function)
Gnumeric-impl.c:303: (Each undeclared identifier is reported only once
Gnumeric-impl.c:303: for each function it appears in.)
Gnumeric-impl.c:303: parse error before `retval'
Gnumeric-impl.c:304: `newservant' undeclared (first use this function)
Gnumeric-impl.c:305: parse error before `*'
Gnumeric-impl.c:307: parse error before `)'
Gnumeric-impl.c:310: warning: implicit declaration of function `POA_GNOME_Table__init'
Gnumeric-impl.c:311: `objid' undeclared (first use this function)
Gnumeric-impl.c:313: `retval' undeclared (first use this function)
Gnumeric-impl.c:316: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:320: parse error before `*'
Gnumeric-impl.c:321: warning: `impl_GNOME_Table__destroy' was used with no prototype before its definition
Gnumeric-impl.c: In function `impl_GNOME_Table__destroy':
Gnumeric-impl.c:323: warning: implicit declaration of function `POA_GNOME_Table__fini'
Gnumeric-impl.c:323: `servant' undeclared (first use this function)
Gnumeric-impl.c:323: `ev' undeclared (first use this function)
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:327: parse error before `*'
Gnumeric-impl.c:328: parse error before `*'
Gnumeric-impl.c:332: warning: return-type defaults to `int'
Gnumeric-impl.c:332: warning: no previous prototype for `impl_GNOME_Table_get'
Gnumeric-impl.c: In function `impl_GNOME_Table_get':
Gnumeric-impl.c:333: `GNOME_Table_Value' undeclared (first use this function)
Gnumeric-impl.c:333: `retval' undeclared (first use this function)
Gnumeric-impl.c:336: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:339: parse error before `*'
Gnumeric-impl.c:344: warning: no previous prototype for `impl_GNOME_Table_set'
Gnumeric-impl.c: In function `impl_GNOME_Table_set':
Gnumeric-impl.c:345: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:351: parse error before `impl_GNOME_Spreadsheet__create'
Gnumeric-impl.c:352: warning: return-type defaults to `int'
Gnumeric-impl.c:352: warning: no previous prototype for `impl_GNOME_Spreadsheet__create'
Gnumeric-impl.c: In function `impl_GNOME_Spreadsheet__create':
Gnumeric-impl.c:353: `GNOME_Spreadsheet' undeclared (first use this function)
Gnumeric-impl.c:353: parse error before `retval'
Gnumeric-impl.c:354: `newservant' undeclared (first use this function)
Gnumeric-impl.c:355: parse error before `*'
Gnumeric-impl.c:357: parse error before `)'
Gnumeric-impl.c:360: warning: implicit declaration of function `POA_GNOME_Spreadsheet__init'
Gnumeric-impl.c:361: `objid' undeclared (first use this function)
Gnumeric-impl.c:363: `retval' undeclared (first use this function)
Gnumeric-impl.c:366: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:370: parse error before `*'
Gnumeric-impl.c:371: warning: `impl_GNOME_Spreadsheet__destroy' was used with no prototype before its definition
Gnumeric-impl.c: In function `impl_GNOME_Spreadsheet__destroy':
Gnumeric-impl.c:373: warning: implicit declaration of function `POA_GNOME_Spreadsheet__fini'
Gnumeric-impl.c:373: `servant' undeclared (first use this function)
Gnumeric-impl.c:373: `ev' undeclared (first use this function)
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:378: parse error before `*'
Gnumeric-impl.c:383: warning: no previous prototype for `impl_GNOME_Spreadsheet_set_string'
Gnumeric-impl.c:387: parse error before `*'
Gnumeric-impl.c:391: warning: no previous prototype for `impl_GNOME_Spreadsheet_get_string'
Gnumeric-impl.c: In function `impl_GNOME_Spreadsheet_get_string':
Gnumeric-impl.c:392: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:397: parse error before `*'
Gnumeric-impl.c:398: parse error before `*'
Gnumeric-impl.c:402: warning: return-type defaults to `int'
Gnumeric-impl.c:402: warning: no previous prototype for `impl_GNOME_Spreadsheet_get'
Gnumeric-impl.c: In function `impl_GNOME_Spreadsheet_get':
Gnumeric-impl.c:403: `GNOME_Table_Value' undeclared (first use this function)
Gnumeric-impl.c:403: `retval' undeclared (first use this function)
Gnumeric-impl.c:406: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:409: parse error before `*'
Gnumeric-impl.c:414: warning: no previous prototype for `impl_GNOME_Spreadsheet_set'
Gnumeric-impl.c: In function `impl_GNOME_Spreadsheet_set':
Gnumeric-impl.c:415: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:421: parse error before `impl_GNOME_Gnumeric__create'
Gnumeric-impl.c:422: warning: return-type defaults to `int'
Gnumeric-impl.c:422: warning: no previous prototype for `impl_GNOME_Gnumeric__create'
Gnumeric-impl.c: In function `impl_GNOME_Gnumeric__create':
Gnumeric-impl.c:423: `GNOME_Gnumeric' undeclared (first use this function)
Gnumeric-impl.c:423: parse error before `retval'
Gnumeric-impl.c:424: `newservant' undeclared (first use this function)
Gnumeric-impl.c:425: parse error before `*'
Gnumeric-impl.c:427: parse error before `)'
Gnumeric-impl.c:430: warning: implicit declaration of function `POA_GNOME_Gnumeric__init'
Gnumeric-impl.c:431: `objid' undeclared (first use this function)
Gnumeric-impl.c:433: `retval' undeclared (first use this function)
Gnumeric-impl.c:436: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:440: parse error before `*'
Gnumeric-impl.c:441: warning: `impl_GNOME_Gnumeric__destroy' was used with no prototype before its definition
Gnumeric-impl.c: In function `impl_GNOME_Gnumeric__destroy':
Gnumeric-impl.c:443: warning: implicit declaration of function `POA_GNOME_Gnumeric__fini'
Gnumeric-impl.c:443: `servant' undeclared (first use this function)
Gnumeric-impl.c:443: `ev' undeclared (first use this function)
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:447: parse error before `*'
Gnumeric-impl.c:448: parse error before `*'
Gnumeric-impl.c:452: warning: return-type defaults to `int'
Gnumeric-impl.c:452: warning: no previous prototype for `impl_GNOME_Gnumeric_get'
Gnumeric-impl.c: In function `impl_GNOME_Gnumeric_get':
Gnumeric-impl.c:453: `GNOME_Table_Value' undeclared (first use this function)
Gnumeric-impl.c:453: `retval' undeclared (first use this function)
Gnumeric-impl.c:456: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:459: parse error before `*'
Gnumeric-impl.c:464: warning: no previous prototype for `impl_GNOME_Gnumeric_set'
Gnumeric-impl.c: In function `impl_GNOME_Gnumeric_set':
Gnumeric-impl.c:465: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:471: parse error before `*'
Gnumeric-impl.c:476: warning: no previous prototype for `impl_GNOME_Gnumeric_set_string'
Gnumeric-impl.c:480: parse error before `*'
Gnumeric-impl.c:484: warning: no previous prototype for `impl_GNOME_Gnumeric_get_string'
Gnumeric-impl.c: In function `impl_GNOME_Gnumeric_get_string':
Gnumeric-impl.c:485: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:491: parse error before `impl_GNOME_GnumericFactory__create'
Gnumeric-impl.c:492: warning: return-type defaults to `int'
Gnumeric-impl.c:492: warning: no previous prototype for `impl_GNOME_GnumericFactory__create'
Gnumeric-impl.c: In function `impl_GNOME_GnumericFactory__create':
Gnumeric-impl.c:493: `GNOME_GnumericFactory' undeclared (first use this function)
Gnumeric-impl.c:493: parse error before `retval'
Gnumeric-impl.c:494: `newservant' undeclared (first use this function)
Gnumeric-impl.c:495: parse error before `*'
Gnumeric-impl.c:497: parse error before `)'
Gnumeric-impl.c:500: warning: implicit declaration of function `POA_GNOME_GnumericFactory__init'
Gnumeric-impl.c:501: `objid' undeclared (first use this function)
Gnumeric-impl.c:503: `retval' undeclared (first use this function)
Gnumeric-impl.c:506: warning: control reaches end of non-void function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:510: parse error before `*'
Gnumeric-impl.c:511: warning: `impl_GNOME_GnumericFactory__destroy' was used with no prototype before its definition
Gnumeric-impl.c: In function `impl_GNOME_GnumericFactory__destroy':
Gnumeric-impl.c:513: warning: implicit declaration of function `POA_GNOME_GnumericFactory__fini'
Gnumeric-impl.c:513: `servant' undeclared (first use this function)
Gnumeric-impl.c:513: `ev' undeclared (first use this function)
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:518: parse error before `*'
Gnumeric-impl.c:521: warning: no previous prototype for `impl_GNOME_GnumericFactory_supports'
Gnumeric-impl.c: In function `impl_GNOME_GnumericFactory_supports':
Gnumeric-impl.c:522: warning: `retval' might be used uninitialized in this function
Gnumeric-impl.c: At top level:
Gnumeric-impl.c:528: parse error before `*'
Gnumeric-impl.c:532: warning: no previous prototype for `impl_GNOME_GnumericFactory_create_object'
Gnumeric-impl.c: In function `impl_GNOME_GnumericFactory_create_object':
Gnumeric-impl.c:533: warning: `retval' might be used uninitialized in this function
make[2]: *** [Gnumeric-impl.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]