On Jul 26, 2009, at 2:43 PM, Adam Puleo wrote:
Hmm. That really shouldn't work, because .jhbuildrc sets *FLAGS
absolutely without reference to the users environment. I added
environ_append("CFLAGS", "-arch x86_64")
environ_append("CXXFLAGS", "-arch x86_64")
environ_append("LDFLAGS", "-arch x86_64")
to .jhbuildrc-custom and it built just fine, at least through meta-gtk-
osx-bootstrap.
Does it work for you if you leave *FLAGS alone? (Start clean, or
you;ll have problems with the libraries you've already built. Don't
worry about running the install script again, it doesn't do anything
that matters. Just clear the environment variables, rm -rf gtk, and
try again.)
You don't have MacPorts or Fink installed, do you?
BTW, you want CXXFLAGS, not CPPFLAGS. The later is for the
preprocessor, which doesn't care about architecture; the former is for
C++. But as long as you're not building the *mm libraries, there is no
C++ anyway, so it doesn't matter.
Regards,
John Ralls
------------------------------------------------------------------------------
_______________________________________________
Gtk-osx-devs mailing list
Gtk-osx-devs lists sourceforge nethttps://lists.sourceforge.net/lists/listinfo/gtk-osx-devs