[Haskell-cafe] Re: Haskellers hate GUIs!!

Heinrich Apfelmus apfelmus at quantentunnel.de
Sat Apr 3 03:45:06 EDT 2010


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



More information about the Haskell-Cafe mailing list