Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-21 Thread Antony Courtney
Hi, Sorry for not jumping in on this discussion sooner. I am the author of GCJNI. GCJNI was developed back when Hugs was the dominant Haskell implementation and GreenCard was the easiest/best way to do foreign language bindings for Haskell because the FFI proposal was still in the formative stages

Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-21 Thread Antony Courtney
Hi, Sorry for not jumping in on this discussion sooner. I am the author of GCJNI. GCJNI was developed back when Hugs was the dominant Haskell implementation and GreenCard was the easiest/best way to do foreign language bindings for Haskell because the FFI proposal was still in the formative stag

Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-18 Thread Lemmih
On Fri, 18 Feb 2005 20:37:35 +0100, Dmitri Pissarenko <[EMAIL PROTECTED]> wrote: > >>>Did you import Foreign.GreenCard? > > Now, I replaced "import StdDIS" by "import Foreign.GreenCard". The library apparently wasn't designed for newer versions of GreenCard and it may be too old to fix easily. -

Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-18 Thread Dmitri Pissarenko
Did you import Foreign.GreenCard? Now, I replaced "import StdDIS" by "import Foreign.GreenCard". The warning concerning missing import file does not occur any more, but the "marshall" errors are still there. Here is make's output: make -C src make[1]: Entering directory `/cygdrive/c/dapWork/temp/d

Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-17 Thread Lemmih
On Thu, 17 Feb 2005 11:52:46 +0100, Dmitri Pissarenko <[EMAIL PROTECTED]> wrote: > Hello! > > Thanks for your answer! > > > Did you import Foreign.GreenCard? > > No. I just followed the building manual of GCJNI. It may be out of date. -- Friendly, Lemmih

Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-17 Thread Dmitri Pissarenko
Hello! Thanks for your answer! Did you import Foreign.GreenCard? No. I just followed the building manual of GCJNI. Best regards Dmitri Pissarenko -- Dmitri Pissarenko Software Engineer http://dapissarenko.com ___ Haskell-Cafe mailing list Haskell-Cafe@has

Re: [Haskell-cafe] Problems with building GCJNI 1.2

2005-02-15 Thread Lemmih
On Tue, 15 Feb 2005 22:33:30 +0100, Dmitri Pissarenko <[EMAIL PROTECTED]> wrote: > Hello! > > I am trying to build GCJNI 1.2 under Windows (cygwin) with GHC 6.2.1 and Green > Card 3.01. > > I am getting following error messages when entering "make". > > > $ make > make -C src > make[1]: Enterin

[Haskell-cafe] Problems with building GCJNI 1.2

2005-02-15 Thread Dmitri Pissarenko
Hello! I am trying to build GCJNI 1.2 under Windows (cygwin) with GHC 6.2.1 and Green Card 3.01. I am getting following error messages when entering "make". $ make make -C src make[1]: Entering directory `/cygdrive/c/dapWork/temp/downloads/gcjni/gcjni- 1.2/ src' gcc -MM -I/cygdrive/c/Programme/