version: 2.0.1
first:
now is:
/usr/bin/wx-gtk2-ansi-config
and
/usr/bin/wx-x11univ-ansi-config
not /usr/bin/wx-config
$ sudo ln -s /usr/bin/wx-gtk2-ansi-config /usr/bin/wx-config
and second error:
+ cd ldapexplorertool-2.0.1
+ /usr/bin/make 'CFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -gdwarf-2 -g2 ' 'LDFLAGS=-Wl,--as-needed '
cd src && make -f GNUmakefile
make[1]: Entering directory `/home/users/builder/rpm/BUILD/ldapexplorertool-2.0.1/src'
g++ -I/usr/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_IODBC_ -D__WXGTK__ -pthread -I/usr/include -DLDAP_DEPRECATED -D'XRC_DIR=wxT("/usr/share/ldapexplorertool2")' -c -o application.o application.cc
g++ -I/usr/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_IODBC_ -D__WXGTK__ -pthread -I/usr/include -DLDAP_DEPRECATED -D'XRC_DIR=wxT("/usr/share/ldapexplorertool2")' -c -o mainframe.o mainframe.cc
g++ -I/usr/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_IODBC_ -D__WXGTK__ -pthread -I/usr/include -DLDAP_DEPRECATED -D'XRC_DIR=wxT("/usr/share/ldapexplorertool2")' -c -o configurationdlg.o configurationdlg.cc
g++ -I/usr/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_IODBC_ -D__WXGTK__ -pthread -I/usr/include -DLDAP_DEPRECATED -D'XRC_DIR=wxT("/usr/share/ldapexplorertool2")' -c -o config_fct.o config_fct.cc
g++ -I/usr/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_IODBC_ -D__WXGTK__ -pthread -I/usr/include -DLDAP_DEPRECATED -D'XRC_DIR=wxT("/usr/share/ldapexplorertool2")' -c -o newentrydlg.o newentrydlg.cc
newentrydlg.cc:34: error: 'OnCancel' is not a member of 'NewEntryDlg'
make[1]: *** [newentrydlg.o] Error 1
make[1]: Leaving directory `/home/users/builder/rpm/BUILD/ldapexplorertool-2.0.1/src'
make: *** [src] Error 2
Logged In: YES
user_id=12994
Originator: NO
Hi,
"LDAP Explorer Tool" is not actively maintained, and the last release (2.0.1) is pretty old. It doesn't support wxwidgets 2.8.
You might be able to build the code from SVN with wxwidgets 2.8, but I wouldn't bet anything on it.
I'm sorry that I can't help you more.
Logged In: YES
user_id=655718
Originator: NO
Hello,
The latest version available through SVN corrects the second issue.
Logged In: YES
user_id=958440
Originator: NO
I built it fine with Wx 2.8.4 on 2.0.1, after editing:
src/newentrydlg.cc
src/attribute_add_dlg.cc
and taking out the OnCancel event handlers