RE: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Re, Joseph (IT)
From: Ian Lynagh [mailto:[EMAIL PROTECTED] You're likely to find it easier to bootstrap by installing a bindist onto the machine, unless that is impossible for some reason. Unfortunately it is due to policy. GenApply.o(.text+0x13a55): In function `s5cr_info': : undefined reference to

RE: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Re, Joseph (IT)
-Original Message- From: Ian Lynagh [mailto:[EMAIL PROTECTED] Nothing comes to mind. Were the libraries rebuilt after building GenApply on the machine on which the hc files were generated? Nope. After building the hc tarball with a new copy of ghc 6.6.1 on the host machine, I

[Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-09 Thread Re, Joseph (IT)
I'm trying to do a registered hc-build on linux2.4 x86 with ghc 6.6.1. After fixing mk/bootstrap.mk to include -lncurses in HC_BOOT_LIBS to get past an undefined reference to tputs et al, I've gotten stuck with the following undefined reference error:

RE: [Haskell-cafe] Re: Ubuntu and ghc

2008-06-04 Thread Re, Joseph (IT)
Not sure about it's current state, but a friend was working on this until he graduated recently: http://www.acm.uiuc.edu/projects/Wipt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ketil Malde Aren't there any usable third-party package managers for

RE: [Haskell-cafe] Looking for final year project - using Haskell, or another functional language

2007-07-22 Thread Re, Joseph (IT)
PROTECTED] Sent: Thursday, July 12, 2007 6:41 PM To: Re, Joseph (IT) Subject: Re: [Haskell-cafe] Looking for final year project - using Haskell,or another functional language Hi Joseph, no, I don't mind if you cc the list. I just skimmed the two papers on Vertigo and Renaissance. Very interesting

RE: [Haskell-cafe] Speedy parsing

2007-07-20 Thread Re, Joseph (IT)
-Original Message- From: Tillmann Rendel [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 8:48 PM To: Re, Joseph (IT) Cc: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] Speedy parsing Re, Joseph (IT) wrote: At this point I'm out of ideas, so I was hoping someone could

RE: [Haskell-cafe] Speedy parsing

2007-07-20 Thread Re, Joseph (IT)
Oh, I didn't realize how much of a difference it would make. Thanks a lot! -- Joseph Re -Original Message- From: Salvatore Insalaco [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 12:21 PM To: Tillmann Rendel Cc: Re, Joseph (IT); haskell-cafe@haskell.org Subject: Re: [Haskell

[Haskell-cafe] Speedy parsing

2007-07-19 Thread Re, Joseph (IT)
I was hoping someone could direct me to material on how I might go about optimizing a small parsing program I wrote. Used for calculating differences between two files that store a hash of hashes (each line is a hash, each line has key=value pairs seperated by commas), the bottleneck seems to be

RE: [Haskell-cafe] Haskell shootout game

2007-07-16 Thread Re, Joseph (IT)
Interestingly enough, we're doing something very similar for [EMAIL PROTECTED]'s 2007 MechMania XIII contest (http://en.wikipedia.org/wiki/Mechmania), an AI competition hosted during our annual Reflections Projections conference. I can't release too many details until the day of the contest

RE: [Haskell-cafe] Looking for final year project - using Haskell, or another functional language

2007-07-13 Thread Re, Joseph (IT)
I actually meant that simply as beyond opengl bindings, but added 'better' to make reference to Hugh's suggestion. The website sure could be better though ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Claus Reinke Sent: Thursday, July 12, 2007 7:23

RE: [Haskell-cafe] Maintaining the community

2007-07-13 Thread Re, Joseph (IT)
Perhaps I haven't found the amazing treasure trove of open NNTP servers you appear to have, but in my experience I've yet to find a single good (read: access to most groups and quick about it) and free NNTP server (read: not from my ISP, employer, or university - which, if provided at all, have

RE: [Haskell-cafe] Looking for final year project - using Haskell, or another functional language

2007-07-12 Thread Re, Joseph (IT)
Building on what Hugh was getting at, beyond better opengl bindings, I'd be interested in what a modern real-time graphics engine would look like in Haskell; not a game engine, just a very flexible and well made universal graphics engine. I think there's already a lot of ground work already