in reply to Re: Unable to install Wx
in thread Unable to install Wx
Thanks. I'll give that a try. I think I'm running into a problem with Wx not building cleanly for a 64-bit perl. I was able to get Wx compiled up and passing its tests by manually building and adding the correct include path on the command line:
perl Makefile.PL --extra-cflags=-I/usr/lib64/wx/include/gtk2-unicode-r +elease-2.8
The problem I now have is with Wx::Scintilla. Same problem, but since Wx::Scintilla is using a build script instead of a Makefile, I haven't yet discovered how to override its include paths (I thought it should be getting them from wx-config). I'm really tempted to go back to a 32-bit Perl and hopefully avoid these issues.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unable to install Wx
by kevbot (Vicar) on Feb 18, 2014 at 23:29 UTC | |
by Specus (Novice) on Feb 20, 2014 at 02:30 UTC | |
by kevbot (Vicar) on Feb 20, 2014 at 06:17 UTC | |
by Specus (Novice) on Feb 24, 2014 at 20:07 UTC |