[Haskell-cafe] How to build sourceview depend for gtk2hs?

Andy Stewart lazycat.manatee at gmail.com
Tue Mar 3 16:52:16 EST 2009


Hi all,

I use Debian testing.

I have install GHC 6.10.1 binary package.

When i use "autoreconf && ./configure --enable-docs" to config gtk2hs

**************************************************
* Configuration completed successfully.           
*                                                 
* The following packages will be built:           
*                                                 
* glib           : yes                            
* gtk            : yes                  
* gio            : yes                  
* glade          : yes             
* cairo          : yes                
* svgcairo       : yes             
* gtkglext       : yes             
* gconf          : yes                
* sourceview     : no           
* gtksourceview2 : yes       
* mozembed       : yes             
* soegtk         : yes                  
* gnomevfs       : yes             
* gstreamer      : yes            
* documentation  : yes                   
*                                                 
* Now do "(g)make" followed by "(g)make install"
**************************************************

But "sourceview" is not pass, have anyone successful?

I have install below packages:

libglade2-dev libgtksourceview-dev
libgconf2-dev librsvg2-dev libgstreamer-plugins-base0.10-dev
libgstreamer0.10-dev libgtkglext1-dev libgnomevfs2-dev xulrunner-dev

So i need install which depend package to fix above problem?
Thanks!

Below is the detail config information.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking for ld... /usr/bin/ld
checking for basename... /usr/bin/basename
checking for grep that handles long lines and -e... /bin/grep
checking for gzip... /bin/gzip
checking for a sed that does not truncate output... /bin/sed
checking for cut... /usr/bin/cut
checking for tar... /bin/tar
checking for touch... /usr/bin/touch
checking for ranlib... ranlib
checking for xargs... /usr/bin/xargs
checking for ghc... /usr/local/bin/ghc
checking version of GHC... 6.10.1
checking for ghc-pkg... /usr/local/bin/ghc-pkg
checking whether to build deprecated bindings... yes
checking whether to build deprecated packages (gnomevfs, sourceview)... yes
checking for the GHC package "base"... yes, version 4.0.0.0
checking for the GHC package "haskell98"... yes, version 1.0.1.0
checking for the GHC package "mtl"... yes, version 1.1.0.2
checking for the GHC package "bytestring"... yes, version 0.9.1.4
checking for the GHC package "containers"... yes, version 0.2.0.0
checking for the GHC package "array"... yes, version 0.2.0.0
checking for the GHC package "old-time"... yes, version 1.0.0.1
checking for the GHC package "pretty"... yes, version 1.0.1.0
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking whether to build gtk package... yes
checking for GIO... yes
checking whether to build gio package... yes
checking for LIBGLADE... yes
checking whether to build glade package... yes
checking for GCONF... yes
checking whether to build gconf package... yes
checking for GTKSOURCEVIEW2... yes
checking whether to build gtksourceview2 package... yes
checking whether to build sourceview package... no
checking for MOZILLA_MOZEMBED... yes
checking whether to build mozembed package... yes
checking for SEAMONKEY_MOZEMBED... no
checking whether to build mozembed package... no
checking for FIREFOX_MOZEMBED... no
checking whether to build mozembed package... no
checking for XULRUNNER_MOZEMBED... no
checking whether to build mozembed package... no
checking for CAIRO... yes
checking whether to build cairo package... yes
checking for SVGCAIRO... yes
checking whether to build svgcairo package... yes
checking for GTKGLEXT... yes
checking whether to build gtkglext package... yes
checking for GNOMEVFS... yes
checking whether to build gnomevfs package... yes
checking for GSTREAMER... yes
checking whether to build gstreamer package... yes
checking for hsc2hs... /usr/local/bin/hsc2hs
checking for happy... /usr/local/bin/happy
checking version of happy... 1.18.2
checking for alex... /usr/local/bin/alex
checking for haddock... /usr/local/bin/haddock
checking version of haddock... 2.4.1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gtk2hs.spec
config.status: creating mk/chsDepend
config.status: creating mk/link-splitobjs.sh
config.status: creating mk/fix-package-conf.sh
config.status: creating docs/prologue.txt
config.status: creating glib/glib.package.conf
config.status: creating glib/glib.cabal
config.status: creating gtk/gtk.package.conf
config.status: creating gtk/gtk.cabal
config.status: creating gio/gio.package.conf
config.status: creating gio/gio.cabal
config.status: creating glade/glade.package.conf
config.status: creating glade/glade.cabal
config.status: creating gconf/gconf.package.conf
config.status: creating gconf/gconf.cabal
config.status: creating sourceview/sourceview.package.conf
config.status: creating sourceview/sourceview.cabal
config.status: creating gtksourceview2/gtksourceview2.package.conf
config.status: creating gtksourceview2/gtksourceview2.cabal
config.status: creating mozembed/mozembed.package.conf
config.status: creating mozembed/mozembed.cabal
config.status: creating cairo/cairo.package.conf
config.status: creating cairo/cairo.cabal
config.status: creating svgcairo/svgcairo.package.conf
config.status: creating svgcairo/svgcairo.cabal
config.status: creating gtkglext/gtkglext.package.conf
config.status: creating gtkglext/gtkglext.cabal
config.status: creating soegtk/soegtk.package.conf
config.status: creating soegtk/soegtk.cabal
config.status: creating gnomevfs/gnomevfs.package.conf
config.status: creating gnomevfs/gnomevfs.cabal
config.status: creating gstreamer/gstreamer.package.conf
config.status: creating gstreamer/gstreamer.cabal
config.status: creating gtk2hs-config.h
config.status: gtk2hs-config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
**************************************************
* Configuration completed successfully.           
*                                                 
* The following packages will be built:           
*                                                 
* glib           : yes                            
* gtk            : yes                  
* gio            : yes                  
* glade          : yes             
* cairo          : yes                
* svgcairo       : yes             
* gtkglext       : yes             
* gconf          : yes                
* sourceview     : no           
* gtksourceview2 : yes       
* mozembed       : yes             
* soegtk         : yes                  
* gnomevfs       : yes             
* gstreamer      : yes            
* documentation  : yes                   
*                                                 
* Now do "(g)make" followed by "(g)make install"
**************************************************

  -- Andy



More information about the Haskell-Cafe mailing list