Difference between revisions of "WxHaskell/Linux"

From HaskellWiki
Jump to navigation Jump to search
(→‎Sources: Added a link to "Compiling and getting started")
Line 4: Line 4:
 
==== Sources ====
 
==== Sources ====
   
The sources can be found at http://sourceforge.net/projects/wxwindows/files/ . To compile the source, see [[http://wiki.wxwidgets.org/Compiling_and_getting_started Compiling and getting started].
+
The sources can be found at http://sourceforge.net/projects/wxwindows/files/ . To compile the source, see [http://wiki.wxwidgets.org/Compiling_and_getting_started Compiling and getting started].
   
 
==== Debian and Ubuntu ====
 
==== Debian and Ubuntu ====

Revision as of 14:09, 27 April 2014

This article is a stub. You can help by expanding it. This page records some user experiences building wxHaskell on Linux. It should be fleshed out now that wxHaskell 0.12 has been released.

Sources

The sources can be found at http://sourceforge.net/projects/wxwindows/files/ . To compile the source, see Compiling and getting started.

Debian and Ubuntu

sudo apt-get install g++
sudo apt-get install libglu-dev
sudo apt-get install libwxgtk2.8-dev

Debian has removed a dependency on gstreamer and gconf2.0 in their WxWidgets packages.

This may be the cause of your error when building `wxcore` if the build fails when unable to find

libwx_gtk2u_media

Install the WxWidgets library as instructed in wxWidgets 3.0 (and 2.9) Packages and Repositories - Ubuntu and debian

Gentoo

emerge -a dev-haskell/wxhaskell

Fedora Core 6

Arch Linux

The PKGBUILD file for wxgtk-2.9 on AUR passes --disable-compat28 to configure which breaks wxc-0.90.0.3. After removing that option, everything builds fine. (as of 2012-06-14)