Re: [Gtk-osx-users] GTKmm
Status: Beta
Brought to you by:
jralls
From: Chris S. <cps...@ya...> - 2011-05-24 16:57:01
|
I've tried what you suggested however I'm getting the following error: *** Checking out gtk+ *** [15/16] *** Configuring gtk+ *** [15/16] autoreconf -fis && ./configure --prefix /Users/chris/gtk/inst --libdir '/Users/chris/gtk/inst/lib' --with-gdktarget=quartz --disable-static /Users/chris/gtk/inst/bin/m4: unrecognized option `--gnu' Try `/Users/chris/gtk/inst/bin/m4 --help' for more information. autom4te: /Users/chris/gtk/inst/bin/m4 failed with exit status: 1 aclocal: /opt/local/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 *** Error during phase configure of gtk+: ########## Error running autoreconf -fis && ./configure --prefix /Users/chris/gtk/inst --libdir '/Users/chris/gtk/inst/lib' --with-gdktarget=quartz --disable-static *** [15/16] [1] Rerun phase configure [2] Ignore error and continue to build [3] Give up on module [4] Start shell [5] Reload configuration [6] Go to phase "wipe directory and start over" [7] Go to phase "clean" [8] Go to phase "distclean" Any idea what's going wrong here? ________________________________ From: John Ralls <jr...@ce...> To: GTK+-2 OSX Users <gtk...@li...> Sent: Wednesday, 25 May 2011 12:28 AM Subject: Re: [Gtk-osx-users] GTKmm On May 23, 2011, at 10:06 PM, Chris Share wrote: > Hi, > > I'd like to have a go at building guitarix (http://guitarix.sourceforge.net/) on OS X. > > I've installed gtk-osx. > > Guitarix has the following dependencies: > > ladspa-sdk gtk+-2.0 >= 2.12.0 gtkmm-2.0 >= 2.12.0 gthread-2.0 >= 2.10 sigc++-2.0 zita-convolver zita-resampler sndfile >= 1.0.17 jack (jackd, libjack, and dev) >= 0.109.1 > boost library >= 1.38 > > > As a first step I need to install gtkmm (?) > > I've tried to do this using a jhbuild shell however I'm getting the following errors: > > ./waf configure > Checking for program msgfmt : /Users/chris/gtk/inst/bin/msgfmt > Checking for program intltool-merge : /Users/chris/gtk/inst/bin/intltool-merge > Checking for program g++ or c++ : /usr/bin/g++ > Checking for program cpp : /usr/bin/cpp > Checking for program ar : /usr/bin/ar > Checking for program ranlib : /usr/bin/ranlib > Checking for g++ : ok > Checking for jack <= 1.8.0 : yes > Checking for sndfile >= 1.0.17 : yes > Checking for gmodule-export-2.0 : yes > Checking for gtk+-2.0 >= 2.16.0 : yes > Checking for gthread-2.0 >= 2.10 : yes > Checking for gtkmm-2.4 : not found > /Users/chris/Programming/MyProgramming/gx_head-0.14.0/gx_head-0.14.0/wscript:376: error: the configuration failed (see '/Users/chris/Programming/MyProgramming/gx_head-0.14.0/gx_head-0.14.0/build/config.log') > > I'm not clear about how I should install gtkmm-2.4. Should I do this using a jhbuild shell or can I do it using the Terminal? > > Any other advice would be appreciated. Gtkmm is a supported module. You need only jhbuild build gtkmm That will pull in sigc++. After that you should write a moduleset to build the other dependencies and finally guitarix. You may have some coding work to get the sound libraries to work with OSX's CoreAudio. Regards, John Ralls ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Gtk-osx-users mailing list Gtk...@li... https://lists.sourceforge.net/lists/listinfo/gtk-osx-users |