Spivoxity / obc-3

Oxford Oberon-2 compiler
38 stars 7 forks source link

Debugger not working in Windows binaries #35

Open Spivoxity opened 4 years ago

Spivoxity commented 4 years ago

The debugger doesn't work when installed from a Binary package on Windows, stopping with a message that says .png files are not understood by GTK.

The debugger works when invoked from the build directory using the MinGW installation of GTK. Probably the cause is a missing file gdk-pixbuf.loaders (cf. the Mac port).

Spivoxity commented 4 years ago

Fixed for 3.1.2. It would be better to separate the installation into several subdirectories, including a bin directory that includes only the public executables.

Spivoxity commented 3 years ago

Needs verification after installing on Windows