
Hi all, I am the author of FLTKHS (http://github.com/deech/fltkhs) which aims to make it easy to install, write and deploy a native GUI application in pure Haskell. It is already able to build static executables on Linux, *BSD and OSX (Yosemite & El Capitan). However a smooth GHCi experience across platforms is still lacking due to some outstanding issues that I am unable to figure it out. I have written up the issues in the documentation [1]. I could use some help specifically with running a REPL with a C++ shared library in GHC 7.10.3. It works fine in 7.8.4. This is documented in the section titiled "GHCi (Linux, *BSD & OSX Yosemite)" in the link below. There is also a mysterious GHCi error on Windows that I can't seem to figure out. It is documented in "GHCi (Windows only)" section. Any help or pointers are appreciated. Thanks! -deech [1] http://hackage.haskell.org/package/fltkhs/docs/Graphics-UI-FLTK-LowLevel-FLT...

On Sun, 28 Feb 2016 20:19:06 +0100, aditya siram
There is also a mysterious GHCi error on Windows that I can't seem to figure out. It is documented in "GHCi (Windows only)" section. :
This is something I encountered when trying to get wxHaskell to run. You need UUID.dll (in you application directory); there were other DLLs that I needed as well, they are mentioned at the WxHaskell/Windows page[0]. The page also describes where to find the DLLs. Another way to get the DLLs, is to download one of the wxInstall packages from SourceForge[1]; the DLLs are in the directory "DLLs" (you can safely delete wxc.dll). The wxInstall-Achelanne packages are for GCC 5.2.0, which is installed when you install GHC 7.10.3, the wxInstall-Abriline packages are for earlier GCCs/GHCs. The bitness is important for libstdc++-6.dll Regards, Henk-Jan van Tuyl [0] https://wiki.haskell.org/WxHaskell/Windows#DLLs [1] https://sourceforge.net/projects/wxhaskell/files/wxInstall/ -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --
participants (2)
-
aditya siram
-
Henk-Jan van Tuyl