Re: [gtk-list] Re: Problems with gtk---0.9.1



Oliver Freyd <freyd@uni-muenster.de> writes:
> Yeah, I get that too, whenever I usse a Connection object like
> 
> Connection c;
> c=connect_to_method(...);
> ...
> c.disconnect();
> 
> it seems there is something with the way the operator= is defined for the
> Connection object, it doesn't like to be assigned in that way...
> 
> But at least, it works...

This will be fixed in 0.9.2.. the warning came from a problem with mutable
test and its implementation when HAVE_MUTABLE is not defined..

Its still not clear how to handle situations when for example mutable is not
implemented in the compiler.. how to make it work with gtk-- applications
correctly..:( They would basically need to include config.h configured to
target platform..

well, maybe I should try keep headers independent of all configuration
information...

-- 
-- Tero Pulkkinen -- terop@modeemi.cs.tut.fi --



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