Hi there,

I was trying to compile the app I'm developing using eiffel-libraries, and I've got some errors for these three redefines at g_object:

store_eiffel_wrapper,
unstore_eiffel_wrapper, is_eiffel_wrapper_stored

These methods are not defined at shared_c_struct... so I commented those three redefines, but I'm not sure this is the correct solution.

Other thing I'm not so sure how to solve is this warning message:

****** Warning: Keyword "ensure" replaced with "ensure then" because
there is an inherited ensure assertion.

Line 42 column 3 in G_VALUE (/home/bn/EXCEPT/eiffel-libraries/eiffel-gobject/library/g_value.e):
      ensure
      ^
------

The line 42 is the line that ensures "memory_allocated" for make and make_undefined features. As g_value inherits from shared_c_struct and this class undefines make, I'm clueless on how to resolve this :-).
If any of you can give me a hand...

Thank you! Natalia.

_______________________________________________
Eiffel-libraries-devel mailing list
[email protected]
https://mail.gna.org/listinfo/eiffel-libraries-devel

Reply via email to