> > It runs but dies if i try and create a new document.
I had the same problem on windows (MinGW build)
after uncommenting create_layer_dialog() in
line 436 of app/app_procs.c, it was working again.
However, this way there will be no persistence.
Lars, where is layer_dialog to be initialized in the
persistent world? It is not done in
persistence_register_window_create() just above the
mentioned line. Upon creation of a new diagram (or
opening an old one),
dia crashes because layer_dialog is pointing to NULL
Steffen