Re: [Haskell-cafe] How to fix this problem in FreeBSD ?

2010-05-30 Thread zaxis

I have to use openbox instead of xmonad now. As a reward , i can `make
config` in any ports using openbox. (xmonad canot)


zaxis wrote:
 
 /usr/ports/devel/hs-ghc-pathssudo make install clean
 ===   hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found
 ===  Configuring for hs-ghc-paths-0.1.0.5_1
 [1 of 1] Compiling Main ( Setup.hs, Setup.o )
 
 Setup.hs:18:22: Not in scope: `preMakefile'
 *** Error code 1
 
 Stop in /usr/ports/devel/hs-ghc-paths.
 
 Sincerely!
 


-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/How-to-fix-this-problem-in-FreeBSD---tp28714271p28725835.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

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


[Haskell-cafe] How to fix this problem in FreeBSD ?

2010-05-29 Thread zaxis

/usr/ports/devel/hs-ghc-pathssudo make install clean
===   hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found
===  Configuring for hs-ghc-paths-0.1.0.5_1
[1 of 1] Compiling Main ( Setup.hs, Setup.o )

Setup.hs:18:22: Not in scope: `preMakefile'
*** Error code 1

Stop in /usr/ports/devel/hs-ghc-paths.

Sincerely!

-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/How-to-fix-this-problem-in-FreeBSD---tp28714271p28714271.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

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


Re: [Haskell-cafe] How to fix this problem in FreeBSD ?

2010-05-29 Thread Ivan Lazar Miljenovic
Which version of GHC, which version of Cabal, and what is the Makefile?

zaxis z_a...@163.com writes:

 /usr/ports/devel/hs-ghc-pathssudo make install clean
 ===   hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found
 ===  Configuring for hs-ghc-paths-0.1.0.5_1
 [1 of 1] Compiling Main ( Setup.hs, Setup.o )

 Setup.hs:18:22: Not in scope: `preMakefile'
 *** Error code 1

 Stop in /usr/ports/devel/hs-ghc-paths.

 Sincerely!

 -
 e^(π⋅i) + 1 = 0

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] How to fix this problem in FreeBSD ?

2010-05-29 Thread zaxis

ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.4

cabal --version
cabal-install version 0.8.2
using version 1.8.0.2 of the Cabal library

cat Makefile 
# New ports collection makefile for: hs-ghc-paths
# Date created:July 09 2009
# Whom:Giuseppe Pilichi aka Jacula Modyun jac...@gmail.com
#
# $FreeBSD: ports/devel/hs-ghc-paths/Makefile,v 1.3 2010/05/26 11:18:37
jacula Exp $

PORTNAME=   ghc-paths
PORTVERSION=0.1.0.5
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= hask...@freebsd.org
COMMENT=Utility looking for GHC installation directories

CABAL_SETUP=Setup.hs

.if defined(SLAVE)
GHC_CMD=ghc
.endif

.include ${.CURDIR}/../../lang/ghc/bsd.cabal.mk
.include bsd.port.mk



Ivan Miljenovic wrote:
 
 Which version of GHC, which version of Cabal, and what is the Makefile?
 
 zaxis z_a...@163.com writes:
 
 /usr/ports/devel/hs-ghc-pathssudo make install clean
 ===   hs-ghc-paths-0.1.0.5_1 depends on executable: ghc - found
 ===  Configuring for hs-ghc-paths-0.1.0.5_1
 [1 of 1] Compiling Main ( Setup.hs, Setup.o )

 Setup.hs:18:22: Not in scope: `preMakefile'
 *** Error code 1

 Stop in /usr/ports/devel/hs-ghc-paths.

 Sincerely!

 -
 e^(π⋅i) + 1 = 0
 
 -- 
 Ivan Lazar Miljenovic
 ivan.miljeno...@gmail.com
 IvanMiljenovic.wordpress.com
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe
 
 


-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/How-to-fix-this-problem-in-FreeBSD---tp28714271p28714430.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

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