wxWindows 2.9二进制窗口

时间:2012-06-04 16:29:00

标签: wxwidgets wxhaskell

升级到新的Haskell平台后,我现有的wxHaskell程序被破坏了。 他们似乎现在都需要wxWidgets 2.9,为此我找不到任何二进制版本。 wxPack有2.8,除此之外必须得到一个编译器并从我看到的本地构建它。

有各种来源的教程,每篇都有几页,有关设置,更改配置等方面的各种建议。安装wxConfig,安装minGW编译器,设置配置,重建等。

是否有任何简单的二进制安装源?我希望有一些简单的 apt-get cabal 之类的工具,Haskell库工具(在Windows上?)似乎没有我熟悉的其他工具集成。< / p>

(更新)我在本地安装并编译了wxWidgets,仍然无法安装wxHaskell组件。我确信所有这些只需要一些相当简单的细节,但是经过一段时间之后,希望不必花费更多时间在这上面,并希望它更加自动化!

Configuring wxc-0.90.0.3...
Configuring wxc to build against wxWidgets 2.9

setup.exe: Missing dependencies on foreign libraries:
* Missing C libraries: wxmsw29ud_all, wxtiffd, wxjpegd, wxpngd, wxzlibd,
wxregexud, wxexpatd, wxregexud
This problem can usually be solved by installing the system packages that
provide these libraries (you may need the "-dev" versions). If the libraries
are already installed but in a non-standard location then you can use the
flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
cabal: Error: some packages failed to install:
wx-0.90.0.1 depends on wxc-0.90.0.3 which failed to install.
wxc-0.90.0.3 failed during the configure step. The exception was: ExitFailure 1
wxcore-0.90.0.1 depends on wxc-0.90.0.3 which failed to install.

1 个答案:

答案 0 :(得分:1)

是的,你可以。 CodeLite(我使用的C ++ IDE)最近升级为使用wx29。 由于还没有回购的二进制文件,戴夫设置了一些。在CodeLite的wiki下面找到所有指令

wxWidgets 2.9 Packages and Repositories

如果您正在使用Windows,请转到Codelite的下载页面并使用wxWidgets下载codelite。安装它,将安装的wxWidgets目录复制到任何需要的地方!

似乎还有正式的二进制文件。我从来没有测试下载任何东西,所以试试自己。链接为this one

随意提出任何问题