Author Topic: Problems with ./Configure options for contrib plugins - Ubuntu 64bit  (Read 10238 times)

Offline 3sv

  • Single posting newcomer
  • *
  • Posts: 6
Hello,

I am trying to compile C::B on Ubuntu 64 bit with all the contrib plugins. When i compile without the plugins i have no problems.
I have used different options but none of them seems to work.

I have done some tests with different revisions, the last on R4771.

When i compile with "./configure --with-contrib-plugins=al", then i get some compiler errors:
Code
/bin/bash ../../../../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/include/wxFlatNotebook/include -I../../../../src/include/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith/propgrid/contrib/include -DWXMAKINGLIB_PROPGRID -Ulinux -Uunix  -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT wxscoder.lo -MD -MP -MF .deps/wxscoder.Tpo -c -o wxscoder.lo `test -f './wxscoder.cpp' || echo './'`./wxscoder.cpp
 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/include/wxFlatNotebook/include -I../../../../src/include/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith/propgrid/contrib/include -DWXMAKINGLIB_PROPGRID -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT wxscoder.lo -MD -MP -MF .deps/wxscoder.Tpo -c ./wxscoder.cpp  -fPIC -DPIC -o .libs/wxscoder.o
./wxscoder.cpp: In member function 'bool wxsCoder::ApplyChangesEditor(cbEditor*, const wxString&, const wxString&, wxString&, bool, bool, wxString&)':
./wxscoder.cpp:379: error: no matching function for call to 'wxsCoder::RebuildCode(wxString&, const wxChar*, int, wxString&)'
./wxscoder.h:152: note: candidates are: wxString wxsCoder::RebuildCode(wxString&, const wchar_t*, int, wxString&)
./wxscoder.cpp: In member function 'bool wxsCoder::ApplyChangesString(wxString&, const wxString&, const wxString&, wxString&, bool, bool, bool&, wxString&)':
./wxscoder.cpp:467: error: no matching function for call to 'wxsCoder::RebuildCode(wxString&, const wxChar*, size_t, wxString&)'
./wxscoder.h:152: note: candidates are: wxString wxsCoder::RebuildCode(wxString&, const wchar_t*, int, wxString&)
make[5]: *** [wxscoder.lo] Error 1
make[5]: Leaving directory `/home/dries/CodeBlocks/trunk/src/plugins/contrib/wxSmith'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/dries/CodeBlocks/trunk/src/plugins/contrib/wxSmith'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/dries/CodeBlocks/trunk/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dries/CodeBlocks/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dries/CodeBlocks/trunk/src'
When i manually add a cast to that function, everything compiles fine. But when I start C::B I get the message that the wxSmith plugin can't be loaded.

When i compile with the folowing: "./configure --enable-monolithic --enable-plugins --enable-shared=no --enable-debug=no --disable-compat26 --enable-datetime --enable-wxfile --enable-wxlonglong --enable-std_iostreams --enable-std_string --enable-textfile --enable-timer --enable-unicode --enable-threads --enable-control" , then everyting compiles fine. But when i startup the plugins can't be loaded, I get:
Code
Scanning for lexers in /usr/local/share/codeblocks/lexers/...
Found 32 lexers
Loading lexer_cg
Loading lexer_make
Loading lexer_fortran
Loading lexer_OgreCompositor
Loading lexer_matlab
Loading lexer_lua
Loading lexer_verilog
Loading lexer_python
Loading lexer_cpp
Loading lexer_hitasm
Loading lexer_perl
Loading lexer_glsl
Loading lexer_d
Loading lexer_gm
Loading lexer_html
Loading lexer_diff
Loading lexer_angelscript
Loading lexer_squirrel
Loading lexer_nsis
Loading lexer_css
Loading lexer_masm
Loading lexer_vbscript
Loading lexer_f77
Loading lexer_rc
Loading lexer_bash
Loading lexer_vhdl
Loading lexer_batch
Loading lexer_latex
Loading lexer_prg
Loading lexer_properties
Loading lexer_OgreMaterial
Loading lexer_xml
Scanning for plugins in /home/dries/.codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /usr/local/share/codeblocks/plugins
/usr/local/share/codeblocks/plugins/libRegExTestbed.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libhelp_plugin.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libexporter.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libwxsmith.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libProfiler.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libcb_koders.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libdragscroll.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libAutoVersioning.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libwxsmithcontribitems.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libcodestat.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/liblib_finder.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libcodesnippets.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libkeybinder.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libbyogames.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libSymTab.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libenvvars.so: not loaded (missing symbols?)
Loaded 0 plugins
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'

Can anybody provide me the right options to pass to ./configure to get it work.
Thanks in advance

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #1 on: January 05, 2008, 03:51:36 pm »
Hi !

I compiled on Ubuntu 7.10 with
Code
./configure --with-contrib=all
and it works.

Dje

Offline 3sv

  • Single posting newcomer
  • *
  • Posts: 6
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #2 on: January 05, 2008, 04:53:20 pm »
I compiled on Ubuntu 7.10 with
Code
./configure --with-contrib=all
and it works.

With these options i can compile, but I can still not load WxSmith. I am also using Ubuntu 7.10 Gutsy Gibbon, are you working also with the 64 bit version?

In the output window of C::B i get:
Code
Scanning for lexers in /usr/local/share/codeblocks/lexers/...
Found 32 lexers
Loading lexer_cg
Loading lexer_make
Loading lexer_fortran
Loading lexer_OgreCompositor
Loading lexer_matlab
Loading lexer_lua
Loading lexer_verilog
Loading lexer_python
Loading lexer_cpp
Loading lexer_hitasm
Loading lexer_perl
Loading lexer_glsl
Loading lexer_d
Loading lexer_gm
Loading lexer_html
Loading lexer_diff
Loading lexer_angelscript
Loading lexer_squirrel
Loading lexer_nsis
Loading lexer_css
Loading lexer_masm
Loading lexer_vbscript
Loading lexer_f77
Loading lexer_rc
Loading lexer_bash
Loading lexer_vhdl
Loading lexer_batch
Loading lexer_latex
Loading lexer_prg
Loading lexer_properties
Loading lexer_OgreMaterial
Loading lexer_xml
Scanning for plugins in /home/dries/.codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in /usr/local/share/codeblocks/plugins
/usr/local/share/codeblocks/plugins/libwxsmith.so: not loaded (missing symbols?)
/usr/local/share/codeblocks/plugins/libwxsmithcontribitems.so: not loaded (missing symbols?)
Loaded 25 plugins
Loading:
RegExTestbed
CodeCompletion
Debugger
HelpPlugin
ClassWizard
Exporter
AStylePlugin
OpenFilesList
Profiler
CB_Koders
ScriptedWizard
cbDragScroll
ProjectsImporter
AutoVersioning
CodeStat
lib_finder
Compiler
CodeSnippets
cbKeyBinder
BYOGames
ToDoList
SymTab
Autosave
EnvVars
FilesExtensionHandler
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #3 on: January 05, 2008, 06:43:31 pm »
No, 32 bits.

The only problem I know is that I have to delete keybinder.ini before C::B starts or it crashes.

I don't use wxSmith but I'll test tonight.

Dje

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #4 on: January 05, 2008, 08:54:20 pm »
32-bit version should work fine - I test wxSmith almost every commit. It's probably some issue with 64-bit systems but I won't be able to test it since my machine is still 32-bit.

BYO

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #5 on: January 05, 2008, 09:17:32 pm »
as the 64bit idea, I can say it works on opensuse 10.2 64-bit.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #6 on: January 06, 2008, 02:58:55 am »
You might wish to try an unicode version of wxWidgets 2.8.x instead of "gtk2-ansi-release-2.8"

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline 3sv

  • Single posting newcomer
  • *
  • Posts: 6
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #7 on: January 06, 2008, 08:05:03 pm »
Thank you for the help, but i still can't use wxSmith.
I have compiled wxWidgets now myself to make a Unicode version. I was using "../configure --with-gtk --enable-unicode" for compiling wxWidgets. Before that i used the wxWidgets version from the Ubuntu repository.
I then compiled C::B after doing an make clean and "./configure --with-contrib=all --enable-unicode".
Everything compiles fine, but at the start of C::B the program crashes en i get an "Debug report" with the folowing contents:
Code
<?xml version="1.0" encoding="utf-8"?>
<report version="1.0" kind="exception">
  <system description="Linux 2.6.22-14-generic x86_64"/>
  <modules>
    <module path="/usr/local/bin/codeblocks" address="00400000" size="00090000"/>
    <module path="[heap]" address="00699000" size="00ea8000"/>
    <module path="/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so" address="2aaaaaab5000" size="00006000" version="xpm"/>
    <module path="/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so" address="2aaaaacba000" size="00001000" version="xpm"/>
    <module path="/usr/local/share/codeblocks/plugins/libcodecompletion.so" address="2aaaaad78000" size="001ff000"/>
    <module path="/usr/local/share/codeblocks/plugins/libdebugger.so" address="2aaaaaf80000" size="000b3000"/>
    <module path="/usr/local/share/codeblocks/plugins/libdebugger.so" address="2aaaab232000" size="0000c000"/>
    <module path="/usr/local/share/codeblocks/plugins/libclasswizard.so" address="2aaaab23f000" size="00015000"/>
    <module path="/usr/local/share/codeblocks/plugins/libclasswizard.so" address="2aaaab453000" size="00002000"/>
    <module path="/usr/local/share/codeblocks/plugins/libastyle.so" address="2aaaab489000" size="001ff000"/>
    <module path="/usr/local/share/codeblocks/plugins/libwxsmith.so" address="2aaaab68b000" size="00002000"/>
    <module path="/usr/local/share/codeblocks/plugins/libwxsmith.so" address="2aaaab88d000" size="00001000"/>
    <module path="/usr/local/lib/libwxsmithlib.so.0.0.1" address="2aaaab8a6000" size="00321000" version="0.0.1"/>
    <module path="/usr/local/lib/libwxsmithlib.so.0.0.1" address="2aaaabdc7000" size="0002c000" version="0.0.1"/>
    <module path="/usr/local/lib/libwx_gtk2_richtext-2.8.so.0.4.0" address="2aaab0000000" size="000ef000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_richtext-2.8.so.0.4.0" address="2aaab02ee000" size="0000d000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_aui-2.8.so.0.4.0" address="2aaab02fe000" size="0005a000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_aui-2.8.so.0.4.0" address="2aaab0557000" size="00006000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_xrc-2.8.so.0.4.0" address="2aaab055e000" size="00093000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_xrc-2.8.so.0.4.0" address="2aaab07f1000" size="00006000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_qa-2.8.so.0.4.0" address="2aaab07fa000" size="00021000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_qa-2.8.so.0.4.0" address="2aaab0a1a000" size="00003000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_html-2.8.so.0.4.0" address="2aaab0ac7000" size="001ff000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_adv-2.8.so.0.4.0" address="2aaab0cd3000" size="000d6000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_adv-2.8.so.0.4.0" address="2aaab0fa9000" size="00012000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_core-2.8.so.0.4.0" address="2aaab0fbe000" size="00417000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2_core-2.8.so.0.4.0" address="2aaab15d4000" size="00056000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_base_xml-2.8.so.0.4.0" address="2aaab1636000" size="0000a000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_base_xml-2.8.so.0.4.0" address="2aaab183f000" size="00001000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_base_net-2.8.so.0.4.0" address="2aaab186f000" size="00200000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_base-2.8.so.0.4.0" address="2aaab1a72000" size="00132000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_base-2.8.so.0.4.0" address="2aaab1da4000" size="0000b000" version="0.4.0"/>
    <module path="/lib/ld-2.6.1.so" address="2af3327a0000" size="0001d000" version="2.6.1"/>
    <module path="/usr/lib/locale/en_US.utf8/LC_CTYPE" address="2af3327c0000" size="0003f000"/>
    <module path="/lib/ld-2.6.1.so" address="2af3329bc000" size="00002000" version="2.6.1"/>
    <module path="/usr/lib/libgtk-x11-2.0.so.0.1200.0" address="2af332d8f000" size="001ff000" version="0.1200.0"/>
    <module path="/usr/lib/libgdk-x11-2.0.so.0.1200.0" address="2af332f9c000" size="00099000" version="0.1200.0"/>
    <module path="/usr/lib/libgdk-x11-2.0.so.0.1200.0" address="2af333235000" size="00005000" version="0.1200.0"/>
    <module path="/usr/lib/libatk-1.0.so.0.2009.1" address="2af333258000" size="00200000" version="0.2009.1"/>
    <module path="/usr/lib/libgdk_pixbuf-2.0.so.0.1200.0" address="2af33345b000" size="00019000" version="0.1200.0"/>
    <module path="/usr/lib/libgdk_pixbuf-2.0.so.0.1200.0" address="2af333674000" size="00001000" version="0.1200.0"/>
    <module path="/usr/lib/libpangocairo-1.0.so.0.1800.3" address="2af333676000" size="0000a000" version="0.1800.3"/>
    <module path="/usr/lib/libpangocairo-1.0.so.0.1800.3" address="2af33387f000" size="00001000" version="0.1800.3"/>
    <module path="/usr/lib/libXext.so.6.4.0" address="2af333891000" size="001ff000" version="6.4.0"/>
    <module path="/usr/lib/libXinerama.so.1.0.0" address="2af333a91000" size="00002000" version="1.0.0"/>
    <module path="/usr/lib/libXinerama.so.1.0.0" address="2af333c92000" size="00001000" version="1.0.0"/>
    <module path="/usr/lib/libXi.so.6.0.0" address="2af333c94000" size="00008000" version="6.0.0"/>
    <module path="/usr/lib/libXi.so.6.0.0" address="2af333e9c000" size="00001000" version="6.0.0"/>
    <module path="/usr/lib/libXrandr.so.2.1.0" address="2af333ea4000" size="001ff000" version="2.1.0"/>
    <module path="/usr/lib/libXcursor.so.1.0.2" address="2af3340a4000" size="0000a000" version="1.0.2"/>
    <module path="/usr/lib/libXcursor.so.1.0.2" address="2af3342ad000" size="00001000" version="1.0.2"/>
    <module path="/usr/lib/libXcomposite.so.1.0.0" address="2af3342af000" size="00002000" version="1.0.0"/>
    <module path="/usr/lib/libXcomposite.so.1.0.0" address="2af3344b0000" size="00001000" version="1.0.0"/>
    <module path="/usr/lib/libXdamage.so.1.1.0" address="2af3344b3000" size="001ff000" version="1.1.0"/>
    <module path="/usr/lib/libpango-1.0.so.0.1800.3" address="2af3346b3000" size="00043000" version="0.1800.3"/>
    <module path="/usr/lib/libpango-1.0.so.0.1800.3" address="2af3348f6000" size="00003000" version="0.1800.3"/>
    <module path="/usr/lib/libcairo.so.2.11.5" address="2af3348fa000" size="0007e000" version="2.11.5"/>
    <module path="/usr/lib/libcairo.so.2.11.5" address="2af334b77000" size="00003000" version="2.11.5"/>
    <module path="/usr/lib/libfreetype.so.6.3.16" address="2af334bf4000" size="00200000" version="6.3.16"/>
    <module path="/usr/lib/libz.so.1.2.3.3" address="2af334df9000" size="00016000" version="1.2.3.3"/>
    <module path="/usr/lib/libz.so.1.2.3.3" address="2af33500f000" size="00001000" version="1.2.3.3"/>
    <module path="/usr/lib/libfontconfig.so.1.2.0" address="2af335011000" size="0002b000" version="1.2.0"/>
    <module path="/usr/lib/libfontconfig.so.1.2.0" address="2af33523b000" size="0000b000" version="1.2.0"/>
    <module path="/usr/lib/libpng12.so.0.15.0" address="2af33526a000" size="00200000" version="0.15.0"/>
    <module path="/usr/lib/libXrender.so.1.3.0" address="2af33546b000" size="00009000" version="1.3.0"/>
    <module path="/usr/lib/libXrender.so.1.3.0" address="2af335673000" size="00001000" version="1.3.0"/>
    <module path="/usr/lib/libX11.so.6.2.0" address="2af335675000" size="0010a000" version="6.2.0"/>
    <module path="/usr/lib/libX11.so.6.2.0" address="2af33597f000" size="00007000" version="6.2.0"/>
    <module path="/usr/lib/libXfixes.so.3.1.0" address="2af33598b000" size="001ff000" version="3.1.0"/>
    <module path="/usr/lib/libgobject-2.0.so.0.1400.1" address="2af335b8b000" size="00042000" version="0.1400.1"/>
    <module path="/usr/lib/libgobject-2.0.so.0.1400.1" address="2af335dcd000" size="00002000" version="0.1400.1"/>
    <module path="/usr/lib/libgmodule-2.0.so.0.1400.1" address="2af335dd0000" size="00003000" version="0.1400.1"/>
    <module path="/usr/lib/libgmodule-2.0.so.0.1400.1" address="2af335fd2000" size="00001000" version="0.1400.1"/>
    <module path="/usr/lib/libglib-2.0.so.0.1400.1" address="2af33609f000" size="001ff000" version="0.1400.1"/>
    <module path="/usr/local/lib/libcodeblocks.so.0.0.1" address="2af3362a0000" size="00462000" version="0.0.1"/>
    <module path="/usr/local/lib/libcodeblocks.so.0.0.1" address="2af336901000" size="00028000" version="0.0.1"/>
    <module path="/usr/local/lib/libwx_gtk2u_richtext-2.8.so.0.4.0" address="2af336934000" size="000f8000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_richtext-2.8.so.0.4.0" address="2af336c2c000" size="0000d000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_aui-2.8.so.0.4.0" address="2af336c3c000" size="0005a000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_aui-2.8.so.0.4.0" address="2af336e95000" size="00006000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_xrc-2.8.so.0.4.0" address="2af336e9c000" size="0009c000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_xrc-2.8.so.0.4.0" address="2af337138000" size="00006000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_qa-2.8.so.0.4.0" address="2af337142000" size="00022000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_qa-2.8.so.0.4.0" address="2af337363000" size="00003000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_html-2.8.so.0.4.0" address="2af337413000" size="00200000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_adv-2.8.so.0.4.0" address="2af337620000" size="000d8000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_adv-2.8.so.0.4.0" address="2af3378f7000" size="00012000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_core-2.8.so.0.4.0" address="2af33790d000" size="00427000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_gtk2u_core-2.8.so.0.4.0" address="2af337f34000" size="00056000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_baseu_xml-2.8.so.0.4.0" address="2af337f96000" size="00009000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_baseu_xml-2.8.so.0.4.0" address="2af33819f000" size="00001000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_baseu_net-2.8.so.0.4.0" address="2af3381d0000" size="00200000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_baseu-2.8.so.0.4.0" address="2af3383d4000" size="0015e000" version="0.4.0"/>
    <module path="/usr/local/lib/libwx_baseu-2.8.so.0.4.0" address="2af338731000" size="0000d000" version="0.4.0"/>
    <module path="/lib/libpthread-2.6.1.so" address="2af338747000" size="00016000" version="2.6.1"/>
    <module path="/lib/libpthread-2.6.1.so" address="2af33895c000" size="00002000" version="2.6.1"/>
    <module path="/lib/libdl-2.6.1.so" address="2af338962000" size="00002000" version="2.6.1"/>
    <module path="/lib/libdl-2.6.1.so" address="2af338b64000" size="00002000" version="2.6.1"/>
    <module path="/usr/lib/libstdc++.so.6.0.9" address="2af338b67000" size="000f0000" version="6.0.9"/>
    <module path="/usr/lib/libstdc++.so.6.0.9" address="2af338e56000" size="00006000" version="6.0.9"/>
    <module path="/lib/libm-2.6.1.so" address="2af338e72000" size="00080000" version="2.6.1"/>
    <module path="/lib/libm-2.6.1.so" address="2af3390f1000" size="00002000" version="2.6.1"/>
    <module path="/lib/libgcc_s.so.1" address="2af339100000" size="00200000" version="1"/>
    <module path="/lib/libc-2.6.1.so" address="2af339302000" size="00152000" version="2.6.1"/>
    <module path="/lib/libc-2.6.1.so" address="2af339653000" size="00003000" version="2.6.1"/>
    <module path="/usr/lib/libpangoft2-1.0.so.0.1800.3" address="2af33965d000" size="00031000" version="0.1800.3"/>
    <module path="/usr/lib/libpangoft2-1.0.so.0.1800.3" address="2af33988e000" size="00001000" version="0.1800.3"/>
    <module path="/usr/lib/libXau.so.6.0.0" address="2af339890000" size="00002000" version="6.0.0"/>
    <module path="/usr/lib/libXau.so.6.0.0" address="2af339a91000" size="00001000" version="6.0.0"/>
    <module path="/usr/lib/libexpat.so.1.0.0" address="2af339ab3000" size="001ff000" version="1.0.0"/>
    <module path="/usr/lib/libXdmcp.so.6.0.0" address="2af339cb6000" size="00005000" version="6.0.0"/>
    <module path="/usr/lib/libXdmcp.so.6.0.0" address="2af339eba000" size="00001000" version="6.0.0"/>
    <module path="/usr/lib/libgthread-2.0.so.0.1400.1" address="2af339ebf000" size="001ff000" version="0.1400.1"/>
    <module path="/lib/librt-2.6.1.so" address="2af33a0c0000" size="00008000" version="2.6.1"/>
    <module path="/lib/librt-2.6.1.so" address="2af33a2c7000" size="00002000" version="2.6.1"/>
    <module path="/usr/lib/libSM.so.6.0.0" address="2af33a2d1000" size="001ff000" version="6.0.0"/>
    <module path="/usr/lib/libICE.so.6.3.0" address="2af33a4d3000" size="00017000" version="6.3.0"/>
    <module path="/usr/lib/libICE.so.6.3.0" address="2af33a6ea000" size="00001000" version="6.3.0"/>
    <module path="/usr/lib/gconv/UTF-32.so" address="2af33a6f3000" size="00002000" version="32"/>
    <module path="/usr/lib/gconv/UTF-32.so" address="2af33a8f4000" size="00002000" version="32"/>
    <module path="/usr/lib/locale/en_US.utf8/LC_MEASUREMENT" address="2af33a8f7000" size="00001000"/>
    <module path="/usr/lib/locale/en_US.utf8/LC_ADDRESS" address="2af33a8f9000" size="00001000"/>
    <module path="/usr/lib/locale/en_US.utf8/LC_PAPER" address="2af33a8fb000" size="00001000"/>
    <module path="/usr/lib/locale/en_US.utf8/LC_MONETARY" address="2af33a8fd000" size="00001000"/>
    <module path="/usr/lib/locale/en_US.utf8/LC_TIME" address="2af33a9de000" size="00001000"/>
    <module path="/lib/libnss_compat-2.6.1.so" address="2af33a9f8000" size="00008000" version="2.6.1"/>
    <module path="/lib/libnss_compat-2.6.1.so" address="2af33abff000" size="00002000" version="2.6.1"/>
    <module path="/lib/libnsl-2.6.1.so" address="2af33ac17000" size="001ff000" version="2.6.1"/>
    <module path="/lib/libnss_nis-2.6.1.so" address="2af33ae1a000" size="0000a000" version="2.6.1"/>
    <module path="/lib/libnss_nis-2.6.1.so" address="2af33b023000" size="00002000" version="2.6.1"/>
    <module path="/lib/libnss_files-2.6.1.so" address="2af33b02f000" size="001ff000" version="2.6.1"/>
    <module path="/usr/lib/gconv/ISO8859-1.so" address="2af33b230000" size="00002000" version="1"/>
    <module path="/usr/lib/gconv/ISO8859-1.so" address="2af33b431000" size="00002000" version="1"/>
    <module path="/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so" address="2af33b45b000" size="00200000" version="2.0/2.10.0/engines/libclearlooks"/>
.... fontconfig section excluded, message is to long for posting ....
    <module path="/usr/lib/pango/1.6.0/modules/pango-basic-fc.so" address="2af33b862000" size="00002000" version="fc"/>
    <module path="/usr/lib/pango/1.6.0/modules/pango-basic-fc.so" address="2af33ba63000" size="00001000" version="fc"/>
    <module path="/SYSV00000000" address="2af33bae8000" size="00003000"/>
    <module path="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf" address="2af33bb4b000" size="0008b000"/>
    <module path="/usr/share/icons/Tangerine/icon-theme.cache" address="2af33bd16000" size="000ab000"/>
    <module path="/usr/share/icons/crystalsvg/icon-theme.cache" address="2af33c520000" size="010e8000"/>
    <module path="[stack]" address="7fff782f4000" size="00016000"/>
  </modules>
</report>

Offline 3sv

  • Single posting newcomer
  • *
  • Posts: 6
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #8 on: January 07, 2008, 09:35:15 pm »
My problem is solved. I can now use WxSmith.
I didn't found the problem exactly. I have removed al WxWidgets libraries from the repos en started clean with everything explained in the wiki for building.
 
The file BUILD in the trunk is mentioning some old and incomplete options for compiling C::B. Maybe its better to provide there a link to the wiki, there is a better and more up to date explanation of everything.

Offline kode

  • Single posting newcomer
  • *
  • Posts: 6
Re: Problems with ./Configure options for contrib plugins - Ubuntu 64bit
« Reply #9 on: January 30, 2010, 07:31:44 pm »
Hi,

I have the same problem. How did you remove all wxWidget libraries from the repos? I mean what command to use.