[gtk+osx] [ gtk-osx-Patches-941202 ] Gothello as a working app bundle
Status: Beta
Brought to you by:
jralls
From: SourceForge.net <no...@so...> - 2004-04-24 08:15:19
|
Patches item #941202, was opened at 2004-04-24 16:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526809&aid=941202&group_id=70160 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Daniel J. Axtens (danielax) Assigned to: Nobody/Anonymous (nobody) Summary: Gothello as a working app bundle Initial Comment: Makes Gothello work as a .app bundle. Works for gothello 0.3 on 10.2.8 w/ gcc3.3. Also fixes some issues preventing me from compiling at all! Here is complete list of changes: Changed the CFLAGS in the makefile to -O2 -Wall -pedantic - fomit-frame-pointer, as -ansi will bomb. Changed the CFLAGS in the pbproj to -Wall, as -Wall - pedantic causes lots of warnings in the Carbon framework. Changed the header paths in the pbproj to more closely reflect `gtk-config --cflags`. The previous setup looked for glib somewhere in /usr/, but glib is (when compiled as a framework) in /Library/Frameworks. It now compiles through Project Builder. Made the program work as a double-clickable app bundle. Changed gtk_main.c fixed main: see comment. Disable option handling: see comment in init_all(). This patch is a diff -Naur: apply w/ patch -p0 < bundle-0.3- patch. You need to be just above the gothello-0.3 directory (gothello-0.3/..). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526809&aid=941202&group_id=70160 |