<div dir="ltr">I realized this should be on haskell-beginners, not haskell-cafe, so I reposted there. Sorry.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 28, 2015 at 5:31 PM, Jeffrey Brown <span dir="ltr"><<a href="mailto:jeffbrown.the@gmail.com" target="_blank">jeffbrown.the@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,<br><br></div>I switched OSs to change other problems and in the process lost wxHaskell.<br><div><br>The first time I tried to add it to my new system, cabal install wx gave me more output, installing a lot of things. Since then it has only given this:<br><br>    jeff@linux-ee07:~> cabal install wx<br>    Resolving dependencies...<br>    [1 of 1] Compiling Main             ( /tmp/wxc-0.91.0.0-16672/wxc-0.91.0.0/Setup.hs, /tmp/wxc-0.91.0.0-16672/wxc-0.91.0.0/dist/setup/Main.o )<br>    Linking /tmp/wxc-0.91.0.0-16672/wxc-0.91.0.0/dist/setup/setup ...<br>    Configuring wxc-0.91.0.0...<br>    <br>                        Warning: No config found to match: /usr/bin/wx-config --version=2.9 --version-full<br>                                         in /usr/lib64/wx/config<br>                        If you require this configuration, please install the desired<br>                        library build.  If this is part of an automated configuration<br>                        test and no other errors occur, you may safely ignore it.<br>                        You may use wx-config --list to see all configs available in<br>                        the default prefix.<br>    <br>    readProcess failed: readProcess: wx-config "--version=2.9" "--version-full" (exit 1): failed<br>    Configuring wxc to build against wxWidgets 3.0.2.0<br>    <br>    Building wxc<br>    /usr/bin/gcc -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -Wl,--disable-new-dtags -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib64/wx/include/gtk3-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL -DwxDEBUG_LEVEL=0 -D_FILE_OFFSET_BITS=64 -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/apppath.cpp -o dist/build/src/cpp/apppath.o<br>    gcc: error trying to exec 'cc1plus': execvp: No such file or directory<br>    Failed to install wxc-0.91.0.0<br>    cabal: Error: some packages failed to install:<br>    wx-0.91.0.0 depends on wxc-0.91.0.0 which failed to install.<br>    wxc-0.91.0.0 failed during the building phase. The exception was:<br>    ExitFailure 1<br>    wxcore-0.91.0.0 depends on wxc-0.91.0.0 which failed to install.<br>    jeff@linux-ee07:~> <br><br>The file /usr/bin/wx-config exists. It may have gotten there today when I installed some wx packages via zypper (because I use openSuse). I don't remember which, but in the wx-configg file appear these lines:<br><br>    this_version="3.0" <br>    [ -z "$output_option_release"       ] || echo "3.0"<br>    [ -z "$output_option_version"       ] || echo "3.0.2"<br>    [ -z "$output_option_version_full"  ] || echo "3.0.2.0"<br><br>so I believe the version of wx I have is 3.0.2.0.<br><br>I'm running OpenSuse 13.2 on a Lenovo Thinkpad Edge 535 or 545.<br><br>Thanks,<br>Jeff<br></div></div>
</blockquote></div><br></div>