Re: Problem when expanding struct _SheetObject



hi, 


On Tue, Apr 15, 2014 at 7:16 AM, Morten Welinder <mortenw gnome org> wrote:
You mean it complains at run time (where "it" is glib in this case).

This has the look of what would happen if you had more than one copy
of the library around.  libspreadsheet in this case, so half the code sees
one version of GnmCellCombo and the other half see the other.

The warning is saving you some severe hair pulling.

Solution?  Some combination of "make clean", "make install", and manually
checking for multiple versions.


thanks!, it was a pre-compiled object problem, i assumed the build system will regenerate objects associated in some way to the structure that changed, after a make clean ; make it worked fine, 

thanks again.



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