sudo make uninstall is not working!

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

sudo make uninstall is not working!

Post by tomay3000 »

Hello,
after succefully installed wxWidgets using

Code: Select all

sudo make install
.
I tried to uninstall it using its counterpart:

Code: Select all

sudo make uninstall
but this last one does not uninstall wxWidgets.

any help here.
Thank you.
DavidHart
Site Admin
Site Admin
Posts: 4254
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: sudo make uninstall is not working!

Post by DavidHart »

Hi again,

Again you do not give enough information for anyone to help you.

Whenever you start a new topic, you should say which OS you are using (I remember from your last topic that it's Linux Mint, but others won't). You should also say which wxWidgets version you are using.

You should always give enough detail for others to be able to test your problem themselves. Often that will be a small amount of code; sometimes it will be a minimal compilable program that demonstrates the problem. This time, you need to tell us:
  • How you configured wx.
    Any configure error messages.
    Whether 'make' succeeded.
    Whether 'sudo make install' succeeded (any error message? can you see e.g. the wx libs in the destination directory?)
    In which dir do you do 'sudo make install'?
    What happens when you try 'sudo make install'. Is there any output? If not, how do you know it fails?
Those are questions that I can think of, but only you know what you have done so only you can think what other information may help.

Regards,

David
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

Re: sudo make uninstall is not working!

Post by tomay3000 »

Hi again,
Hello, I am sorry for not replying to the previous question, because it depends to this problems solution which I stuck on. (I had to start over by uninstalling wxWidgets).
Again you do not give enough information for anyone to help you.
and I am sorry again for not mentioning all the details of this problem too.
I thought you'd understand me with just hints. (I will take a long time to formulate understandable English phrases, because it is not my mother tongue).
you should say which OS you are using
OS: Linux Mint 19 Tara x86_64
You should also say which wxWidgets version you are using.
wxWidgets: develepment (3.1.2)
How you configured wx.

Code: Select all

git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git

cd wxWidgets

mkdir gtk2-build

cd gtk2-build

../configure --enable-unicode --enable-debug --with-gtk=2 --enable-mediactrl --with-opengl --enable-stl --with-regex --with-libmspack --with-sdl --enable-cxx11

make

sudo make install
Any configure error messages.
No errors at all, it configured successfully:

Code: Select all

