Problems compiling 0.56



When compiling the last source version I get:

In file included from Gnumeric-common.c:6:
Gnumeric.h:1023: parse error before `POA_Bonobo_GenericFactory__epv'
Gnumeric.h:1023: warning: no semicolon at end of struct or union
Gnumeric.h:1026: parse error before `}'
Gnumeric.h:1027: warning: type defaults to `int' in declaration of `POA_GNOME_Gnumeric_WorkbookFactory__vepv'
Gnumeric.h:1027: warning: data definition has no type or storage class
Gnumeric.h:1031: parse error before `POA_GNOME_Gnumeric_WorkbookFactory__vepv'
Gnumeric.h:1031: warning: no semicolon at end of struct or union
Gnumeric.h:1033: warning: type defaults to `int' in declaration of `POA_GNOME_Gnumeric_WorkbookFactory'
Gnumeric.h:1033: warning: data definition has no type or storage class
Gnumeric.h:2174: parse error before `*'
Gnumeric.h:2178: parse error before `)'
make[2]: *** [Gnumeric-common.o] Error 1
make[2]: Leaving directory `/usr/local/src/office/gnumeric-0.56/idl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/office/gnumeric-0.56'
make: *** [all-recursive-am] Error 2

I checked this file, but I cannot find any error near line 1023...:

      void *_private;
         GNOME_Gnumeric_Workbook(*read) (PortableServer_Servant _servant,
                                         const CORBA_char * filename,
                                         CORBA_Environment * ev);
   }
   POA_GNOME_Gnumeric_WorkbookFactory__epv;
!   typedef struct
!   {
!      PortableServer_ServantBase__epv *_base_epv;
!      POA_Bonobo_GenericFactory__epv *Bonobo_GenericFactory_epv;
!      POA_GNOME_Gnumeric_WorkbookFactory__epv
!         *GNOME_Gnumeric_WorkbookFactory_epv;
!  }
!  POA_GNOME_Gnumeric_WorkbookFactory__vepv;
   typedef struct
   {
      void *_private;
      POA_GNOME_Gnumeric_WorkbookFactory__vepv *vepv;
   }

The '!'s are mine.

Anyone had this problem???

Thanks in advance.

John
--




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