After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 154927 - Win32 Compilation and Running
Win32 Compilation and Running
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-08 18:13 UTC by Ivan Wong
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Win32 patch (11.21 KB, patch)
2004-10-08 18:15 UTC, Ivan Wong
none Details | Review
Win32 Patch (12.78 KB, patch)
2004-10-26 09:50 UTC, Ivan Wong
none Details | Review

Description Ivan Wong 2004-10-08 18:13:59 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.
Comment 1 Ivan Wong 2004-10-08 18:15:01 UTC
Created attachment 32408 [details] [review]
Win32 patch
Comment 2 Ivan Wong 2004-10-26 09:50:14 UTC
Created attachment 33064 [details] [review]
Win32 Patch

Updated and enhanced version
Comment 3 David Hoover 2004-11-03 05:30:34 UTC
Committed