Alex Romosan wrote: > Erik Hofman <[EMAIL PROTECTED]> writes: > > >>Just to be sure, you didn't remove MetaKit and re-install it in >>between did you? Or maybe some other libraries that might have a fresh >>install inbetween? >> >> > > i did a make distclean and recompiled everything from scratch. there > was a message in the user group yesterday reporting the same problem > (that was on a redhat system, i am running debian). now, i did some > more debugging and the globals->props pointer gets changed right after > we set the view manager (this is in fg_set_defaults() if i remember > correctly). i still don't quite understand the properties manager > class so i'm kind of stumbling in the dark.
Just make sure you have the following commented out in mk4.h then: // Other definitions needed by the public MetaKit library header files #if !q4_BOOL // define a bool datatype // #define false 0 // #define true 1 // #define bool int #endif I don't say this *is* the problem but it kept me bussy for about 40 hours before I discovered the problem there. > btw, i've noticed that my messages take for ever to make it to the > list. any ideas? (I'm posting for a different address than the one i > used to subscribe to the list). > > --alex-- > > _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
