<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.codeblocks.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DrewBoo</id>
	<title>Code::Blocks - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.codeblocks.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DrewBoo"/>
	<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php/Special:Contributions/DrewBoo"/>
	<updated>2026-04-29T04:44:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris&amp;diff=5626</id>
		<title>Installing Code::Blocks from source on Solaris</title>
		<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris&amp;diff=5626"/>
		<updated>2008-08-18T20:50:47Z</updated>

		<summary type="html">&lt;p&gt;DrewBoo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Installing Code::Blocks]]&lt;br /&gt;
[[Category:Installing Code::Blocks from source]]&lt;br /&gt;
&lt;br /&gt;
for Solaris 10 x86 and gcc&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
* for this tutorial, I've used a clean and new fresh installation of Solaris 10 6/6 with all package (but without any other software)&lt;br /&gt;
* If a command begin with a $, it 's  the normal user otherwise with #, it's root&lt;br /&gt;
* this tutorial is not for a production server&lt;br /&gt;
* feel free to contact me ( murlock at free.fr ) for any problems&lt;br /&gt;
* you can find a french version [[http://solaris-fr.org/home/docs/build/codeblocks|here]]&lt;br /&gt;
&lt;br /&gt;
'''Update 1 dec 2006''' change --disable-compat24 to --enable-compat24, and remove change to bootstrap&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====wxWidgets====&lt;br /&gt;
* Modifying PATH to incldue ar &amp;amp; create target directories for wxWidgets &amp;amp; CodeBlocks&lt;br /&gt;
 $ export PATH=$PATH:/usr/ccs/bin&lt;br /&gt;
 $ su&lt;br /&gt;
 # mkdir /usr/local&lt;br /&gt;
 # mkdir /usr/local/test_cb&lt;br /&gt;
 # chmod 777 /usr/local/test_cb&lt;br /&gt;
 # exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download the 2.8.8 version ([[http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.8.tar.gz wxALL]]) of [[http://www.wxwidgets.org wxWidgets]]&lt;br /&gt;
* Uncompress in a directory (for exemple ~/prog/wxwidgets ) with&lt;br /&gt;
&lt;br /&gt;
 $ gunzip wxWidgets.tar.gz &amp;amp;&amp;amp; tar xvf wxWidgets.tar&lt;br /&gt;
&lt;br /&gt;
* Configure, compile &amp;amp; install of wxWidgets (in debug mode)&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --with-gtk --enable-config --enable-protocols --enable-ftp --enable-http --enable-fileproto --enable-arcstream --enable-cmdline --enable-datetime --enable-ffile --enable-file --enable-filesystem --enable-fontmap --enable-fs_inet --enable-fs_zip --enable-log --enable-stdpaths --enable-stopwatch --enable-streams --enable-sysoptions --enable-textbuf --enable-textfile --enable-timer --enable-unicode --enable-html --enable-htmlhelp --enable-xrc --enable-constraints --enable-printarch --enable-mdi --enable-mdidoc --enable-loggui --enable-logwin --enable-logdialog --enable-protocol --enable-protocol-http --enable-protocol-ftp --enable-protocol-file --enable-threads --enable-docview --enable-help --enable-palette --enable-image --enable-gif --enable-pcx --enable-iff --enable-coldlg --enable-filedlg --enable-finddlg --enable-fontdlg --enable-dirdlg --enable-msgdlg --enable-numberdlg --enable-splash --enable-textdlg --enable-tipdlg --enable-progressdlg --enable-wizarddlg --enable-menus --enable-miniframe --enable-tooltips --enable-splines --enable-mousewheel --enable-validators --enable-busyinfo --enable-joystick --enable-dragimage --enable-palette --enable-image --enable-gif --enable-pcx --enable-iff --enable-pnm --enable-xpm --enable-clipboard --enable-dnd --enable-controls   --enable-button        --enable-bmpbutton     --enable-calendar      --enable-caret         --enable-checkbox      --enable-checklst      --enable-choice --enable-choicebook --enable-combobox   --enable-datepick   --enable-display    --enable-gauge      --enable-grid       --enable-imaglist   --enable-listbook   --enable-listbox    --enable-listctrl   --enable-notebook   --enable-radiobox   --enable-radiobtn   --enable-sash       --enable-scrollbar  --enable-slider     --enable-spinbtn    --enable-spinctrl   --enable-splitter   --enable-statbmp    --enable-statbox    --enable-statline   --enable-stattext   --enable-statusbar  --enable-tabdialog  --enable-textctrl   --enable-togglebtn  --enable-toolbar    --enable-tbarnative --enable-tbarsmpl  --enable-treectrl  --enable-tipwindow --enable-popupwin  --enable-commondlg --enable-choicedlg  --enable-debug --prefix=/usr/local/test_cb/ &lt;br /&gt;
 $ gmake &amp;amp;&amp;amp; gmake install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====prerequis====&lt;br /&gt;
* Before playing with CodeBlocks, you have to install four softwares :&lt;br /&gt;
** from the Companion DVD Software of Sun (cf [[http://www.sun.com/software/solaris/freeware/ to download them]]), &lt;br /&gt;
** you need to install theses packages : SFWaconf, SFWamake, SFWltool (and pkgadd -d ) from Blastwave, Subversion (cf [[http://www.blastwave.org/howto.html the how to]]) with&lt;br /&gt;
&lt;br /&gt;
 $ pkg-get -i subversion&lt;br /&gt;
&lt;br /&gt;
* You have to check if &amp;quot;&amp;quot;/usr/sfw/lib/libstdc++.la&amp;quot;&amp;quot; is empty or not... If it's empty, you have to install the sun patch 123648-01 or following [[http://www.asyd.net/home/docs/solaris/pkgsrc?DokuWiki=aceea11459b983bb6ee3fc1fe59b1806#libstdc_.la correction sur &amp;quot;&amp;quot;libstdc++.la&amp;quot;&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
====CodeBlocks====&lt;br /&gt;
* Go to a directory (for exemple ~/prog/codeblocks)&lt;br /&gt;
* Modify your PATH (for including automake, autoconf, libtool &amp;amp; wxWidgets) and M4 for wxWidgets&lt;br /&gt;
&lt;br /&gt;
 $ export PATH=$PATH:/opt/sfw/bin:/usr/local/test_cb/bin/&lt;br /&gt;
 $ export ACLOCAL_FLAGS=&amp;quot;-I `wx-config --prefix`/share/aclocal&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Download the SVN version of CodeBlocks :&lt;br /&gt;
 $ /opt/csw/bin/svn checkout svn://svn.berlios.de/codeblocks/trunk&lt;br /&gt;
 $ cd trunk&lt;br /&gt;
&lt;br /&gt;
'''UPDATE''': you don't have to do below anymore with svn (1 dec 2006)&lt;br /&gt;
* You have to remove thoses two lines from bootstrap :&lt;br /&gt;
&lt;br /&gt;
 export WANT_AUTOMAKE='1.7'&lt;br /&gt;
 export WANT_AUTOCONF='2.5'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* You have to correct Makefile with this [[http://www.algonet.se/~afb/wx/codeblocks-wxauigtk.patch patch]] :&lt;br /&gt;
in src/src/wxAUI/Makefile.am, add the following line&lt;br /&gt;
&lt;br /&gt;
 libwxaui_la_LDFLAGS = `pkg-config --libs gtk+-2.0`&lt;br /&gt;
&lt;br /&gt;
before&lt;br /&gt;
&lt;br /&gt;
 libwxaui_la_SOURCES = manager.cpp&lt;br /&gt;
&lt;br /&gt;
and in src/src/Makefile.am, please modify this line :&lt;br /&gt;
&lt;br /&gt;
 codeblocks_LDFLAGS =&lt;br /&gt;
&lt;br /&gt;
to have that :&lt;br /&gt;
&lt;br /&gt;
 codeblocks_LDFLAGS = `pkg-config --libs gtk+-2.0`&lt;br /&gt;
&lt;br /&gt;
* Configuring CodeBlocks :&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --prefix=/usr/local/test_cb/  --enable-debug&lt;br /&gt;
 $ gmake &amp;amp;&amp;amp; gmake install&lt;/div&gt;</summary>
		<author><name>DrewBoo</name></author>
	</entry>
	<entry>
		<id>https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris&amp;diff=5483</id>
		<title>Installing Code::Blocks from source on Solaris</title>
		<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris&amp;diff=5483"/>
		<updated>2008-04-04T16:59:28Z</updated>

		<summary type="html">&lt;p&gt;DrewBoo: Removed instructions to modify code -- the change has been in svn for months.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Installing Code::Blocks]]&lt;br /&gt;
[[Category:Installing Code::Blocks from source]]&lt;br /&gt;
&lt;br /&gt;
for Solaris 10 x86 and gcc&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
* for this tutorial, I've used a clean and new fresh installation of Solaris 10 6/6 with all package (but without any other software)&lt;br /&gt;
* If a command begin with a $, it 's  the normal user otherwise with #, it's root&lt;br /&gt;
* this tutorial is not for a production server&lt;br /&gt;
* feel free to contact me ( murlock at free.fr ) for any problems&lt;br /&gt;
* you can find a french version [[http://solaris-fr.org/home/docs/build/codeblocks|here]]&lt;br /&gt;
&lt;br /&gt;
'''Update 1 dec 2006''' change --disable-compat24 to --enable-compat24, and remove change to bootstrap&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====wxWidgets====&lt;br /&gt;
* Modifying PATH to incldue ar &amp;amp; create target directories for wxWidgets &amp;amp; CodeBlocks&lt;br /&gt;
 $ export PATH=$PATH:/usr/ccs/bin&lt;br /&gt;
 $ su&lt;br /&gt;
 # mkdir /usr/local&lt;br /&gt;
 # mkdir /usr/local/test_cb&lt;br /&gt;
 # chmod 777 /usr/local/test_cb&lt;br /&gt;
 # exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download the 2.8.7 version ([[http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.7.tar.gz wxALL]]) of [[http://www.wxwidgets.org wxWidgets]]&lt;br /&gt;
* Uncompress in a directory (for exemple ~/prog/wxwidgets ) with&lt;br /&gt;
&lt;br /&gt;
 $ gunzip wxWidgets.tar.gz &amp;amp;&amp;amp; tar xvf wxWidgets.tar&lt;br /&gt;
&lt;br /&gt;
* Configure, compile &amp;amp; install of wxWidgets (in debug mode)&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --with-gtk --enable-compat24 --enable-config --enable-protocols --enable-ftp --enable-http --enable-fileproto --enable-arcstream --enable-cmdline --enable-datetime --enable-ffile --enable-file --enable-filesystem --enable-fontmap --enable-fs_inet --enable-fs_zip --enable-log --enable-stdpaths --enable-stopwatch --enable-streams --enable-sysoptions --enable-textbuf --enable-textfile --enable-timer --enable-unicode --enable-html --enable-htmlhelp --enable-xrc --enable-constraints --enable-printarch --enable-mdi --enable-mdidoc --enable-loggui --enable-logwin --enable-logdialog --enable-protocol --enable-protocol-http --enable-protocol-ftp --enable-protocol-file --enable-threads --enable-docview --enable-help --enable-palette --enable-image --enable-gif --enable-pcx --enable-iff --enable-coldlg --enable-filedlg --enable-finddlg --enable-fontdlg --enable-dirdlg --enable-msgdlg --enable-numberdlg --enable-splash --enable-textdlg --enable-tipdlg --enable-progressdlg --enable-wizarddlg --enable-menus --enable-miniframe --enable-tooltips --enable-splines --enable-mousewheel --enable-validators --enable-busyinfo --enable-joystick --enable-dragimage --enable-palette --enable-image --enable-gif --enable-pcx --enable-iff --enable-pnm --enable-xpm --enable-clipboard --enable-dnd --enable-controls   --enable-button        --enable-bmpbutton     --enable-calendar      --enable-caret         --enable-checkbox      --enable-checklst      --enable-choice --enable-choicebook --enable-combobox   --enable-datepick   --enable-display    --enable-gauge      --enable-grid       --enable-imaglist   --enable-listbook   --enable-listbox    --enable-listctrl   --enable-notebook   --enable-radiobox   --enable-radiobtn   --enable-sash       --enable-scrollbar  --enable-slider     --enable-spinbtn    --enable-spinctrl   --enable-splitter   --enable-statbmp    --enable-statbox    --enable-statline   --enable-stattext   --enable-statusbar  --enable-tabdialog  --enable-textctrl   --enable-togglebtn  --enable-toolbar    --enable-tbarnative --enable-tbarsmpl  --enable-treectrl  --enable-tipwindow --enable-popupwin  --enable-commondlg --enable-choicedlg  --enable-debug --prefix=/usr/local/test_cb/ &lt;br /&gt;
 $ gmake &amp;amp;&amp;amp; gmake install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====prerequis====&lt;br /&gt;
* Before playing with CodeBlocks, you have to install four softwares :&lt;br /&gt;
** from the Companion DVD Software of Sun (cf [[http://www.sun.com/software/solaris/freeware/ to download them]]), &lt;br /&gt;
** you need to install theses packages : SFWaconf, SFWamake, SFWltool (and pkgadd -d ) from Blastwave, Subversion (cf [[http://www.blastwave.org/howto.html the how to]]) with&lt;br /&gt;
&lt;br /&gt;
 $ pkg-get -i subversion&lt;br /&gt;
&lt;br /&gt;
* You have to check if &amp;quot;&amp;quot;/usr/sfw/lib/libstdc++.la&amp;quot;&amp;quot; is empty or not... If it's empty, you have to install the sun patch 123648-01 or following [[http://www.asyd.net/home/docs/solaris/pkgsrc?DokuWiki=aceea11459b983bb6ee3fc1fe59b1806#libstdc_.la correction sur &amp;quot;&amp;quot;libstdc++.la&amp;quot;&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
====CodeBlocks====&lt;br /&gt;
* Go to a directory (for exemple ~/prog/codeblocks)&lt;br /&gt;
* Modify your PATH (for including automake, autoconf, libtool &amp;amp; wxWidgets) and M4 for wxWidgets&lt;br /&gt;
&lt;br /&gt;
 $ export PATH=$PATH:/opt/sfw/bin:/usr/local/test_cb/bin/&lt;br /&gt;
 $ export ACLOCAL_FLAGS=&amp;quot;-I `wx-config --prefix`/share/aclocal&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Download the SVN version of CodeBlocks :&lt;br /&gt;
 $ /opt/csw/bin/svn checkout svn://svn.berlios.de/codeblocks/trunk&lt;br /&gt;
 $ cd trunk&lt;br /&gt;
&lt;br /&gt;
'''UPDATE''': you don't have to do below anymore with svn (1 dec 2006)&lt;br /&gt;
* You have to remove thoses two lines from bootstrap :&lt;br /&gt;
&lt;br /&gt;
 export WANT_AUTOMAKE='1.7'&lt;br /&gt;
 export WANT_AUTOCONF='2.5'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* You have to correct Makefile with this [[http://www.algonet.se/~afb/wx/codeblocks-wxauigtk.patch patch]] :&lt;br /&gt;
in src/src/wxAUI/Makefile.am, add the following line&lt;br /&gt;
&lt;br /&gt;
 libwxaui_la_LDFLAGS = `pkg-config --libs gtk+-2.0`&lt;br /&gt;
&lt;br /&gt;
before&lt;br /&gt;
&lt;br /&gt;
 libwxaui_la_SOURCES = manager.cpp&lt;br /&gt;
&lt;br /&gt;
and in src/src/Makefile.am, please modify this line :&lt;br /&gt;
&lt;br /&gt;
 codeblocks_LDFLAGS =&lt;br /&gt;
&lt;br /&gt;
to have that :&lt;br /&gt;
&lt;br /&gt;
 codeblocks_LDFLAGS = `pkg-config --libs gtk+-2.0`&lt;br /&gt;
&lt;br /&gt;
* Configuring CodeBlocks :&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --prefix=/usr/local/test_cb/  --enable-debug&lt;br /&gt;
 $ gmake &amp;amp;&amp;amp; gmake install&lt;/div&gt;</summary>
		<author><name>DrewBoo</name></author>
	</entry>
	<entry>
		<id>https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris&amp;diff=5451</id>
		<title>Installing Code::Blocks from source on Solaris</title>
		<link rel="alternate" type="text/html" href="https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris&amp;diff=5451"/>
		<updated>2008-03-17T20:15:19Z</updated>

		<summary type="html">&lt;p&gt;DrewBoo: Updated wxWidgets mention (old page was referencing an old version that no longer works)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Installing Code::Blocks]]&lt;br /&gt;
[[Category:Installing Code::Blocks from source]]&lt;br /&gt;
&lt;br /&gt;
for Solaris 10 x86 and gcc&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
* for this tutorial, I've used a clean and new fresh installation of Solaris 10 6/6 with all package (but without any other software)&lt;br /&gt;
* If a command begin with a $, it 's  the normal user otherwise with #, it's root&lt;br /&gt;
* this tutorial is not for a production server&lt;br /&gt;
* feel free to contact me ( murlock at free.fr ) for any problems&lt;br /&gt;
* you can find a french version [[http://solaris-fr.org/home/docs/build/codeblocks|here]]&lt;br /&gt;
&lt;br /&gt;
'''Update 1 dec 2006''' change --disable-compat24 to --enable-compat24, and remove change to bootstrap&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====wxWidgets====&lt;br /&gt;
* Modifying PATH to incldue ar &amp;amp; create target directories for wxWidgets &amp;amp; CodeBlocks&lt;br /&gt;
 $ export PATH=$PATH:/usr/ccs/bin&lt;br /&gt;
 $ su&lt;br /&gt;
 # mkdir /usr/local&lt;br /&gt;
 # mkdir /usr/local/test_cb&lt;br /&gt;
 # chmod 777 /usr/local/test_cb&lt;br /&gt;
 # exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download the 2.8.7 version ([[http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.7.tar.gz wxALL]]) of [[http://www.wxwidgets.org wxWidgets]]&lt;br /&gt;
* Uncompress in a directory (for exemple ~/prog/wxwidgets ) with&lt;br /&gt;
&lt;br /&gt;
 $ gunzip wxWidgets.tar.gz &amp;amp;&amp;amp; tar xvf wxWidgets.tar&lt;br /&gt;
&lt;br /&gt;
* Configure, compile &amp;amp; install of wxWidgets (in debug mode)&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --with-gtk --enable-compat24 --enable-config --enable-protocols --enable-ftp --enable-http --enable-fileproto --enable-arcstream --enable-cmdline --enable-datetime --enable-ffile --enable-file --enable-filesystem --enable-fontmap --enable-fs_inet --enable-fs_zip --enable-log --enable-stdpaths --enable-stopwatch --enable-streams --enable-sysoptions --enable-textbuf --enable-textfile --enable-timer --enable-unicode --enable-html --enable-htmlhelp --enable-xrc --enable-constraints --enable-printarch --enable-mdi --enable-mdidoc --enable-loggui --enable-logwin --enable-logdialog --enable-protocol --enable-protocol-http --enable-protocol-ftp --enable-protocol-file --enable-threads --enable-docview --enable-help --enable-palette --enable-image --enable-gif --enable-pcx --enable-iff --enable-coldlg --enable-filedlg --enable-finddlg --enable-fontdlg --enable-dirdlg --enable-msgdlg --enable-numberdlg --enable-splash --enable-textdlg --enable-tipdlg --enable-progressdlg --enable-wizarddlg --enable-menus --enable-miniframe --enable-tooltips --enable-splines --enable-mousewheel --enable-validators --enable-busyinfo --enable-joystick --enable-dragimage --enable-palette --enable-image --enable-gif --enable-pcx --enable-iff --enable-pnm --enable-xpm --enable-clipboard --enable-dnd --enable-controls   --enable-button        --enable-bmpbutton     --enable-calendar      --enable-caret         --enable-checkbox      --enable-checklst      --enable-choice --enable-choicebook --enable-combobox   --enable-datepick   --enable-display    --enable-gauge      --enable-grid       --enable-imaglist   --enable-listbook   --enable-listbox    --enable-listctrl   --enable-notebook   --enable-radiobox   --enable-radiobtn   --enable-sash       --enable-scrollbar  --enable-slider     --enable-spinbtn    --enable-spinctrl   --enable-splitter   --enable-statbmp    --enable-statbox    --enable-statline   --enable-stattext   --enable-statusbar  --enable-tabdialog  --enable-textctrl   --enable-togglebtn  --enable-toolbar    --enable-tbarnative --enable-tbarsmpl  --enable-treectrl  --enable-tipwindow --enable-popupwin  --enable-commondlg --enable-choicedlg  --enable-debug --prefix=/usr/local/test_cb/ &lt;br /&gt;
 $ gmake &amp;amp;&amp;amp; gmake install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====prerequis====&lt;br /&gt;
* Before playing with CodeBlocks, you have to install four softwares :&lt;br /&gt;
** from the Companion DVD Software of Sun (cf [[http://www.sun.com/software/solaris/freeware/ to download them]]), &lt;br /&gt;
** you need to install theses packages : SFWaconf, SFWamake, SFWltool (and pkgadd -d ) from Blastwave, Subversion (cf [[http://www.blastwave.org/howto.html the how to]]) with&lt;br /&gt;
&lt;br /&gt;
 $ pkg-get -i subversion&lt;br /&gt;
&lt;br /&gt;
* You have to check if &amp;quot;&amp;quot;/usr/sfw/lib/libstdc++.la&amp;quot;&amp;quot; is empty or not... If it's empty, you have to install the sun patch 123648-01 or following [[http://www.asyd.net/home/docs/solaris/pkgsrc?DokuWiki=aceea11459b983bb6ee3fc1fe59b1806#libstdc_.la correction sur &amp;quot;&amp;quot;libstdc++.la&amp;quot;&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
====CodeBlocks====&lt;br /&gt;
* Go to a directory (for exemple ~/prog/codeblocks)&lt;br /&gt;
* Modify your PATH (for including automake, autoconf, libtool &amp;amp; wxWidgets) and M4 for wxWidgets&lt;br /&gt;
&lt;br /&gt;
 $ export PATH=$PATH:/opt/sfw/bin:/usr/local/test_cb/bin/&lt;br /&gt;
 $ export ACLOCAL_FLAGS=&amp;quot;-I `wx-config --prefix`/share/aclocal&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Download the SVN version of CodeBlocks :&lt;br /&gt;
 $ /opt/csw/bin/svn checkout svn://svn.berlios.de/codeblocks/trunk&lt;br /&gt;
 $ cd trunk&lt;br /&gt;
&lt;br /&gt;
'''UPDATE''': you don't have to do below anymore with svn (1 dec 2006)&lt;br /&gt;
* You have to remove thoses two lines from bootstrap :&lt;br /&gt;
&lt;br /&gt;
 export WANT_AUTOMAKE='1.7'&lt;br /&gt;
 export WANT_AUTOCONF='2.5'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* You have to correct Makefile with this [[http://www.algonet.se/~afb/wx/codeblocks-wxauigtk.patch patch]] :&lt;br /&gt;
in src/src/wxAUI/Makefile.am, add the following line&lt;br /&gt;
&lt;br /&gt;
 libwxaui_la_LDFLAGS = `pkg-config --libs gtk+-2.0`&lt;br /&gt;
&lt;br /&gt;
before&lt;br /&gt;
&lt;br /&gt;
 libwxaui_la_SOURCES = manager.cpp&lt;br /&gt;
&lt;br /&gt;
and in src/src/Makefile.am, please modify this line :&lt;br /&gt;
&lt;br /&gt;
 codeblocks_LDFLAGS =&lt;br /&gt;
&lt;br /&gt;
to have that :&lt;br /&gt;
&lt;br /&gt;
 codeblocks_LDFLAGS = `pkg-config --libs gtk+-2.0`&lt;br /&gt;
&lt;br /&gt;
* Configuring CodeBlocks :&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --prefix=/usr/local/test_cb/  --enable-debug&lt;br /&gt;
 $ gmake &amp;amp;&amp;amp; gmake install&lt;br /&gt;
 &lt;br /&gt;
* For one file, you'll have an error for compiling ( strlen undefined) due to missing #include &amp;lt;string.h&amp;gt;, please add and relaunch gmake&lt;/div&gt;</summary>
		<author><name>DrewBoo</name></author>
	</entry>
</feed>