robjsargent
2014-02-25 01:33:09 UTC
On RHEL6.4 (64 bit)
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
building wxWidgets 2.8.12 as that's what follow on tool requires...
$ cd buildgtk
../configure --prefix=/usr/sup --with-gtk
after $ sudo make install
and $ sudo ldconfig
$ which wx-config
$ /usr/sup/bin/wx-config
$ wx-config --query-widgetset --query-toolkit
<<<blankline>>>
gtk2
I ask only because I'm trying to build filezilla and its ./configure is
dying clamouring on about missing/misconfigured wxWidgets
checking for wx-config... /usr/sup/bin/wx-config
checking for wxWidgets version >= 2.8.12 (--unicode=yes --universal=no)...
no
configure: error:
wxWidgets must be installed on your system
but either the wx-config script couldn't be found or
no compatible wxWidgets configuration has been installed.
Compatible wxWidgets configurations are the unicode builds
of wxGTK, wxMac and wxMSW.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.8.12 or above.
and the only hole I see in wxWidgets it the missing widgetset.
# wx-config --libs
-L/usr/sup/lib -pthread -L/usr/lib64 -lwx_gtk2_richtext-2.8
-lwx_gtk2_aui-2.8 -lwx_gtk2_xrc-2.8 -lwx_gtk2_qa-2.8 -lwx_gtk2_html-2.8
-lwx_gtk2_adv-2.8 -lwx_gtk2_core-2.8 -lwx_base_xml-2.8 -lwx_base_net-2.8
-lwx_base-2.8
I've added /usr/sup/lib to LD_LIBRARY_PATH (and LOAD_LIBRARY_PATH)
I've tried both static and dynamic builds of wxWidgets
Any pointers appreciated.
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
building wxWidgets 2.8.12 as that's what follow on tool requires...
$ cd buildgtk
../configure --prefix=/usr/sup --with-gtk
after $ sudo make install
and $ sudo ldconfig
$ which wx-config
$ /usr/sup/bin/wx-config
$ wx-config --query-widgetset --query-toolkit
<<<blankline>>>
gtk2
I ask only because I'm trying to build filezilla and its ./configure is
dying clamouring on about missing/misconfigured wxWidgets
checking for wx-config... /usr/sup/bin/wx-config
checking for wxWidgets version >= 2.8.12 (--unicode=yes --universal=no)...
no
configure: error:
wxWidgets must be installed on your system
but either the wx-config script couldn't be found or
no compatible wxWidgets configuration has been installed.
Compatible wxWidgets configurations are the unicode builds
of wxGTK, wxMac and wxMSW.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.8.12 or above.
and the only hole I see in wxWidgets it the missing widgetset.
# wx-config --libs
-L/usr/sup/lib -pthread -L/usr/lib64 -lwx_gtk2_richtext-2.8
-lwx_gtk2_aui-2.8 -lwx_gtk2_xrc-2.8 -lwx_gtk2_qa-2.8 -lwx_gtk2_html-2.8
-lwx_gtk2_adv-2.8 -lwx_gtk2_core-2.8 -lwx_base_xml-2.8 -lwx_base_net-2.8
-lwx_base-2.8
I've added /usr/sup/lib to LD_LIBRARY_PATH (and LOAD_LIBRARY_PATH)
I've tried both static and dynamic builds of wxWidgets
Any pointers appreciated.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users