User forums > General (but related to Code::Blocks)

wxSmith and Valgrind Pluggin Installation

<< < (3/5) > >>

spflanze:
It is a local built version.

spflanze:
It is a local built version.


--- Code: ---~/devel/trunk$ wx-config --list

    Default config is gtk2-unicode-static-3.0

  Default config will be used for output

  Alternate matches:
    gtk3-unicode-static-3.0

--- End code ---

stahta01:
If you wish to use a local built version of wxWidgets you need to build the shared version instead of the static version.

Tim S.

spflanze:
I thought it was the shared version until now. I followed the instructions at:
 http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux
to install wxWidgets. The source file was expanded from wxWidgets-3.0.3.tar.bz2

This is the essential command sequence I used on source files expanded from that:


--- Code: ---../configure --prefix=/opt/wx/3.0 \
       --enable-xrc \
       --enable-monolithic \
       --enable-unicode
make
sudo make install
--- End code ---

What need I do different to make it shared?

stahta01:
I forget.

It is likely either "--enable-shared" or "--disable-static".

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version