Configured wxWidgets 3.1.2 for `x86_64-pc-linux-gnu'

  Which GUI toolkit should wxWidgets use?                 GTK+ 2 with support for GTK+ printing
  Should wxWidgets be compiled into single library?       no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets support Unicode?                       yes (using wchar_t)
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.8      no
                                       wxWidgets 3.0      yes
  Which libraries should wxWidgets use?
                                       STL                yes
                                       jpeg               sys
                                       png                sys
                                       regex              builtin
                                       tiff               sys
                                       lzma               yes
                                       zlib               sys
                                       expat              sys
                                       libmspack          yes
                                       sdl                yes
Whether 'make' succeeded.
Yes, it does (I can't show the long list verbose log of the make operation here.)
Whether 'sudo make install' succeeded

Code: Select all

mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_baseu-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_baseu-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_baseu-3.1.so libwx_baseu-3.1.so.2; ln -s libwx_baseu-3.1.so.2.0.0 libwx_baseu-3.1.so.2; ln -s libwx_baseu-3.1.so.2 libwx_baseu-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_baseu_net-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_baseu_net-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_baseu_net-3.1.so libwx_baseu_net-3.1.so.2; ln -s libwx_baseu_net-3.1.so.2.0.0 libwx_baseu_net-3.1.so.2; ln -s libwx_baseu_net-3.1.so.2 libwx_baseu_net-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_core-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_core-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_core-3.1.so libwx_gtk2u_core-3.1.so.2; ln -s libwx_gtk2u_core-3.1.so.2.0.0 libwx_gtk2u_core-3.1.so.2; ln -s libwx_gtk2u_core-3.1.so.2 libwx_gtk2u_core-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_adv-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_adv-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_adv-3.1.so libwx_gtk2u_adv-3.1.so.2; ln -s libwx_gtk2u_adv-3.1.so.2.0.0 libwx_gtk2u_adv-3.1.so.2; ln -s libwx_gtk2u_adv-3.1.so.2 libwx_gtk2u_adv-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_media-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_media-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_media-3.1.so libwx_gtk2u_media-3.1.so.2; ln -s libwx_gtk2u_media-3.1.so.2.0.0 libwx_gtk2u_media-3.1.so.2; ln -s libwx_gtk2u_media-3.1.so.2 libwx_gtk2u_media-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_html-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_html-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_html-3.1.so libwx_gtk2u_html-3.1.so.2; ln -s libwx_gtk2u_html-3.1.so.2.0.0 libwx_gtk2u_html-3.1.so.2; ln -s libwx_gtk2u_html-3.1.so.2 libwx_gtk2u_html-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_qa-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_qa-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_qa-3.1.so libwx_gtk2u_qa-3.1.so.2; ln -s libwx_gtk2u_qa-3.1.so.2.0.0 libwx_gtk2u_qa-3.1.so.2; ln -s libwx_gtk2u_qa-3.1.so.2 libwx_gtk2u_qa-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_baseu_xml-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_baseu_xml-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_baseu_xml-3.1.so libwx_baseu_xml-3.1.so.2; ln -s libwx_baseu_xml-3.1.so.2.0.0 libwx_baseu_xml-3.1.so.2; ln -s libwx_baseu_xml-3.1.so.2 libwx_baseu_xml-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_xrc-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_xrc-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_xrc-3.1.so libwx_gtk2u_xrc-3.1.so.2; ln -s libwx_gtk2u_xrc-3.1.so.2.0.0 libwx_gtk2u_xrc-3.1.so.2; ln -s libwx_gtk2u_xrc-3.1.so.2 libwx_gtk2u_xrc-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_aui-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_aui-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_aui-3.1.so libwx_gtk2u_aui-3.1.so.2; ln -s libwx_gtk2u_aui-3.1.so.2.0.0 libwx_gtk2u_aui-3.1.so.2; ln -s libwx_gtk2u_aui-3.1.so.2 libwx_gtk2u_aui-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_ribbon-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_ribbon-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_ribbon-3.1.so libwx_gtk2u_ribbon-3.1.so.2; ln -s libwx_gtk2u_ribbon-3.1.so.2.0.0 libwx_gtk2u_ribbon-3.1.so.2; ln -s libwx_gtk2u_ribbon-3.1.so.2 libwx_gtk2u_ribbon-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_propgrid-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_propgrid-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_propgrid-3.1.so libwx_gtk2u_propgrid-3.1.so.2; ln -s libwx_gtk2u_propgrid-3.1.so.2.0.0 libwx_gtk2u_propgrid-3.1.so.2; ln -s libwx_gtk2u_propgrid-3.1.so.2 libwx_gtk2u_propgrid-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_richtext-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_richtext-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_richtext-3.1.so libwx_gtk2u_richtext-3.1.so.2; ln -s libwx_gtk2u_richtext-3.1.so.2.0.0 libwx_gtk2u_richtext-3.1.so.2; ln -s libwx_gtk2u_richtext-3.1.so.2 libwx_gtk2u_richtext-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_stc-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_stc-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_stc-3.1.so libwx_gtk2u_stc-3.1.so.2; ln -s libwx_gtk2u_stc-3.1.so.2.0.0 libwx_gtk2u_stc-3.1.so.2; ln -s libwx_gtk2u_stc-3.1.so.2 libwx_gtk2u_stc-3.1.so)
mkdir -p /usr/local/lib
/usr/bin/install -c -m 644 /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_gl-3.1.so /usr/local/lib
/usr/bin/install -c /home/tomay/devel/wxWidgets/gtk2-build/lib/libwx_gtk2u_gl-3.1.so.2.0.0 /usr/local/lib
(cd /usr/local/lib ; rm -f libwx_gtk2u_gl-3.1.so libwx_gtk2u_gl-3.1.so.2; ln -s libwx_gtk2u_gl-3.1.so.2.0.0 libwx_gtk2u_gl-3.1.so.2; ln -s libwx_gtk2u_gl-3.1.so.2 libwx_gtk2u_gl-3.1.so)
(if test -f utils/wxrc/Makefile ; then cd utils/wxrc && make all ; fi)
make[1]: Entering directory '/home/tomay/devel/wxWidgets/gtk2-build/utils/wxrc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/tomay/devel/wxWidgets/gtk2-build/utils/wxrc'
(if test -f utils/wxrc/Makefile ; then cd utils/wxrc && make install ; fi)
make[1]: Entering directory '/home/tomay/devel/wxWidgets/gtk2-build/utils/wxrc'
mkdir -p /usr/local/bin
/usr/bin/install -c wxrc /usr/local/bin
rm -f /usr/local/bin/wxrc /usr/local/bin/wxrc-3.1
/usr/bin/install -c wxrc /usr/local/bin
mv -f /usr/local/bin/wxrc /usr/local/bin/wxrc-3.1
(cd /usr/local/bin && ln -s wxrc-3.1 wxrc)
make[1]: Leaving directory '/home/tomay/devel/wxWidgets/gtk2-build/utils/wxrc'
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib/wx/config
/usr/bin/install -c lib/wx/config/gtk2-unicode-3.1 /usr/local/lib/wx/config
(cd /usr/local/bin && rm -f wx-config && ln -s /usr/local/lib/wx/config/gtk2-unicode-3.1 wx-config || cp -p /usr/local/lib/wx/config/gtk2-unicode-3.1 wx-config)
mkdir -p /usr/local/share/locale
for l in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_CN zh_TW ; do \
mkdir -p /usr/local/share/locale/$l ; \
mkdir -p /usr/local/share/locale/$l/LC_MESSAGES ; \
if test -f ../locale/$l.mo ; then \
/usr/bin/install -c -m 644 ../locale/$l.mo /usr/local/share/locale/$l/LC_MESSAGES/wxstd.mo ; \
fi ; \
done
mkdir -p /usr/local/share/locale
for l in it ; do \
mkdir -p /usr/local/share/locale/$l ; \
mkdir -p /usr/local/share/locale/$l/LC_MESSAGES ; \
if test -f ../locale/msw/$l.mo ; then \
/usr/bin/install -c -m 644 ../locale/msw/$l.mo /usr/local/share/locale/$l/LC_MESSAGES/wxmsw.mo ; \
fi ; \
done
mkdir -p /usr/local/share/aclocal
(cd .. ; /usr/bin/install -c -m 644  wxwin.m4 /usr/local/share/aclocal)
mkdir -p /usr/local/share/bakefile/presets
(cd ../build/bakefiles/wxpresets/presets ; /usr/bin/install -c -m 644  wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py /usr/local/share/bakefile/presets)
mkdir -p /usr/local/lib/wx/include/gtk2-unicode-3.1/wx
for f in setup.h ; do \
if test ! -d /usr/local/lib/wx/include/gtk2-unicode-3.1/wx/`dirname $f` ; then \
mkdir -p /usr/local/lib/wx/include/gtk2-unicode-3.1/wx/`dirname $f`; \
fi; \
/usr/bin/install -c -m 644 ./lib/wx/include/gtk2-unicode-3.1/wx/$f /usr/local/lib/wx/include/gtk2-unicode-3.1/wx/$f; \
done
mkdir -p /usr/local/include/wx-3.1
for f in wx/afterstd.h wx/any.h wx/anystr.h wx/app.h wx/apptrait.h wx/archive.h wx/arrimpl.cpp wx/arrstr.h wx/atomic.h wx/base64.h wx/beforestd.h wx/buffer.h wx/build.h wx/chartype.h wx/checkeddelete.h wx/chkconf.h wx/clntdata.h wx/cmdargs.h wx/cmdline.h wx/compiler.h wx/confbase.h wx/config.h wx/convauto.h wx/containr.h wx/cpp.h wx/crt.h wx/datetime.h wx/datstrm.h wx/dde.h wx/debug.h wx/defs.h wx/dir.h wx/dlimpexp.h wx/dlist.h wx/dynarray.h wx/dynlib.h wx/dynload.h wx/encconv.h wx/event.h wx/eventfilter.h wx/evtloop.h wx/evtloopsrc.h wx/except.h wx/features.h wx/flags.h wx/ffile.h wx/file.h wx/fileconf.h wx/filefn.h wx/filename.h wx/filesys.h wx/fontenc.h wx/fontmap.h wx/fs_arc.h wx/fs_filter.h wx/fs_mem.h wx/fs_zip.h wx/hash.h wx/hashmap.h wx/hashset.h wx/iconloc.h wx/init.h wx/intl.h wx/iosfwrap.h wx/ioswrap.h wx/ipc.h wx/ipcbase.h wx/kbdstate.h wx/language.h wx/link.h wx/list.h wx/listimpl.cpp wx/log.h wx/longlong.h wx/math.h wx/memconf.h wx/memory.h wx/memtext.h wx/mimetype.h wx/module.h wx/mousestate.h wx/msgout.h wx/msgqueue.h wx/mstream.h wx/numformatter.h wx/object.h wx/platform.h wx/platinfo.h wx/power.h wx/process.h wx/ptr_scpd.h wx/ptr_shrd.h wx/recguard.h wx/regex.h wx/rtti.h wx/scopedarray.h wx/scopedptr.h wx/scopeguard.h wx/sharedptr.h wx/snglinst.h wx/sstream.h wx/stack.h wx/stackwalk.h wx/stdpaths.h wx/stdstream.h wx/stockitem.h wx/stopwatch.h wx/strconv.h wx/stream.h wx/string.h wx/stringimpl.h wx/stringops.h wx/strvararg.h wx/sysopt.h wx/tarstrm.h wx/textbuf.h wx/textfile.h wx/thread.h wx/thrimpl.cpp wx/time.h wx/timer.h wx/tls.h wx/tokenzr.h wx/tracker.h wx/translation.h wx/txtstrm.h wx/typeinfo.h wx/types.h wx/unichar.h wx/uri.h wx/ustring.h wx/utils.h wx/variant.h wx/vector.h wx/version.h wx/versioninfo.h wx/volume.h wx/weakref.h wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h wx/wxcrtbase.h wx/wxcrtvararg.h wx/wxprec.h wx/xlocale.h wx/xti.h wx/xti2.h wx/xtistrm.h wx/xtictor.h wx/xtihandler.h wx/xtiprop.h wx/xtitypes.h wx/zipstrm.h wx/zstream.h wx/meta/convertible.h wx/meta/if.h wx/meta/implicitconversion.h wx/meta/int2type.h wx/meta/movable.h wx/meta/pod.h wx/meta/removeref.h wx/fswatcher.h wx/generic/fswatcher.h wx/secretstore.h wx/lzmastream.h wx/unix/app.h wx/unix/apptbase.h wx/unix/apptrait.h wx/unix/chkconf.h wx/unix/evtloop.h wx/unix/evtloopsrc.h wx/unix/pipe.h wx/unix/stackwalk.h wx/unix/tls.h wx/unix/fswatcher_kqueue.h wx/unix/mimetype.h wx/unix/fswatcher_inotify.h wx/unix/stdpaths.h wx/fs_inet.h wx/protocol/file.h wx/protocol/ftp.h wx/protocol/http.h wx/protocol/log.h wx/protocol/protocol.h wx/sckaddr.h wx/sckipc.h wx/sckstrm.h wx/socket.h wx/url.h wx/xml/xml.h wx/xtixml.h wx/affinematrix2dbase.h wx/affinematrix2d.h wx/anybutton.h wx/bmpbuttn.h wx/brush.h wx/button.h wx/checkbox.h wx/checklst.h wx/choicdlg.h wx/choice.h wx/cmndata.h wx/collpane.h wx/combo.h wx/combobox.h wx/compositewin.h wx/control.h wx/ctrlsub.h wx/cursor.h wx/custombgwin.h wx/dc.h wx/dcclient.h wx/dcgraph.h wx/dcmemory.h wx/dcprint.h wx/dcscreen.h wx/dcsvg.h wx/dialog.h wx/dirdlg.h wx/dragimag.h wx/encinfo.h wx/filedlg.h wx/frame.h wx/gauge.h wx/gbsizer.h wx/gdicmn.h wx/generic/accel.h wx/generic/buttonbar.h wx/generic/choicdgg.h wx/generic/combo.h wx/generic/custombgwin.h wx/generic/dcpsg.h wx/generic/dirctrlg.h wx/generic/dragimgg.h wx/generic/filectrlg.h wx/generic/headerctrlg.h wx/generic/infobar.h wx/generic/logg.h wx/generic/msgdlgg.h wx/generic/numdlgg.h wx/generic/notebook.h wx/generic/panelg.h wx/generic/prntdlgg.h wx/generic/printps.h wx/generic/progdlgg.h wx/generic/richmsgdlgg.h wx/generic/scrolwin.h wx/generic/spinctlg.h wx/generic/splitter.h wx/generic/srchctlg.h wx/generic/statbmpg.h wx/generic/stattextg.h wx/generic/textdlgg.h wx/generic/treectlg.h wx/graphics.h wx/headercol.h wx/headerctrl.h wx/helphtml.h wx/icon.h wx/infobar.h wx/itemid.h wx/layout.h wx/listbox.h wx/mdi.h wx/menu.h wx/modalhook.h wx/mousemanager.h wx/msgdlg.h wx/nativewin.h wx/numdlg.h wx/overlay.h wx/palette.h wx/panel.h wx/pen.h wx/position.h wx/preferences.h wx/radiobox.h wx/radiobut.h wx/range.h wx/rearrangectrl.h wx/renderer.h wx/richmsgdlg.h wx/scrolbar.h wx/scrolwin.h wx/selstore.h wx/settings.h wx/sizer.h wx/slider.h wx/statbmp.h wx/statbox.h wx/stattext.h wx/statusbr.h wx/testing.h wx/textcompleter.h wx/textctrl.h wx/textdlg.h wx/textentry.h wx/textwrapper.h wx/toolbar.h wx/validate.h wx/valtext.h wx/valnum.h wx/window.h wx/windowid.h wx/windowptr.h wx/withimages.h wx/wrapsizer.h wx/wupdlock.h wx/accel.h wx/access.h wx/anidecod.h wx/animdecod.h wx/appprogress.h wx/artprov.h wx/bitmap.h wx/bookctrl.h wx/busyinfo.h wx/generic/busyinfo.h wx/caret.h wx/choicebk.h wx/clipbrd.h wx/clrpicker.h wx/cmdproc.h wx/colordlg.h wx/colour.h wx/colourdata.h wx/cshelp.h wx/dataobj.h wx/dcmirror.h wx/dcps.h wx/dialup.h wx/dirctrl.h wx/display.h wx/display_impl.h wx/dnd.h wx/docmdi.h wx/docview.h wx/effects.h wx/fdrepdlg.h wx/filectrl.h wx/filehistory.h wx/filepicker.h wx/fontpicker.h wx/fmappriv.h wx/font.h wx/fontdata.h wx/fontdlg.h wx/fontenum.h wx/fontutil.h wx/gdiobj.h wx/geometry.h wx/gifdecod.h wx/help.h wx/helpbase.h wx/helpwin.h wx/iconbndl.h wx/imagbmp.h wx/image.h wx/imaggif.h wx/imagiff.h wx/imagjpeg.h wx/imaglist.h wx/imagpcx.h wx/imagpng.h wx/imagpnm.h wx/imagtga.h wx/imagtiff.h wx/imagxpm.h wx/listbase.h wx/listbook.h wx/listctrl.h wx/matrix.h wx/menuitem.h wx/metafile.h wx/minifram.h wx/nonownedwnd.h wx/notebook.h wx/ownerdrw.h wx/paper.h wx/persist.h wx/persist/bookctrl.h wx/persist/dataview.h wx/persist/splitter.h wx/persist/toplevel.h wx/persist/treebook.h wx/persist/window.h wx/pickerbase.h wx/popupwin.h wx/print.h wx/printdlg.h wx/prntbase.h wx/progdlg.h wx/quantize.h wx/rawbmp.h wx/region.h wx/scopeguard.h wx/simplebook.h wx/spinbutt.h wx/spinctrl.h wx/splitter.h wx/srchctrl.h wx/statline.h wx/taskbarbutton.h wx/tbarbase.h wx/tglbtn.h wx/tipwin.h wx/toolbook.h wx/tooltip.h wx/toplevel.h wx/treebase.h wx/treebook.h wx/treectrl.h wx/uiaction.h wx/valgen.h wx/vidmode.h wx/vlbox.h wx/vms_x_fix.h wx/vscroll.h wx/xpmdecod.h wx/xpmhand.h wx/xrc/xmlreshandler.h wx/systhemectrl.h wx/collheaderctrl.h wx/generic/collheaderctrl.h wx/itemattr.h wx/peninfobase.h wx/generic/caret.h wx/generic/imaglist.h wx/unix/fontutil.h wx/unix/utilsx11.h wx/generic/icon.h wx/generic/paletteg.h wx/gtk/app.h wx/gtk/assertdlg_gtk.h wx/gtk/bitmap.h wx/gtk/brush.h wx/gtk/clipbrd.h wx/gtk/colour.h wx/gtk/cursor.h wx/gtk/dataform.h wx/gtk/dataobj.h wx/gtk/dataobj2.h wx/gtk/dnd.h wx/gtk/evtloop.h wx/gtk/evtloopsrc.h wx/gtk/font.h wx/gtk/filehistory.h wx/gtk/minifram.h wx/gtk/nonownedwnd.h wx/gtk/pen.h wx/gtk/popupwin.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h wx/gtk/window.h wx/gtk/mimetype.h wx/generic/fdrepdlg.h wx/generic/filepickerg.h wx/generic/listctrl.h wx/generic/statusbr.h wx/gtk/accel.h wx/gtk/anybutton.h wx/gtk/bmpbuttn.h wx/gtk/button.h wx/gtk/checkbox.h wx/gtk/checklst.h wx/gtk/chkconf.h wx/gtk/collpane.h wx/gtk/colordlg.h wx/gtk/choice.h wx/gtk/combobox.h wx/gtk/control.h wx/gtk/clrpicker.h wx/gtk/dialog.h wx/gtk/dirdlg.h wx/gtk/filectrl.h wx/gtk/filedlg.h wx/gtk/fontpicker.h wx/gtk/filepicker.h wx/gtk/fontdlg.h wx/gtk/frame.h wx/gtk/gauge.h wx/gtk/gnome/gvfs.h wx/gtk/infobar.h wx/gtk/listbox.h wx/gtk/mdi.h wx/gtk/menu.h wx/gtk/menuitem.h wx/gtk/msgdlg.h wx/gtk/notebook.h wx/gtk/print.h wx/gtk/radiobox.h wx/gtk/radiobut.h wx/gtk/scrolbar.h wx/gtk/scrolwin.h wx/gtk/slider.h wx/gtk/spinbutt.h wx/gtk/spinctrl.h wx/gtk/statbmp.h wx/gtk/statbox.h wx/gtk/statline.h wx/gtk/stattext.h wx/gtk/toolbar.h wx/gtk/textctrl.h wx/gtk/textentry.h wx/gtk/tglbtn.h wx/generic/fontdlgg.h wx/aboutdlg.h wx/animate.h wx/bannerwindow.h wx/bmpcbox.h wx/calctrl.h wx/commandlinkbutton.h wx/dataview.h wx/datectrl.h wx/dateevt.h wx/datetimectrl.h wx/dcbuffer.h wx/dvrenderers.h wx/editlbox.h wx/generic/aboutdlgg.h wx/generic/bmpcbox.h wx/generic/calctrlg.h wx/generic/datectrl.h wx/generic/dataview.h wx/generic/dvrenderer.h wx/generic/dvrenderers.h wx/generic/grid.h wx/generic/gridctrl.h wx/generic/grideditors.h wx/generic/gridsel.h wx/generic/helpext.h wx/generic/hyperlink.h wx/generic/laywin.h wx/generic/notifmsg.h wx/generic/propdlg.h wx/generic/sashwin.h wx/generic/splash.h wx/generic/timectrl.h wx/generic/wizard.h wx/grid.h wx/hyperlink.h wx/joystick.h wx/laywin.h wx/notifmsg.h wx/odcombo.h wx/propdlg.h wx/richtooltip.h wx/sashwin.h wx/sound.h wx/splash.h wx/taskbar.h wx/timectrl.h wx/tipdlg.h wx/treelist.h wx/wizard.h wx/addremovectrl.h wx/activityindicator.h wx/unix/joystick.h wx/unix/sound.h wx/unix/taskbarx11.h wx/gtk/taskbar.h wx/generic/activityindicator.h wx/gtk/animate.h wx/gtk/bmpcbox.h wx/gtk/calctrl.h wx/gtk/dataview.h wx/gtk/dvrenderer.h wx/gtk/dvrenderers.h wx/gtk/hyperlink.h wx/gtk/activityindicator.h wx/mediactrl.h  wx/html/helpctrl.h wx/html/helpdata.h wx/html/helpdlg.h wx/html/helpfrm.h wx/html/helpwnd.h wx/html/htmlcell.h wx/html/htmldefs.h wx/html/htmlfilt.h wx/html/htmlpars.h wx/html/htmlproc.h wx/html/htmltag.h wx/html/htmlwin.h wx/html/htmprint.h wx/html/m_templ.h wx/html/styleparams.h wx/html/winpars.h wx/wxhtml.h wx/htmllbox.h wx/html/forcelnk.h  wx/glcanvas.h wx/gtk/glcanvas.h wx/unix/glx11.h wx/debugrpt.h wx/xrc/xh_activityindicator.h wx/xrc/xh_all.h wx/xrc/xh_animatctrl.h wx/xrc/xh_bannerwindow.h wx/xrc/xh_bmpbt.h wx/xrc/xh_bmp.h wx/xrc/xh_bmpcbox.h wx/xrc/xh_bttn.h wx/xrc/xh_cald.h wx/xrc/xh_chckb.h wx/xrc/xh_chckl.h wx/xrc/xh_choic.h wx/xrc/xh_choicbk.h wx/xrc/xh_clrpicker.h wx/xrc/xh_cmdlinkbn.h wx/xrc/xh_collpane.h wx/xrc/xh_combo.h wx/xrc/xh_comboctrl.h wx/xrc/xh_datectrl.h wx/xrc/xh_dirpicker.h wx/xrc/xh_dlg.h wx/xrc/xh_editlbox.h wx/xrc/xh_filectrl.h wx/xrc/xh_filepicker.h wx/xrc/xh_fontpicker.h wx/xrc/xh_frame.h wx/xrc/xh_mdi.h wx/xrc/xh_gauge.h wx/xrc/xh_gdctl.h wx/xrc/xh_grid.h wx/xrc/xh_html.h wx/xrc/xh_hyperlink.h wx/xrc/xh_listb.h wx/xrc/xh_listbk.h wx/xrc/xh_listc.h wx/xrc/xh_menu.h wx/xrc/xh_notbk.h wx/xrc/xh_odcombo.h wx/xrc/xh_panel.h wx/xrc/xh_propdlg.h wx/xrc/xh_radbt.h wx/xrc/xh_radbx.h wx/xrc/xh_scrol.h wx/xrc/xh_scwin.h wx/xrc/xh_htmllbox.h wx/xrc/xh_simplebook.h wx/xrc/xh_sizer.h wx/xrc/xh_slidr.h wx/xrc/xh_spin.h wx/xrc/xh_split.h wx/xrc/xh_srchctrl.h wx/xrc/xh_statbar.h wx/xrc/xh_stbmp.h wx/xrc/xh_stbox.h wx/xrc/xh_stlin.h wx/xrc/xh_sttxt.h wx/xrc/xh_text.h wx/xrc/xh_tglbtn.h wx/xrc/xh_timectrl.h wx/xrc/xh_toolb.h wx/xrc/xh_toolbk.h wx/xrc/xh_tree.h wx/xrc/xh_treebk.h wx/xrc/xh_unkwn.h wx/xrc/xh_wizrd.h wx/xrc/xmlres.h wx/aui/framemanager.h wx/aui/dockart.h wx/aui/floatpane.h wx/aui/auibook.h wx/aui/auibar.h wx/aui/tabmdi.h wx/aui/aui.h wx/aui/tabart.h wx/xrc/xh_aui.h wx/xrc/xh_auitoolb.h wx/aui/tabartgtk.h  wx/propgrid/advprops.h wx/propgrid/editors.h wx/propgrid/manager.h wx/propgrid/property.h wx/propgrid/propgrid.h wx/propgrid/propgriddefs.h wx/propgrid/propgridiface.h wx/propgrid/propgridpagestate.h wx/propgrid/props.h wx/ribbon/art.h wx/ribbon/art_internal.h wx/ribbon/bar.h wx/ribbon/buttonbar.h wx/ribbon/control.h wx/ribbon/gallery.h wx/ribbon/page.h wx/ribbon/panel.h wx/ribbon/toolbar.h wx/xrc/xh_ribbon.h wx/richtext/richtextbackgroundpage.h wx/richtext/richtextborderspage.h wx/richtext/richtextbuffer.h wx/richtext/richtextbulletspage.h wx/richtext/richtextctrl.h wx/richtext/richtextdialogpage.h wx/richtext/richtextfontpage.h wx/richtext/richtextformatdlg.h wx/richtext/richtexthtml.h wx/richtext/richtextimagedlg.h wx/richtext/richtextindentspage.h wx/richtext/richtextliststylepage.h wx/richtext/richtextmarginspage.h wx/richtext/richtextprint.h wx/richtext/richtextsizepage.h wx/richtext/richtextstyledlg.h wx/richtext/richtextstylepage.h wx/richtext/richtextstyles.h wx/richtext/richtextsymboldlg.h wx/richtext/richtexttabspage.h wx/richtext/richtextuicustomization.h wx/richtext/richtextxml.h wx/xrc/xh_richtext.h wx/stc/stc.h wx/gtk/webviewhistoryitem_webkit.h wx/gtk/webview_webkit.h wx/webview.h wx/webviewarchivehandler.h wx/webviewfshandler.h; do \
if test ! -d /usr/local/include/wx-3.1/`dirname $f` ; then \
mkdir -p /usr/local/include/wx-3.1/`dirname $f`; \
fi; \
/usr/bin/install -c -m 644 ../include/$f /usr/local/include/wx-3.1/$f; \
done
 
 ------------------------------------------------------
 
 The installation of wxWidgets is finished.  On certain
 platforms (e.g. Linux) you'll now have to run ldconfig
 if you installed a shared library and also modify the
 LD_LIBRARY_PATH (or equivalent) environment variable.
 
 wxWidgets comes with no guarantees and doesn't claim
 to be suitable for any purpose.
 
 Read the wxWindows Licence on licencing conditions.
 
 ------------------------------------------------------
 
(any error message? can you see e.g. the wx libs in the destination directory?)
No error messages as you can see, the the wx libs in the destination directory.
In which dir do you do 'sudo make install'?

Code: Select all

/home/tomay/devel/wxWidgets/gtk2-build
with the default settings.
What happens when you try 'sudo make install'. Is there any output? If not, how do you know it fails?
I suppose you meant uninstall here.

Code: Select all

sudo make uninstall
rm -f /usr/local/lib/libwx_baseu-3.1.so
rm -f /usr/local/lib/libwx_baseu-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_baseu-3.1.so.2 libwx_baseu-3.1.so)
rm -f /usr/local/lib/libwx_baseu_net-3.1.so
rm -f /usr/local/lib/libwx_baseu_net-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_baseu_net-3.1.so.2 libwx_baseu_net-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_core-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_core-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_core-3.1.so.2 libwx_gtk2u_core-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_adv-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_adv-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_adv-3.1.so.2 libwx_gtk2u_adv-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_media-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_media-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_media-3.1.so.2 libwx_gtk2u_media-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_html-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_html-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_html-3.1.so.2 libwx_gtk2u_html-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_qa-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_qa-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_qa-3.1.so.2 libwx_gtk2u_qa-3.1.so)
rm -f /usr/local/lib/libwx_baseu_xml-3.1.so
rm -f /usr/local/lib/libwx_baseu_xml-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_baseu_xml-3.1.so.2 libwx_baseu_xml-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_xrc-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_xrc-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_xrc-3.1.so.2 libwx_gtk2u_xrc-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_aui-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_aui-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_aui-3.1.so.2 libwx_gtk2u_aui-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_ribbon-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_ribbon-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_ribbon-3.1.so.2 libwx_gtk2u_ribbon-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_propgrid-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_propgrid-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_propgrid-3.1.so.2 libwx_gtk2u_propgrid-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_richtext-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_richtext-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_richtext-3.1.so.2 libwx_gtk2u_richtext-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_stc-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_stc-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_stc-3.1.so.2 libwx_gtk2u_stc-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_gl-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_gl-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_gl-3.1.so.2 libwx_gtk2u_gl-3.1.so)
for l in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_CN zh_TW ; do \
if test -f /usr/local/share/locale/$l/LC_MESSAGES/wxstd.mo ; then \
rm -f /usr/local/share/locale/$l/LC_MESSAGES/wxstd.mo ; \
fi ; \
done
for l in it ; do \
if test -f /usr/local/share/locale/$l/LC_MESSAGES/wxmsw.mo ; then \
rm -f /usr/local/share/locale/$l/LC_MESSAGES/wxmsw.mo ; \
fi ; \
done
(cd /usr/local/share/aclocal ; rm -f wxwin.m4)
(cd /usr/local/share/bakefile/presets ; rm -f wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py)
for f in setup.h ; do \
rm -f /usr/local/lib/wx/include/gtk2-unicode-3.1/wx/$f; \
done
for f in wx/afterstd.h wx/any.h wx/anystr.h wx/app.h wx/apptrait.h wx/archive.h wx/arrimpl.cpp wx/arrstr.h wx/atomic.h wx/base64.h wx/beforestd.h wx/buffer.h wx/build.h wx/chartype.h wx/checkeddelete.h wx/chkconf.h wx/clntdata.h wx/cmdargs.h wx/cmdline.h wx/compiler.h wx/confbase.h wx/config.h wx/convauto.h wx/containr.h wx/cpp.h wx/crt.h wx/datetime.h wx/datstrm.h wx/dde.h wx/debug.h wx/defs.h wx/dir.h wx/dlimpexp.h wx/dlist.h wx/dynarray.h wx/dynlib.h wx/dynload.h wx/encconv.h wx/event.h wx/eventfilter.h wx/evtloop.h wx/evtloopsrc.h wx/except.h wx/features.h wx/flags.h wx/ffile.h wx/file.h wx/fileconf.h wx/filefn.h wx/filename.h wx/filesys.h wx/fontenc.h wx/fontmap.h wx/fs_arc.h wx/fs_filter.h wx/fs_mem.h wx/fs_zip.h wx/hash.h wx/hashmap.h wx/hashset.h wx/iconloc.h wx/init.h wx/intl.h wx/iosfwrap.h wx/ioswrap.h wx/ipc.h wx/ipcbase.h wx/kbdstate.h wx/language.h wx/link.h wx/list.h wx/listimpl.cpp wx/log.h wx/longlong.h wx/math.h wx/memconf.h wx/memory.h wx/memtext.h wx/mimetype.h wx/module.h wx/mousestate.h wx/msgout.h wx/msgqueue.h wx/mstream.h wx/numformatter.h wx/object.h wx/platform.h wx/platinfo.h wx/power.h wx/process.h wx/ptr_scpd.h wx/ptr_shrd.h wx/recguard.h wx/regex.h wx/rtti.h wx/scopedarray.h wx/scopedptr.h wx/scopeguard.h wx/sharedptr.h wx/snglinst.h wx/sstream.h wx/stack.h wx/stackwalk.h wx/stdpaths.h wx/stdstream.h wx/stockitem.h wx/stopwatch.h wx/strconv.h wx/stream.h wx/string.h wx/stringimpl.h wx/stringops.h wx/strvararg.h wx/sysopt.h wx/tarstrm.h wx/textbuf.h wx/textfile.h wx/thread.h wx/thrimpl.cpp wx/time.h wx/timer.h wx/tls.h wx/tokenzr.h wx/tracker.h wx/translation.h wx/txtstrm.h wx/typeinfo.h wx/types.h wx/unichar.h wx/uri.h wx/ustring.h wx/utils.h wx/variant.h wx/vector.h wx/version.h wx/versioninfo.h wx/volume.h wx/weakref.h wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h wx/wxcrtbase.h wx/wxcrtvararg.h wx/wxprec.h wx/xlocale.h wx/xti.h wx/xti2.h wx/xtistrm.h wx/xtictor.h wx/xtihandler.h wx/xtiprop.h wx/xtitypes.h wx/zipstrm.h wx/zstream.h wx/meta/convertible.h wx/meta/if.h wx/meta/implicitconversion.h wx/meta/int2type.h wx/meta/movable.h wx/meta/pod.h wx/meta/removeref.h wx/fswatcher.h wx/generic/fswatcher.h wx/secretstore.h wx/lzmastream.h wx/unix/app.h wx/unix/apptbase.h wx/unix/apptrait.h wx/unix/chkconf.h wx/unix/evtloop.h wx/unix/evtloopsrc.h wx/unix/pipe.h wx/unix/stackwalk.h wx/unix/tls.h wx/unix/fswatcher_kqueue.h wx/unix/mimetype.h wx/unix/fswatcher_inotify.h wx/unix/stdpaths.h wx/fs_inet.h wx/protocol/file.h wx/protocol/ftp.h wx/protocol/http.h wx/protocol/log.h wx/protocol/protocol.h wx/sckaddr.h wx/sckipc.h wx/sckstrm.h wx/socket.h wx/url.h wx/xml/xml.h wx/xtixml.h wx/affinematrix2dbase.h wx/affinematrix2d.h wx/anybutton.h wx/bmpbuttn.h wx/brush.h wx/button.h wx/checkbox.h wx/checklst.h wx/choicdlg.h wx/choice.h wx/cmndata.h wx/collpane.h wx/combo.h wx/combobox.h wx/compositewin.h wx/control.h wx/ctrlsub.h wx/cursor.h wx/custombgwin.h wx/dc.h wx/dcclient.h wx/dcgraph.h wx/dcmemory.h wx/dcprint.h wx/dcscreen.h wx/dcsvg.h wx/dialog.h wx/dirdlg.h wx/dragimag.h wx/encinfo.h wx/filedlg.h wx/frame.h wx/gauge.h wx/gbsizer.h wx/gdicmn.h wx/generic/accel.h wx/generic/buttonbar.h wx/generic/choicdgg.h wx/generic/combo.h wx/generic/custombgwin.h wx/generic/dcpsg.h wx/generic/dirctrlg.h wx/generic/dragimgg.h wx/generic/filectrlg.h wx/generic/headerctrlg.h wx/generic/infobar.h wx/generic/logg.h wx/generic/msgdlgg.h wx/generic/numdlgg.h wx/generic/notebook.h wx/generic/panelg.h wx/generic/prntdlgg.h wx/generic/printps.h wx/generic/progdlgg.h wx/generic/richmsgdlgg.h wx/generic/scrolwin.h wx/generic/spinctlg.h wx/generic/splitter.h wx/generic/srchctlg.h wx/generic/statbmpg.h wx/generic/stattextg.h wx/generic/textdlgg.h wx/generic/treectlg.h wx/graphics.h wx/headercol.h wx/headerctrl.h wx/helphtml.h wx/icon.h wx/infobar.h wx/itemid.h wx/layout.h wx/listbox.h wx/mdi.h wx/menu.h wx/modalhook.h wx/mousemanager.h wx/msgdlg.h wx/nativewin.h wx/numdlg.h wx/overlay.h wx/palette.h wx/panel.h wx/pen.h wx/position.h wx/preferences.h wx/radiobox.h wx/radiobut.h wx/range.h wx/rearrangectrl.h wx/renderer.h wx/richmsgdlg.h wx/scrolbar.h wx/scrolwin.h wx/selstore.h wx/settings.h wx/sizer.h wx/slider.h wx/statbmp.h wx/statbox.h wx/stattext.h wx/statusbr.h wx/testing.h wx/textcompleter.h wx/textctrl.h wx/textdlg.h wx/textentry.h wx/textwrapper.h wx/toolbar.h wx/validate.h wx/valtext.h wx/valnum.h wx/window.h wx/windowid.h wx/windowptr.h wx/withimages.h wx/wrapsizer.h wx/wupdlock.h wx/accel.h wx/access.h wx/anidecod.h wx/animdecod.h wx/appprogress.h wx/artprov.h wx/bitmap.h wx/bookctrl.h wx/busyinfo.h wx/generic/busyinfo.h wx/caret.h wx/choicebk.h wx/clipbrd.h wx/clrpicker.h wx/cmdproc.h wx/colordlg.h wx/colour.h wx/colourdata.h wx/cshelp.h wx/dataobj.h wx/dcmirror.h wx/dcps.h wx/dialup.h wx/dirctrl.h wx/display.h wx/display_impl.h wx/dnd.h wx/docmdi.h wx/docview.h wx/effects.h wx/fdrepdlg.h wx/filectrl.h wx/filehistory.h wx/filepicker.h wx/fontpicker.h wx/fmappriv.h wx/font.h wx/fontdata.h wx/fontdlg.h wx/fontenum.h wx/fontutil.h wx/gdiobj.h wx/geometry.h wx/gifdecod.h wx/help.h wx/helpbase.h wx/helpwin.h wx/iconbndl.h wx/imagbmp.h wx/image.h wx/imaggif.h wx/imagiff.h wx/imagjpeg.h wx/imaglist.h wx/imagpcx.h wx/imagpng.h wx/imagpnm.h wx/imagtga.h wx/imagtiff.h wx/imagxpm.h wx/listbase.h wx/listbook.h wx/listctrl.h wx/matrix.h wx/menuitem.h wx/metafile.h wx/minifram.h wx/nonownedwnd.h wx/notebook.h wx/ownerdrw.h wx/paper.h wx/persist.h wx/persist/bookctrl.h wx/persist/dataview.h wx/persist/splitter.h wx/persist/toplevel.h wx/persist/treebook.h wx/persist/window.h wx/pickerbase.h wx/popupwin.h wx/print.h wx/printdlg.h wx/prntbase.h wx/progdlg.h wx/quantize.h wx/rawbmp.h wx/region.h wx/scopeguard.h wx/simplebook.h wx/spinbutt.h wx/spinctrl.h wx/splitter.h wx/srchctrl.h wx/statline.h wx/taskbarbutton.h wx/tbarbase.h wx/tglbtn.h wx/tipwin.h wx/toolbook.h wx/tooltip.h wx/toplevel.h wx/treebase.h wx/treebook.h wx/treectrl.h wx/uiaction.h wx/valgen.h wx/vidmode.h wx/vlbox.h wx/vms_x_fix.h wx/vscroll.h wx/xpmdecod.h wx/xpmhand.h wx/xrc/xmlreshandler.h wx/systhemectrl.h wx/collheaderctrl.h wx/generic/collheaderctrl.h wx/itemattr.h wx/peninfobase.h wx/generic/caret.h wx/generic/imaglist.h wx/unix/fontutil.h wx/unix/utilsx11.h wx/generic/icon.h wx/generic/paletteg.h wx/gtk/app.h wx/gtk/assertdlg_gtk.h wx/gtk/bitmap.h wx/gtk/brush.h wx/gtk/clipbrd.h wx/gtk/colour.h wx/gtk/cursor.h wx/gtk/dataform.h wx/gtk/dataobj.h wx/gtk/dataobj2.h wx/gtk/dnd.h wx/gtk/evtloop.h wx/gtk/evtloopsrc.h wx/gtk/font.h wx/gtk/filehistory.h wx/gtk/minifram.h wx/gtk/nonownedwnd.h wx/gtk/pen.h wx/gtk/popupwin.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h wx/gtk/window.h wx/gtk/mimetype.h wx/generic/fdrepdlg.h wx/generic/filepickerg.h wx/generic/listctrl.h wx/generic/statusbr.h wx/gtk/accel.h wx/gtk/anybutton.h wx/gtk/bmpbuttn.h wx/gtk/button.h wx/gtk/checkbox.h wx/gtk/checklst.h wx/gtk/chkconf.h wx/gtk/collpane.h wx/gtk/colordlg.h wx/gtk/choice.h wx/gtk/combobox.h wx/gtk/control.h wx/gtk/clrpicker.h wx/gtk/dialog.h wx/gtk/dirdlg.h wx/gtk/filectrl.h wx/gtk/filedlg.h wx/gtk/fontpicker.h wx/gtk/filepicker.h wx/gtk/fontdlg.h wx/gtk/frame.h wx/gtk/gauge.h wx/gtk/gnome/gvfs.h wx/gtk/infobar.h wx/gtk/listbox.h wx/gtk/mdi.h wx/gtk/menu.h wx/gtk/menuitem.h wx/gtk/msgdlg.h wx/gtk/notebook.h wx/gtk/print.h wx/gtk/radiobox.h wx/gtk/radiobut.h wx/gtk/scrolbar.h wx/gtk/scrolwin.h wx/gtk/slider.h wx/gtk/spinbutt.h wx/gtk/spinctrl.h wx/gtk/statbmp.h wx/gtk/statbox.h wx/gtk/statline.h wx/gtk/stattext.h wx/gtk/toolbar.h wx/gtk/textctrl.h wx/gtk/textentry.h wx/gtk/tglbtn.h wx/generic/fontdlgg.h wx/aboutdlg.h wx/animate.h wx/bannerwindow.h wx/bmpcbox.h wx/calctrl.h wx/commandlinkbutton.h wx/dataview.h wx/datectrl.h wx/dateevt.h wx/datetimectrl.h wx/dcbuffer.h wx/dvrenderers.h wx/editlbox.h wx/generic/aboutdlgg.h wx/generic/bmpcbox.h wx/generic/calctrlg.h wx/generic/datectrl.h wx/generic/dataview.h wx/generic/dvrenderer.h wx/generic/dvrenderers.h wx/generic/grid.h wx/generic/gridctrl.h wx/generic/grideditors.h wx/generic/gridsel.h wx/generic/helpext.h wx/generic/hyperlink.h wx/generic/laywin.h wx/generic/notifmsg.h wx/generic/propdlg.h wx/generic/sashwin.h wx/generic/splash.h wx/generic/timectrl.h wx/generic/wizard.h wx/grid.h wx/hyperlink.h wx/joystick.h wx/laywin.h wx/notifmsg.h wx/odcombo.h wx/propdlg.h wx/richtooltip.h wx/sashwin.h wx/sound.h wx/splash.h wx/taskbar.h wx/timectrl.h wx/tipdlg.h wx/treelist.h wx/wizard.h wx/addremovectrl.h wx/activityindicator.h wx/unix/joystick.h wx/unix/sound.h wx/unix/taskbarx11.h wx/gtk/taskbar.h wx/generic/activityindicator.h wx/gtk/animate.h wx/gtk/bmpcbox.h wx/gtk/calctrl.h wx/gtk/dataview.h wx/gtk/dvrenderer.h wx/gtk/dvrenderers.h wx/gtk/hyperlink.h wx/gtk/activityindicator.h wx/mediactrl.h  wx/html/helpctrl.h wx/html/helpdata.h wx/html/helpdlg.h wx/html/helpfrm.h wx/html/helpwnd.h wx/html/htmlcell.h wx/html/htmldefs.h wx/html/htmlfilt.h wx/html/htmlpars.h wx/html/htmlproc.h wx/html/htmltag.h wx/html/htmlwin.h wx/html/htmprint.h wx/html/m_templ.h wx/html/styleparams.h wx/html/winpars.h wx/wxhtml.h wx/htmllbox.h wx/html/forcelnk.h  wx/glcanvas.h wx/gtk/glcanvas.h wx/unix/glx11.h wx/debugrpt.h wx/xrc/xh_activityindicator.h wx/xrc/xh_all.h wx/xrc/xh_animatctrl.h wx/xrc/xh_bannerwindow.h wx/xrc/xh_bmpbt.h wx/xrc/xh_bmp.h wx/xrc/xh_bmpcbox.h wx/xrc/xh_bttn.h wx/xrc/xh_cald.h wx/xrc/xh_chckb.h wx/xrc/xh_chckl.h wx/xrc/xh_choic.h wx/xrc/xh_choicbk.h wx/xrc/xh_clrpicker.h wx/xrc/xh_cmdlinkbn.h wx/xrc/xh_collpane.h wx/xrc/xh_combo.h wx/xrc/xh_comboctrl.h wx/xrc/xh_datectrl.h wx/xrc/xh_dirpicker.h wx/xrc/xh_dlg.h wx/xrc/xh_editlbox.h wx/xrc/xh_filectrl.h wx/xrc/xh_filepicker.h wx/xrc/xh_fontpicker.h wx/xrc/xh_frame.h wx/xrc/xh_mdi.h wx/xrc/xh_gauge.h wx/xrc/xh_gdctl.h wx/xrc/xh_grid.h wx/xrc/xh_html.h wx/xrc/xh_hyperlink.h wx/xrc/xh_listb.h wx/xrc/xh_listbk.h wx/xrc/xh_listc.h wx/xrc/xh_menu.h wx/xrc/xh_notbk.h wx/xrc/xh_odcombo.h wx/xrc/xh_panel.h wx/xrc/xh_propdlg.h wx/xrc/xh_radbt.h wx/xrc/xh_radbx.h wx/xrc/xh_scrol.h wx/xrc/xh_scwin.h wx/xrc/xh_htmllbox.h wx/xrc/xh_simplebook.h wx/xrc/xh_sizer.h wx/xrc/xh_slidr.h wx/xrc/xh_spin.h wx/xrc/xh_split.h wx/xrc/xh_srchctrl.h wx/xrc/xh_statbar.h wx/xrc/xh_stbmp.h wx/xrc/xh_stbox.h wx/xrc/xh_stlin.h wx/xrc/xh_sttxt.h wx/xrc/xh_text.h wx/xrc/xh_tglbtn.h wx/xrc/xh_timectrl.h wx/xrc/xh_toolb.h wx/xrc/xh_toolbk.h wx/xrc/xh_tree.h wx/xrc/xh_treebk.h wx/xrc/xh_unkwn.h wx/xrc/xh_wizrd.h wx/xrc/xmlres.h wx/aui/framemanager.h wx/aui/dockart.h wx/aui/floatpane.h wx/aui/auibook.h wx/aui/auibar.h wx/aui/tabmdi.h wx/aui/aui.h wx/aui/tabart.h wx/xrc/xh_aui.h wx/xrc/xh_auitoolb.h wx/aui/tabartgtk.h  wx/propgrid/advprops.h wx/propgrid/editors.h wx/propgrid/manager.h wx/propgrid/property.h wx/propgrid/propgrid.h wx/propgrid/propgriddefs.h wx/propgrid/propgridiface.h wx/propgrid/propgridpagestate.h wx/propgrid/props.h wx/ribbon/art.h wx/ribbon/art_internal.h wx/ribbon/bar.h wx/ribbon/buttonbar.h wx/ribbon/control.h wx/ribbon/gallery.h wx/ribbon/page.h wx/ribbon/panel.h wx/ribbon/toolbar.h wx/xrc/xh_ribbon.h wx/richtext/richtextbackgroundpage.h wx/richtext/richtextborderspage.h wx/richtext/richtextbuffer.h wx/richtext/richtextbulletspage.h wx/richtext/richtextctrl.h wx/richtext/richtextdialogpage.h wx/richtext/richtextfontpage.h wx/richtext/richtextformatdlg.h wx/richtext/richtexthtml.h wx/richtext/richtextimagedlg.h wx/richtext/richtextindentspage.h wx/richtext/richtextliststylepage.h wx/richtext/richtextmarginspage.h wx/richtext/richtextprint.h wx/richtext/richtextsizepage.h wx/richtext/richtextstyledlg.h wx/richtext/richtextstylepage.h wx/richtext/richtextstyles.h wx/richtext/richtextsymboldlg.h wx/richtext/richtexttabspage.h wx/richtext/richtextuicustomization.h wx/richtext/richtextxml.h wx/xrc/xh_richtext.h wx/stc/stc.h wx/gtk/webviewhistoryitem_webkit.h wx/gtk/webview_webkit.h wx/webview.h wx/webviewarchivehandler.h wx/webviewfshandler.h; do \
rm -f /usr/local/include/wx-3.1/$f; \
done
No error codes but wx-config remained with all the wx* libs.

Code: Select all

wx-config --list

    Default config is gtk2-unicode-3.1
Thank you.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: sudo make uninstall is not working!

Post by ONEEYEMAN »

Hi,
Something is a miss here.

You said:
How you configured wx.

Code: Select all

git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git
cd wxWidgets
mkdir gtk2-build
cd gtk2-build
../configure --enable-unicode --enable-debug --with-gtk=2 --enable-mediactrl --with-opengl --enable-stl --with-regex --with-libmspack --with-sdl --enable-cxx11
make
sudo make install
But then you said:
In which dir do you do 'sudo make install'?

Code: Select all

/home/tomay/devel/wxWidgets/gtk2-build
with the default settings.
This is wrong.
As "make install" shows, the installation occured in "/usr/local/lib" directory and NOT in your "~" directory.
What happens when you try 'sudo make install'. Is there any output? If not, how do you know it fails?
I suppose you meant uninstall here.

Code: Select all

sudo make uninstall
rm -f /usr/local/lib/libwx_baseu-3.1.so
rm -f /usr/local/lib/libwx_baseu-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_baseu-3.1.so.2 libwx_baseu-3.1.so)
rm -f /usr/local/lib/libwx_baseu_net-3.1.so
rm -f /usr/local/lib/libwx_baseu_net-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_baseu_net-3.1.so.2 libwx_baseu_net-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_core-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_core-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_core-3.1.so.2 libwx_gtk2u_core-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_adv-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_adv-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_adv-3.1.so.2 libwx_gtk2u_adv-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_media-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_media-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_media-3.1.so.2 libwx_gtk2u_media-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_html-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_html-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_html-3.1.so.2 libwx_gtk2u_html-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_qa-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_qa-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_qa-3.1.so.2 libwx_gtk2u_qa-3.1.so)
rm -f /usr/local/lib/libwx_baseu_xml-3.1.so
rm -f /usr/local/lib/libwx_baseu_xml-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_baseu_xml-3.1.so.2 libwx_baseu_xml-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_xrc-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_xrc-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_xrc-3.1.so.2 libwx_gtk2u_xrc-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_aui-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_aui-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_aui-3.1.so.2 libwx_gtk2u_aui-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_ribbon-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_ribbon-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_ribbon-3.1.so.2 libwx_gtk2u_ribbon-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_propgrid-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_propgrid-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_propgrid-3.1.so.2 libwx_gtk2u_propgrid-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_richtext-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_richtext-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_richtext-3.1.so.2 libwx_gtk2u_richtext-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_stc-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_stc-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_stc-3.1.so.2 libwx_gtk2u_stc-3.1.so)
rm -f /usr/local/lib/libwx_gtk2u_gl-3.1.so
rm -f /usr/local/lib/libwx_gtk2u_gl-3.1.so.2.0.0
(cd /usr/local/lib ; rm -f libwx_gtk2u_gl-3.1.so.2 libwx_gtk2u_gl-3.1.so)
for l in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_CN zh_TW ; do \
if test -f /usr/local/share/locale/$l/LC_MESSAGES/wxstd.mo ; then \
rm -f /usr/local/share/locale/$l/LC_MESSAGES/wxstd.mo ; \
fi ; \
done
for l in it ; do \
if test -f /usr/local/share/locale/$l/LC_MESSAGES/wxmsw.mo ; then \
rm -f /usr/local/share/locale/$l/LC_MESSAGES/wxmsw.mo ; \
fi ; \
done
(cd /usr/local/share/aclocal ; rm -f wxwin.m4)
(cd /usr/local/share/bakefile/presets ; rm -f wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py)
for f in setup.h ; do \
rm -f /usr/local/lib/wx/include/gtk2-unicode-3.1/wx/$f; \
done
for f in wx/afterstd.h wx/any.h wx/anystr.h wx/app.h wx/apptrait.h wx/archive.h wx/arrimpl.cpp wx/arrstr.h wx/atomic.h wx/base64.h wx/beforestd.h wx/buffer.h wx/build.h wx/chartype.h wx/checkeddelete.h wx/chkconf.h wx/clntdata.h wx/cmdargs.h wx/cmdline.h wx/compiler.h wx/confbase.h wx/config.h wx/convauto.h wx/containr.h wx/cpp.h wx/crt.h wx/datetime.h wx/datstrm.h wx/dde.h wx/debug.h wx/defs.h wx/dir.h wx/dlimpexp.h wx/dlist.h wx/dynarray.h wx/dynlib.h wx/dynload.h wx/encconv.h wx/event.h wx/eventfilter.h wx/evtloop.h wx/evtloopsrc.h wx/except.h wx/features.h wx/flags.h wx/ffile.h wx/file.h wx/fileconf.h wx/filefn.h wx/filename.h wx/filesys.h wx/fontenc.h wx/fontmap.h wx/fs_arc.h wx/fs_filter.h wx/fs_mem.h wx/fs_zip.h wx/hash.h wx/hashmap.h wx/hashset.h wx/iconloc.h wx/init.h wx/intl.h wx/iosfwrap.h wx/ioswrap.h wx/ipc.h wx/ipcbase.h wx/kbdstate.h wx/language.h wx/link.h wx/list.h wx/listimpl.cpp wx/log.h wx/longlong.h wx/math.h wx/memconf.h wx/memory.h wx/memtext.h wx/mimetype.h wx/module.h wx/mousestate.h wx/msgout.h wx/msgqueue.h wx/mstream.h wx/numformatter.h wx/object.h wx/platform.h wx/platinfo.h wx/power.h wx/process.h wx/ptr_scpd.h wx/ptr_shrd.h wx/recguard.h wx/regex.h wx/rtti.h wx/scopedarray.h wx/scopedptr.h wx/scopeguard.h wx/sharedptr.h wx/snglinst.h wx/sstream.h wx/stack.h wx/stackwalk.h wx/stdpaths.h wx/stdstream.h wx/stockitem.h wx/stopwatch.h wx/strconv.h wx/stream.h wx/string.h wx/stringimpl.h wx/stringops.h wx/strvararg.h wx/sysopt.h wx/tarstrm.h wx/textbuf.h wx/textfile.h wx/thread.h wx/thrimpl.cpp wx/time.h wx/timer.h wx/tls.h wx/tokenzr.h wx/tracker.h wx/translation.h wx/txtstrm.h wx/typeinfo.h wx/types.h wx/unichar.h wx/uri.h wx/ustring.h wx/utils.h wx/variant.h wx/vector.h wx/version.h wx/versioninfo.h wx/volume.h wx/weakref.h wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h wx/wxcrtbase.h wx/wxcrtvararg.h wx/wxprec.h wx/xlocale.h wx/xti.h wx/xti2.h wx/xtistrm.h wx/xtictor.h wx/xtihandler.h wx/xtiprop.h wx/xtitypes.h wx/zipstrm.h wx/zstream.h wx/meta/convertible.h wx/meta/if.h wx/meta/implicitconversion.h wx/meta/int2type.h wx/meta/movable.h wx/meta/pod.h wx/meta/removeref.h wx/fswatcher.h wx/generic/fswatcher.h wx/secretstore.h wx/lzmastream.h wx/unix/app.h wx/unix/apptbase.h wx/unix/apptrait.h wx/unix/chkconf.h wx/unix/evtloop.h wx/unix/evtloopsrc.h wx/unix/pipe.h wx/unix/stackwalk.h wx/unix/tls.h wx/unix/fswatcher_kqueue.h wx/unix/mimetype.h wx/unix/fswatcher_inotify.h wx/unix/stdpaths.h wx/fs_inet.h wx/protocol/file.h wx/protocol/ftp.h wx/protocol/http.h wx/protocol/log.h wx/protocol/protocol.h wx/sckaddr.h wx/sckipc.h wx/sckstrm.h wx/socket.h wx/url.h wx/xml/xml.h wx/xtixml.h wx/affinematrix2dbase.h wx/affinematrix2d.h wx/anybutton.h wx/bmpbuttn.h wx/brush.h wx/button.h wx/checkbox.h wx/checklst.h wx/choicdlg.h wx/choice.h wx/cmndata.h wx/collpane.h wx/combo.h wx/combobox.h wx/compositewin.h wx/control.h wx/ctrlsub.h wx/cursor.h wx/custombgwin.h wx/dc.h wx/dcclient.h wx/dcgraph.h wx/dcmemory.h wx/dcprint.h wx/dcscreen.h wx/dcsvg.h wx/dialog.h wx/dirdlg.h wx/dragimag.h wx/encinfo.h wx/filedlg.h wx/frame.h wx/gauge.h wx/gbsizer.h wx/gdicmn.h wx/generic/accel.h wx/generic/buttonbar.h wx/generic/choicdgg.h wx/generic/combo.h wx/generic/custombgwin.h wx/generic/dcpsg.h wx/generic/dirctrlg.h wx/generic/dragimgg.h wx/generic/filectrlg.h wx/generic/headerctrlg.h wx/generic/infobar.h wx/generic/logg.h wx/generic/msgdlgg.h wx/generic/numdlgg.h wx/generic/notebook.h wx/generic/panelg.h wx/generic/prntdlgg.h wx/generic/printps.h wx/generic/progdlgg.h wx/generic/richmsgdlgg.h wx/generic/scrolwin.h wx/generic/spinctlg.h wx/generic/splitter.h wx/generic/srchctlg.h wx/generic/statbmpg.h wx/generic/stattextg.h wx/generic/textdlgg.h wx/generic/treectlg.h wx/graphics.h wx/headercol.h wx/headerctrl.h wx/helphtml.h wx/icon.h wx/infobar.h wx/itemid.h wx/layout.h wx/listbox.h wx/mdi.h wx/menu.h wx/modalhook.h wx/mousemanager.h wx/msgdlg.h wx/nativewin.h wx/numdlg.h wx/overlay.h wx/palette.h wx/panel.h wx/pen.h wx/position.h wx/preferences.h wx/radiobox.h wx/radiobut.h wx/range.h wx/rearrangectrl.h wx/renderer.h wx/richmsgdlg.h wx/scrolbar.h wx/scrolwin.h wx/selstore.h wx/settings.h wx/sizer.h wx/slider.h wx/statbmp.h wx/statbox.h wx/stattext.h wx/statusbr.h wx/testing.h wx/textcompleter.h wx/textctrl.h wx/textdlg.h wx/textentry.h wx/textwrapper.h wx/toolbar.h wx/validate.h wx/valtext.h wx/valnum.h wx/window.h wx/windowid.h wx/windowptr.h wx/withimages.h wx/wrapsizer.h wx/wupdlock.h wx/accel.h wx/access.h wx/anidecod.h wx/animdecod.h wx/appprogress.h wx/artprov.h wx/bitmap.h wx/bookctrl.h wx/busyinfo.h wx/generic/busyinfo.h wx/caret.h wx/choicebk.h wx/clipbrd.h wx/clrpicker.h wx/cmdproc.h wx/colordlg.h wx/colour.h wx/colourdata.h wx/cshelp.h wx/dataobj.h wx/dcmirror.h wx/dcps.h wx/dialup.h wx/dirctrl.h wx/display.h wx/display_impl.h wx/dnd.h wx/docmdi.h wx/docview.h wx/effects.h wx/fdrepdlg.h wx/filectrl.h wx/filehistory.h wx/filepicker.h wx/fontpicker.h wx/fmappriv.h wx/font.h wx/fontdata.h wx/fontdlg.h wx/fontenum.h wx/fontutil.h wx/gdiobj.h wx/geometry.h wx/gifdecod.h wx/help.h wx/helpbase.h wx/helpwin.h wx/iconbndl.h wx/imagbmp.h wx/image.h wx/imaggif.h wx/imagiff.h wx/imagjpeg.h wx/imaglist.h wx/imagpcx.h wx/imagpng.h wx/imagpnm.h wx/imagtga.h wx/imagtiff.h wx/imagxpm.h wx/listbase.h wx/listbook.h wx/listctrl.h wx/matrix.h wx/menuitem.h wx/metafile.h wx/minifram.h wx/nonownedwnd.h wx/notebook.h wx/ownerdrw.h wx/paper.h wx/persist.h wx/persist/bookctrl.h wx/persist/dataview.h wx/persist/splitter.h wx/persist/toplevel.h wx/persist/treebook.h wx/persist/window.h wx/pickerbase.h wx/popupwin.h wx/print.h wx/printdlg.h wx/prntbase.h wx/progdlg.h wx/quantize.h wx/rawbmp.h wx/region.h wx/scopeguard.h wx/simplebook.h wx/spinbutt.h wx/spinctrl.h wx/splitter.h wx/srchctrl.h wx/statline.h wx/taskbarbutton.h wx/tbarbase.h wx/tglbtn.h wx/tipwin.h wx/toolbook.h wx/tooltip.h wx/toplevel.h wx/treebase.h wx/treebook.h wx/treectrl.h wx/uiaction.h wx/valgen.h wx/vidmode.h wx/vlbox.h wx/vms_x_fix.h wx/vscroll.h wx/xpmdecod.h wx/xpmhand.h wx/xrc/xmlreshandler.h wx/systhemectrl.h wx/collheaderctrl.h wx/generic/collheaderctrl.h wx/itemattr.h wx/peninfobase.h wx/generic/caret.h wx/generic/imaglist.h wx/unix/fontutil.h wx/unix/utilsx11.h wx/generic/icon.h wx/generic/paletteg.h wx/gtk/app.h wx/gtk/assertdlg_gtk.h wx/gtk/bitmap.h wx/gtk/brush.h wx/gtk/clipbrd.h wx/gtk/colour.h wx/gtk/cursor.h wx/gtk/dataform.h wx/gtk/dataobj.h wx/gtk/dataobj2.h wx/gtk/dnd.h wx/gtk/evtloop.h wx/gtk/evtloopsrc.h wx/gtk/font.h wx/gtk/filehistory.h wx/gtk/minifram.h wx/gtk/nonownedwnd.h wx/gtk/pen.h wx/gtk/popupwin.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h wx/gtk/window.h wx/gtk/mimetype.h wx/generic/fdrepdlg.h wx/generic/filepickerg.h wx/generic/listctrl.h wx/generic/statusbr.h wx/gtk/accel.h wx/gtk/anybutton.h wx/gtk/bmpbuttn.h wx/gtk/button.h wx/gtk/checkbox.h wx/gtk/checklst.h wx/gtk/chkconf.h wx/gtk/collpane.h wx/gtk/colordlg.h wx/gtk/choice.h wx/gtk/combobox.h wx/gtk/control.h wx/gtk/clrpicker.h wx/gtk/dialog.h wx/gtk/dirdlg.h wx/gtk/filectrl.h wx/gtk/filedlg.h wx/gtk/fontpicker.h wx/gtk/filepicker.h wx/gtk/fontdlg.h wx/gtk/frame.h wx/gtk/gauge.h wx/gtk/gnome/gvfs.h wx/gtk/infobar.h wx/gtk/listbox.h wx/gtk/mdi.h wx/gtk/menu.h wx/gtk/menuitem.h wx/gtk/msgdlg.h wx/gtk/notebook.h wx/gtk/print.h wx/gtk/radiobox.h wx/gtk/radiobut.h wx/gtk/scrolbar.h wx/gtk/scrolwin.h wx/gtk/slider.h wx/gtk/spinbutt.h wx/gtk/spinctrl.h wx/gtk/statbmp.h wx/gtk/statbox.h wx/gtk/statline.h wx/gtk/stattext.h wx/gtk/toolbar.h wx/gtk/textctrl.h wx/gtk/textentry.h wx/gtk/tglbtn.h wx/generic/fontdlgg.h wx/aboutdlg.h wx/animate.h wx/bannerwindow.h wx/bmpcbox.h wx/calctrl.h wx/commandlinkbutton.h wx/dataview.h wx/datectrl.h wx/dateevt.h wx/datetimectrl.h wx/dcbuffer.h wx/dvrenderers.h wx/editlbox.h wx/generic/aboutdlgg.h wx/generic/bmpcbox.h wx/generic/calctrlg.h wx/generic/datectrl.h wx/generic/dataview.h wx/generic/dvrenderer.h wx/generic/dvrenderers.h wx/generic/grid.h wx/generic/gridctrl.h wx/generic/grideditors.h wx/generic/gridsel.h wx/generic/helpext.h wx/generic/hyperlink.h wx/generic/laywin.h wx/generic/notifmsg.h wx/generic/propdlg.h wx/generic/sashwin.h wx/generic/splash.h wx/generic/timectrl.h wx/generic/wizard.h wx/grid.h wx/hyperlink.h wx/joystick.h wx/laywin.h wx/notifmsg.h wx/odcombo.h wx/propdlg.h wx/richtooltip.h wx/sashwin.h wx/sound.h wx/splash.h wx/taskbar.h wx/timectrl.h wx/tipdlg.h wx/treelist.h wx/wizard.h wx/addremovectrl.h wx/activityindicator.h wx/unix/joystick.h wx/unix/sound.h wx/unix/taskbarx11.h wx/gtk/taskbar.h wx/generic/activityindicator.h wx/gtk/animate.h wx/gtk/bmpcbox.h wx/gtk/calctrl.h wx/gtk/dataview.h wx/gtk/dvrenderer.h wx/gtk/dvrenderers.h wx/gtk/hyperlink.h wx/gtk/activityindicator.h wx/mediactrl.h  wx/html/helpctrl.h wx/html/helpdata.h wx/html/helpdlg.h wx/html/helpfrm.h wx/html/helpwnd.h wx/html/htmlcell.h wx/html/htmldefs.h wx/html/htmlfilt.h wx/html/htmlpars.h wx/html/htmlproc.h wx/html/htmltag.h wx/html/htmlwin.h wx/html/htmprint.h wx/html/m_templ.h wx/html/styleparams.h wx/html/winpars.h wx/wxhtml.h wx/htmllbox.h wx/html/forcelnk.h  wx/glcanvas.h wx/gtk/glcanvas.h wx/unix/glx11.h wx/debugrpt.h wx/xrc/xh_activityindicator.h wx/xrc/xh_all.h wx/xrc/xh_animatctrl.h wx/xrc/xh_bannerwindow.h wx/xrc/xh_bmpbt.h wx/xrc/xh_bmp.h wx/xrc/xh_bmpcbox.h wx/xrc/xh_bttn.h wx/xrc/xh_cald.h wx/xrc/xh_chckb.h wx/xrc/xh_chckl.h wx/xrc/xh_choic.h wx/xrc/xh_choicbk.h wx/xrc/xh_clrpicker.h wx/xrc/xh_cmdlinkbn.h wx/xrc/xh_collpane.h wx/xrc/xh_combo.h wx/xrc/xh_comboctrl.h wx/xrc/xh_datectrl.h wx/xrc/xh_dirpicker.h wx/xrc/xh_dlg.h wx/xrc/xh_editlbox.h wx/xrc/xh_filectrl.h wx/xrc/xh_filepicker.h wx/xrc/xh_fontpicker.h wx/xrc/xh_frame.h wx/xrc/xh_mdi.h wx/xrc/xh_gauge.h wx/xrc/xh_gdctl.h wx/xrc/xh_grid.h wx/xrc/xh_html.h wx/xrc/xh_hyperlink.h wx/xrc/xh_listb.h wx/xrc/xh_listbk.h wx/xrc/xh_listc.h wx/xrc/xh_menu.h wx/xrc/xh_notbk.h wx/xrc/xh_odcombo.h wx/xrc/xh_panel.h wx/xrc/xh_propdlg.h wx/xrc/xh_radbt.h wx/xrc/xh_radbx.h wx/xrc/xh_scrol.h wx/xrc/xh_scwin.h wx/xrc/xh_htmllbox.h wx/xrc/xh_simplebook.h wx/xrc/xh_sizer.h wx/xrc/xh_slidr.h wx/xrc/xh_spin.h wx/xrc/xh_split.h wx/xrc/xh_srchctrl.h wx/xrc/xh_statbar.h wx/xrc/xh_stbmp.h wx/xrc/xh_stbox.h wx/xrc/xh_stlin.h wx/xrc/xh_sttxt.h wx/xrc/xh_text.h wx/xrc/xh_tglbtn.h wx/xrc/xh_timectrl.h wx/xrc/xh_toolb.h wx/xrc/xh_toolbk.h wx/xrc/xh_tree.h wx/xrc/xh_treebk.h wx/xrc/xh_unkwn.h wx/xrc/xh_wizrd.h wx/xrc/xmlres.h wx/aui/framemanager.h wx/aui/dockart.h wx/aui/floatpane.h wx/aui/auibook.h wx/aui/auibar.h wx/aui/tabmdi.h wx/aui/aui.h wx/aui/tabart.h wx/xrc/xh_aui.h wx/xrc/xh_auitoolb.h wx/aui/tabartgtk.h  wx/propgrid/advprops.h wx/propgrid/editors.h wx/propgrid/manager.h wx/propgrid/property.h wx/propgrid/propgrid.h wx/propgrid/propgriddefs.h wx/propgrid/propgridiface.h wx/propgrid/propgridpagestate.h wx/propgrid/props.h wx/ribbon/art.h wx/ribbon/art_internal.h wx/ribbon/bar.h wx/ribbon/buttonbar.h wx/ribbon/control.h wx/ribbon/gallery.h wx/ribbon/page.h wx/ribbon/panel.h wx/ribbon/toolbar.h wx/xrc/xh_ribbon.h wx/richtext/richtextbackgroundpage.h wx/richtext/richtextborderspage.h wx/richtext/richtextbuffer.h wx/richtext/richtextbulletspage.h wx/richtext/richtextctrl.h wx/richtext/richtextdialogpage.h wx/richtext/richtextfontpage.h wx/richtext/richtextformatdlg.h wx/richtext/richtexthtml.h wx/richtext/richtextimagedlg.h wx/richtext/richtextindentspage.h wx/richtext/richtextliststylepage.h wx/richtext/richtextmarginspage.h wx/richtext/richtextprint.h wx/richtext/richtextsizepage.h wx/richtext/richtextstyledlg.h wx/richtext/richtextstylepage.h wx/richtext/richtextstyles.h wx/richtext/richtextsymboldlg.h wx/richtext/richtexttabspage.h wx/richtext/richtextuicustomization.h wx/richtext/richtextxml.h wx/xrc/xh_richtext.h wx/stc/stc.h wx/gtk/webviewhistoryitem_webkit.h wx/gtk/webview_webkit.h wx/webview.h wx/webviewarchivehandler.h wx/webviewfshandler.h; do \
rm -f /usr/local/include/wx-3.1/$f; \
done
That is correct. The uninstall happens exactly where the install did its job.

Thank you.
DavidHart
Site Admin
Site Admin
Posts: 4254
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: sudo make uninstall is not working!

Post by DavidHart »

I will take a long time to formulate understandable English phrases, because it is not my mother tongue.
I understand. But anyone trying to help you will still need enough information...

Thank you for the update. It seems that the build and installation (to the default /usr/local/) succeeded. It also looks as if uninstall succeeded. To check, what is the output of:
ls /usr/local/lib/libwx*
No error codes but wx-config remained with all the wx* libs.
wx-config --list
Default config is gtk2-unicode-3.1
Are you sure that wx-config is not from a different install?

What is the output of:
which wx-config

What is the output of:
wx-config --libs
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

Re: sudo make uninstall is not working!

Post by tomay3000 »

Code: Select all

ls /usr/local/lib/libwx*

Code: Select all

ls: cannot access '/usr/local/lib/libwx*': No such file or directory
Weird!, I have checked /usr/local/lib no libs are there but wx-config still reporting them, even though I uninstalled both gtk2 and gtk3 configurations

Code: Select all

wx-config --list

Code: Select all

Default config is gtk2-unicode-3.1

  Default config will be used for output

  Alternate matches:
    gtk3-unicode-3.1
What is the output of:

Code: Select all

which wx-config

Code: Select all

/usr/local/bin/wx-config
What is the output of:

Code: Select all

wx-config --libs

Code: Select all

-L/usr/local/lib -pthread   -lwx_gtk2u_xrc-3.1 -lwx_gtk2u_html-3.1 -lwx_gtk2u_qa-3.1 -lwx_gtk2u_adv-3.1 -lwx_gtk2u_core-3.1 -lwx_baseu_xml-3.1 -lwx_baseu_net-3.1 -lwx_baseu-3.1
I have no idea what is going on here
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

Re: sudo make uninstall is not working!

Post by tomay3000 »

I found the cause of the problem:

the uninstall script will leave the wx folder in /usr/local/lib which contains the different configurations.
and the /usr/local/bin/wx-config sym link
take a look at the screenshots:
Screenshot from 2018-07-17 20-01-01.png
Screenshot from 2018-07-17 20-09-20.png
I had to delete them manually (I don't know which other files to delete too).
DavidHart
Site Admin
Site Admin
Posts: 4254
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: sudo make uninstall is not working!

Post by DavidHart »

I have no idea what is going on here
It seems that make uninstall is not succeeding in uninstalling wx-config. In fact, searching through your 'uninstall' output, it doesn't seem to be trying.

Maybe that is intentional. In debian-based distros like Mint, wx-config should respect the selected value in 'sudo update-alternatives --display wx-config'.

Anyway, if you install a new wxWidgets build, you should find that its wx-config will take over. If not, try changing the default with:
sudo update-alternatives --config wx-config

Or, my preferred method, create a --prefix=$(pwd) build, as described in your previous topic.
Post Reply