Rafael Cunha de Almeida wrote:
> When using haskell, can't you just make a static binary on MacOS and Windows,
> though? Why wouldn't that work?

On MacOS, you would have to relocate the shared gtk2hs libraries and
bundle them with the application. It's actually easiest to exorcise the
paths from the compiled binary with some  otool  vodoo; Inkscape did it
this way last time I remember. There was also a gtk framework once, but
it seems to be out of date.


Regards,
Heinrich Apfelmus

--
http://apfelmus.nfshost.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to