Re: [Haskell-cafe] ANNOUNCE : Leksah 0.12

2012-03-11 Thread Johannes Waldmann
Sounds good - but my build fails on ubuntu-11.10:

Building gtksourceview2-0.12.3...
Preprocessing library gtksourceview2-0.12.3...
./gtksourceview2.h:10:48: fatal error: gtksourceview/gtksourceundomanager.h: No
such file or directory
compilation terminated.
gtk2hsC2hs: Error during preprocessing

on ubuntu-11.04:

Building gtksourceview2-0.12.3...
Preprocessing library gtksourceview2-0.12.3...
dist/build/Graphics/UI/Gtk/SourceView/Types.h:1:28: fatal error:
gtksourceview2.h: No such file or directory
compilation terminated.
gtk2hsC2hs: Error during preprocessing custom header file

- J.W.



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANNOUNCE : Leksah 0.12

2012-03-11 Thread Yuras Shumovich
Hi,

I can confirm the issue with gtksourceview2.h

Also I have the next error with leksah-server:

src/IDE/Core/CTypes.hs:548:10:
Duplicate instance declarations:
  instance NFData Version
-- Defined at src/IDE/Core/CTypes.hs:548:10-23
  instance NFData Version -- Defined in Control.DeepSeq

ghc-7.0.4
deepseq-1.3.0.0
arch-x86_64
libgtksourceview2.0-dev is installed

Thanks,
Yuras

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANNOUNCE : Leksah 0.12

2012-03-11 Thread Hamish Mackenzie
cabal install --extra-include-dirs=. gtksourceview2

Should get you up and running, but I think the correct fix might be to add 
include-dirs:. to the .cabal file.

On 12 Mar 2012, at 11:01, Johannes Waldmann wrote:

 Sounds good - but my build fails on ubuntu-11.10:
 
 Building gtksourceview2-0.12.3...
 Preprocessing library gtksourceview2-0.12.3...
 ./gtksourceview2.h:10:48: fatal error: gtksourceview/gtksourceundomanager.h: 
 No
 such file or directory
 compilation terminated.
 gtk2hsC2hs: Error during preprocessing
 
 on ubuntu-11.04:
 
 Building gtksourceview2-0.12.3...
 Preprocessing library gtksourceview2-0.12.3...
 dist/build/Graphics/UI/Gtk/SourceView/Types.h:1:28: fatal error:
 gtksourceview2.h: No such file or directory
 compilation terminated.
 gtk2hsC2hs: Error during preprocessing custom header file
 
 - J.W.
 
 
 
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANNOUNCE : Leksah 0.12

2012-03-11 Thread Johannes Waldmann

 cabal install --extra-include-dirs=. gtksourceview2

yes this works. thanks! - J.W.



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANNOUNCE : Leksah 0.12

2012-03-11 Thread Hamish Mackenzie
Not a combination of deepseq and ghc we had tested.  Thanks for the heads up.

I have uploaded leksah-server-0.12.0.4 to Hackage to fix this.  Please do a 
cabal update and try again.

On 12 Mar 2012, at 11:15, Yuras Shumovich wrote:

 Hi,
 
 I can confirm the issue with gtksourceview2.h
 
 Also I have the next error with leksah-server:
 
 src/IDE/Core/CTypes.hs:548:10:
Duplicate instance declarations:
  instance NFData Version
-- Defined at src/IDE/Core/CTypes.hs:548:10-23
  instance NFData Version -- Defined in Control.DeepSeq
 
 ghc-7.0.4
 deepseq-1.3.0.0
 arch-x86_64
 libgtksourceview2.0-dev is installed
 
 Thanks,
 Yuras


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe