News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Cant install on Slackware 14.

Started by Blaktyger, April 16, 2013, 03:18:49 AM

Previous topic - Next topic

Blaktyger

Trouble compiling the src (CodeBlocks 12.11)  Getting the following error:
Can anyone help me?

QuoteMaking install in HexEditor
make[4]: Entering directory `/installedProg/codeblocks-12.11release8629/src/plugins/contrib/HexEditor'
/bin/sh ../../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include  -Ulinux -Uunix  -O2 -ffast-math -DCB_AUTOCONF  -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT HexEditPanel.lo -MD -MP -MF .deps/HexEditPanel.Tpo -c -o HexEditPanel.lo HexEditPanel.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT HexEditPanel.lo -MD -MP -MF .deps/HexEditPanel.Tpo -c HexEditPanel.cpp  -fPIC -DPIC -o .libs/HexEditPanel.o
HexEditPanel.cpp: In member function 'void HexEditPanel::OnDrawAreaKeyDown(wxKeyEvent&)':
HexEditPanel.cpp:1034:42: error: 'class wxKeyEvent' has no member named 'GetUnicodeKey'
make[4]: *** [HexEditPanel.lo] Error 1
make[4]: Leaving directory `/installedProg/codeblocks-12.11release8629/src/plugins/contrib/HexEditor'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/installedProg/codeblocks-12.11release8629/src/plugins/contrib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/installedProg/codeblocks-12.11release8629/src/plugins'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/installedProg/codeblocks-12.11release8629/src'
make: *** [install-recursive] Error 1

Jenna

You use the ansi release of wxWidgets, this does not work.
It did in the past (at least on windows, where it was needed wor win98 as far as I know), but the actua sourcess require a unicode-build.
That should be shipped with any linux distro (if they provide wxWidgets at all).