GNOME Bugzilla – Bug 154927
Win32 Compilation and Running
Last modified: 2004-12-22 21:47:04 UTC
Currently it needs some changes to compile (cygwin/msys) and run glade-3 under win32 smoothly: 1. compile glade-3.exe with glade_plugin.def 2. libgladegtk needs to be compiled dynamically with no undefined symbols 3. path mapping likes PIXMAPS_DIR = "./pixmaps" is not the best idea. The working directory may not be the prefix. The binary should detect its prefix at runtime like what gtk+ itself does.
Created attachment 32408 [details] [review] Win32 patch
Created attachment 33064 [details] [review] Win32 Patch Updated and enhanced version
Committed