Looking around in the Setup.hs file, I saw that there is a call to wx-config

when I call it from the command line:

zen:~/wxcore-0.12.1.6# wx-config --libs
-pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8
-lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8
-lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8

It seems that there might be a problem with the Setup.hs file?

zen:~/wxcore-0.12.1.6# cabal --version
cabal-install version 0.8.2
using version 1.8.0.6 of the Cabal library


On 5 February 2011 21:47, Alexander McPhail <
haskell.vivian.mcph...@gmail.com> wrote:

> I upgraded to wx 2.8 on debian and now the header files are correctly
> parsed.
>
> Now I have this problem:
>
> * Missing C libraries: wx_baseu-2.8, wx_baseu_net-2.8, wx_baseu_xml-2.8,
> wx_gtk2u_core-2.8, wx_gtk2u_adv-2.8, wx_gtk2u_html-2.8, wx_gtk2u_qa-2.8,
> wx_gtk2u_xrc-2.8, wx_gtk2u_aui-2.8, wx_gtk2u_richtext-2.8
> 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:
> wxcore-0.12.1.6 failed during the configure step. The exception was:
> ExitFailure 1
>
> These libraries are present in /usr/lib and passing
> --extra-lib-dirs=/usr/lib doesn't help
>
> zen:~# ls /usr/lib/libwx_baseu-2.
> libwx_baseu-2.6.so.0      libwx_baseu-2.8.so
> libwx_baseu-2.8.so.0.6.0
> libwx_baseu-2.6.so.0.3.1  libwx_baseu-2.8.so.0
>
> Vivian
>
>


-- 
---
yolar et elver.
---

DISCLAIMER

This transmission contains information that may be confidential. It is
intended for the named addressee only. Unless you are the named addressee
you may not copy or use it or disclose it to anyone else.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Reply via email to