I want to apologize up front for the spam to this list.  I am not a very
good compiler.  My degree is in Environmental Engineering not Computer
Science.

That said I've been able to get very far with building garnome on macosx
10.5.2.

So far these are the edits I've had to make to the gar.conf.mk file (my fink
is set up to use /opt/local/ ) :

CPPFLAGS += -I/opt/local/include -I$(includedir)
CFLAGS += -I/opt/local/include -I$(includedir) -L$(libdir)
LDFLAGS +=
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-L/opt/local/lib -L$(libdir)
PATH := /opt/local/bin:/opt/local/sbin:$(bindir):$(sbindir):$(PATH)
LD_LIBRARY_PATH := /opt/local/lib:$(libdir):$(LD_LIBRARY_PATH)
PKG_CONFIG_PATH :=
/opt/local/bin/pkg-config:$(libdir)/pkg-config:$(libdir)/pkgconfig:$(datadir)/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
EXTRA_LIBS = /opt/local/lib


And I've had to install the following fink packages:

fink install libpng-shlibs
fink install libpng3
fink install libpng3-shlibs
fink install glitz
fink install gettext
fink install gettext-dev

That said, it's dieing on pygtk now.  And there's not a version of pygtk for
fink yet of version 2.8.0.  2.6.3 is the best that fink has to offer:

 ==> Running configure in work/main.d/alacarte-0.11.4
                [...snip...]
checking whether /usr/bin/python version is >= 2.4.0... yes
checking for  version... 2.5
checking for  platform... darwin
checking for  script directory... /Library/Python/2.5/site-packages
checking for  extension module directory...
/Library/Python/2.5/site-packages
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALACARTE... yes
checking for pygtk 2.8.0 installed for python 2.4... not found
configure: error: required pygtk version not found
make[1]: *** [configure-work/main.d/alacarte-0.11.4/configure] Error 1
make: *** [paranoid-install] Error 2


sh-3.2# fink list pygtk
Information about 6477 packages read in 1 seconds.
     pygtk2-gtk-py24           2.6.3-2             Python bindings for the
GTK widget set
     pygtk2-gtk-py24-dev       2.6.3-2             Tools for compiling
against pygtk2
 i   pygtk2-gtk-py25           2.6.3-2             Python bindings for the
GTK widget set
 i   pygtk2-gtk-py25-dev       2.6.3-2             Tools for compiling
against pygtk2
     pygtk2-py24               2.6.3-2000          Python bindings for the
GTK widget set
     pygtk2-py24-dev           2.6.3-2000          Tools for compiling
against pygtk2-py24
 i   pygtk2-py25               2.6.3-2000          Python bindings for the
GTK widget set
 i   pygtk2-py25-dev           2.6.3-2000          Tools for compiling
against pygtk2-py25

Is that something that garnome should be installing?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to