From: Chris S. <cps...@ya...> - 2014-08-01 23:36:17
|
Hi, When I try to build WebKit I'm getting the following error: chris@New-MacBook~/Desktop/Programming/gtk/gtk+_test_4$ jhbuild build WebKit Warning: jhbuild is started from within a jhbuild session. *** Checking out libffi *** [1/18] *** Configuring libffi *** [1/18] ./configure --prefix /Users/chris/gtk/inst --libdir '/Users/chris/gtk/inst/lib' --disable-builddir checking build system type... i386-apple-darwin13.3.0 checking host system type... i386-apple-darwin13.3.0 checking target system type... i386-apple-darwin13.3.0 configure: toplevel srcdir already configured... skipping subdir build checking for gsed... sed checking for a BSD-compatible install... /Users/chris/.local/bin/install-check checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... /Applications/Xcode.app/Contents/Developer/usr/bin/llvm-gcc-4.2 checking whether the C compiler works... no configure: error: in `/Users/chris/gtk/source/atgreen-libffi-873d687': configure: error: C compiler cannot create executables See `config.log' for more details *** Error during phase configure of libffi: ########## Error running ./configure --prefix /Users/chris/gtk/inst --libdir '/Users/chris/gtk/inst/lib' --disable-builddir *** [1/18] [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" choice: Any idea what's going on. I'm running OSX 10.9.4. ________________________________ From: John Ralls <jr...@ce...> To: Chris Share <cps...@ya...>; GTK+-2 OSX Users <gtk...@li...> Sent: Friday, 1 August 2014 11:42 PM Subject: Re: [gtk-osx-users] [Gtk-osx-users] Getting Started with WebKitGTK+ On Aug 1, 2014, at 6:01 AM, Chris Share <cps...@ya...> wrote: Hi, > > >I'm currently developing an application that generates output best suited to web display. I'd like to use WebKitGTK+ to display the output to the user however I'm a bit unclear as to how to start. > > > >I've got GTK-OSX built and installed (although it hasn't been updated for a while). > > >Do I need to build or install anything in addition to the standard GTK_OSX installation to use WebKitGTK+? > > We've done something like that to generate reports in GnuCash for years, and the WebKit module (in gtk-osx-unsupported-modules) is tailored for just that purpose. If your app builds and runs correctly in Linux it should do in Gtk-OSX as well once you add WebKit as a dependency to your application's module. Regards, John Ralls |