Menu

#59 wxc-0.90.0.3 does not compile on Debian [fix supplied]

confirmed
closed-fixed
nobody
None
5
2013-09-27
2012-06-19
No

wxc-0.90.0.3 fails to compile using ghc-7.4.1 on Debian testing.

I could get it to install by installing wx 2.9, and then wxc install would
fail with eljpen.cpp not compiling. I had to change line 159 to

*_ref = ((const char* const*)NULL);

from

*_ref = NULL;

After that it just installed.

Discussion

  • Si⠀

    Si⠀ - 2012-07-28

    Just stumbled across this issue with Arch Linux too. Will try your fix, thanks!

     
  • Si⠀

    Si⠀ - 2012-07-28

    The fix worked for me; thanks again.

     
  • Henk-Jan van Tuyl

    • status: open --> closed-fixed
    • Group: --> confirmed
     

Log in to post a comment.