On Thu, Jan 14, 2010 at 2:08 PM, Daniel Fischer <[email protected]> wrote: > > Just an idea. Are you on windows? > If so, then your foreign calls would probably have to be > > foreign import stdcall "srilm.h whatever" ... > > instead of > > foreign import ccall "..." >
Yes, I came here to say that too. I was getting those errors on Windows. Paulo _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
