Re : HDirect and GHC-6.6

2007-03-06 Thread Fernand Lacas
Hi all, It's been a long time since I had the time to work with haskell, but I have some news about HDirect. I now succeed in compiling "ihc.exe" with the typelib support (see my previous posts on the subject), but I had to bypass the packages. That is, the second compilation stage is made usin

Re : HDirect and GHC-6.6

2007-01-17 Thread Fernand Lacas
Hi, Here are some details on my building of HDirect with ghc-6.6, and where I am stuck. Skipping details about deprecated libs (such as IOExts) and some name conflicts (NativeInfo), I succeeded in building the "ihc.exe", the "hdirect" and "com" libs. I installed the "com" lib as a package on my

Re: HDirect and GHC-6.6

2007-01-12 Thread kyra
Krasimir Angelov wrote: Some time ago I even started to design my own comlib. It is quite different from HDirect's comlib but is more closer in spirit to Haskell's FFI lib. It isn't completed yet but if someone is interested in I would upload it in darcs next week. It is living in Foreign.COM nam

Re: HDirect and GHC-6.6

2007-01-12 Thread Krasimir Angelov
Some time ago I even started to design my own comlib. It is quite different from HDirect's comlib but is more closer in spirit to Haskell's FFI lib. It isn't completed yet but if someone is interested in I would upload it in darcs next week. It is living in Foreign.COM namespace. Cheers, Krasim

Re: HDirect and GHC-6.6

2007-01-11 Thread shelarcy
Hi Sigbjorn, Is there any plan to transition from CVS to darcs? HDirect is removed from darcs'ing fptools, and left cvs long ago. Because HDirect is not active. http://www.haskell.org/pipermail/cvs-ghc/2005-October/026817.html But HDirect is updated sometime. (We can see HDirect moves 'comlib'

Re : HDirect and GHC-6.6

2007-01-11 Thread Fernand Lacas
- Message d'origine De : Marc Weber <[EMAIL PROTECTED]> À : glasgow-haskell-users@haskell.org Envoyé le : Jeudi, 11 Janvier 2007, 13h44mn 35s Objet : Re: HDirect and GHC-6.6 Hi Samuel. I know. If you want to use hdirect with com support you need some kind of 2 stage build. I&

Re: HDirect and GHC-6.6

2007-01-11 Thread Sigbjorn Finne
Hi Samuel, you may want to check out the CVS version of HDirect, which does have a version of the compiler which is reasonably up-to-date wrt GHC + Cabalized versions of both the 'comlib' and 'hdirect' libraries. foo$ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs foo$ cvs login (Logging in to [

Re: HDirect and GHC-6.6

2007-01-11 Thread Marc Weber
On Wed, Jan 10, 2007 at 09:24:40PM +, Fernand Lacas wrote: >Hello, >This is my first post on this mailing list and I hope it will not be >too off-topic. >My point is that I have worked a little on the porting of the last >(0.21) version of HDirect ([1]http://www.haskell.org

HDirect and GHC-6.6

2007-01-10 Thread Fernand Lacas
Hello, This is my first post on this mailing list and I hope it will not be too off-topic. My point is that I have worked a little on the porting of the last (0.21) version of HDirect (http://www.haskell.org/hdirect/) to ghc 6.6. I succeeded in compiling the ihc.exe (idl compiler) but I'm now s