
I am trying to get a development version of cabal working ;darcs get http://darcs.haskell.org/packages/Cabal ;runhaskell Setup.lhs ./Distribution/Simple.hs:61:1: lexical error zsh: exit 1 runhaskell Setup.lhs ;make Makefile:2: ../mk/boilerplate.mk: No such file or directory Makefile:24: ../mk/target.mk: No such file or directory make: *** No rule to make target `../mk/target.mk'. Stop. zsh: exit 2 make is there another one to try? John -- John Meacham - ⑆repetae.net⑆john⑈

John Meacham
I am trying to get a development version of cabal working
;darcs get http://darcs.haskell.org/packages/Cabal ;runhaskell Setup.lhs ./Distribution/Simple.hs:61:1: lexical error zsh: exit 1 runhaskell Setup.lhs
This is probably a cpp problem. A side-effect of cabal having to bootstrap itself. That's why the makefile is there.
;make Makefile:2: ../mk/boilerplate.mk: No such file or directory Makefile:24: ../mk/target.mk: No such file or directory make: *** No rule to make target `../mk/target.mk'. Stop. zsh: exit 2 make
But this is the wrong makefile. This makefile doesn't work outside the fptools tree...
is there another one to try?
Yep, get the one from here: darcs get http://cvs.haskell.org/darcs/cabal peace, isaac

On Tue, Jan 31, 2006 at 11:02:17PM -0800, Isaac Jones wrote:
is there another one to try?
Yep, get the one from here: darcs get http://cvs.haskell.org/darcs/cabal
Hmm.. what is the relationship between the two repos? is one the master and the other a copy or is there two-way syncing going on? John -- John Meacham - ⑆repetae.net⑆john⑈

John Meacham
On Tue, Jan 31, 2006 at 11:02:17PM -0800, Isaac Jones wrote:
is there another one to try?
Yep, get the one from here: darcs get http://cvs.haskell.org/darcs/cabal
Hmm.. what is the relationship between the two repos? is one the master and the other a copy or is there two-way syncing going on?
They're the same repo now, so no more worries about this, hopefully :) peace, isaac
participants (2)
-
Isaac Jones
-
John Meacham