Re: GTK Build on Mac OS X
- From: Richard Hult <richard imendio com>
- To: Paul Plaquette <trilda free fr>
- Cc: gtk-devel-list gnome org
- Subject: Re: GTK Build on Mac OS X
- Date: Sun, 10 Sep 2006 21:19:52 +0200
Paul Plaquette skrev:
Hello,
Hi,
I am trying to build GTK on Mac OS X (intel) using the build-gtk.sh
build script available on
http://developer.imendio.com/projects/gtk-macosx/build-instructions
I am getting following errors while building GTK:
It looks like a typo introduced the other day, could you test the
attached patch please?
/Richard
--
Imendio AB, http://www.imendio.com/
Index: gtk/Makefile.am
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/Makefile.am,v
retrieving revision 1.315
diff -u -B -p -r1.315 Makefile.am
--- gtk/Makefile.am 10 Sep 2006 06:39:15 -0000 1.315
+++ gtk/Makefile.am 10 Sep 2006 18:05:14 -0000
@@ -635,10 +635,10 @@ gtk_use_win32_c_sources = \
gtksocket-win32.c \
gtkwin32embed.c \
gtkwin32embedwidget.c
-gtk_use_stuc_c_sources = \
+gtk_use_stub_c_sources = \
gtkplug-stub.c \
gtksocket-stub.c
-gtk_all_c_sources += $(gtk_use_x11_c_sources) $(gtk_use_win32_c_sources) $(gtk_use_stuc_c_sources)
+gtk_all_c_sources += $(gtk_use_x11_c_sources) $(gtk_use_win32_c_sources) $(gtk_use_stub_c_sources)
if USE_X11
gtk_private_h_sources += gtkxembed.h gtktrayicon.h xembed.h
gtk_c_sources += $(gtk_use_x11_c_sources)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]