> Yes, a couple of fixes and it worked. If you want I'll write more detailed.

Yes, would be fine.

Araq just told me that he regards proc names like int32 invalid -- they shadow 
type conversions. So I have to filter all the GTK3 related modules for proc 
names which may conflict with type names. Will take some time...

My ned editor -- well there are some bugs still. For example currently it works 
only when started from its directory. Otherwise the gsettings configuration are 
not found. For Linux one solution is this:
    
    
    #  And for making gsettings available system wide one method is, as root
    # https://developer.gnome.org/gio/stable/glib-compile-schemas.html
    # echo $XDG_DATA_DIRS
    # /usr/share/gnome:/usr/local/share:/usr/share:/usr/share/gdm
    # cd /usr/local/share/glib-2.0/schemas
    # cp org.gtk.ned.gschema.xml .
    # glib-compile-schemas .

I would prefer a solution which needs no root access, and I have no idea how to 
do that on Windows. I will ask at the gtk mailing list, but do not expect to 
get an answer.

Reply via email to