On 3 Feb, Russell Steinthal wrote:
> All:
>
> While trying to compile a recent copy of dia from the CVS (updated
> this morning), I'm getting several compiler warnings about
> incompatible pointer types (reproduced below). I also seem to be
> unable to access the Properties of any objects I create (like a UML
> class object), although I haven't spent enough time with the source
> code to know whether the two problems are connected. Hopefully
> someone with more experience with the code will be able to shed some
> light on the situation...
Thanks for reporting this. I do my best to keep all warnings away when
compiling with -Wall, as this helps portability a LOT. However, these
are known warnings (except the last one, it's new. But it should be ok
anyway) and Dia should work without problems with these warnings.
How are you unable to open the properties dialog? What happens when
you select the modify-tool (arrow) and double click on an object?
> Thanks, and thanks to all who have contributed so far to dia- it
> looks like a great tool, and I'm looking forward to getting the
> useful properties dialog box back. :)
Heh, I'm sure we'll fix them for you soon :)
/ Alex