User forums > Help

Problem installing codeblocks

(1/3) > >>

kode:
I has codeblocks 8.02 and remove it in order to install SVN version with all contributed plugins. I downloaded the source from there

svn://svn.berlios.de/codeblocks/trunk

and follow the instructions from this page:

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

I installed wxGTK-2.8.10 and wxWidgets-2.8.10 and try to run
./configure --with-contrib-plugins=all

but I get error:

--- Code: ---...
./configure: line 25511: AM_OPTIONS_WXCONFIG: command not found                                   
./configure: line 25512: syntax error near unexpected token `2.8.0,'                               
./configure: line 25512: `AM_PATH_WXCONFIG(2.8.0, wxWin=1)'         
--- End code ---
   

... mean that it run some time and error appear at the end.

My system uname -a is:
uname -a
Linux laptop 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686 Genuine Intel(R) CPU           T2500  @ 2.00GHz GenuineIntel GNU/Linux

with Slackware 13 and KDE 4.2.4

Any help will be appreciated.

Jenna:
Do you have the devel packages installed ?

kode:
Did you mean wxGTK-devel-2.8.10?
No, I have installed wxGTK-2.8.10, as a stable release?

Modify:

I just convert wxGTK-devel-2.8.10-1.el3.pp.i386.rpm to tgz and installed it, but configure don't work again.

Modify 2:

I download version 8.02 - it can be configured with plugins, but can't finish make - some errors appear:


--- Code: ---./wxscoder.cpp:378: error: no matching function for call to 'wxsCoder::RebuildCode(wxString&, const wxChar*, int, wxString&)'
./wxscoder.h:151: 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:466: error: no matching function for call to 'wxsCoder::RebuildCode(wxString&, const wxChar*, size_t, wxString&)'
./wxscoder.h:151: note: candidates are: wxString wxsCoder::RebuildCode(wxString&, const wchar_t*, int, wxString&)
make[5]: *** [wxscoder.lo] Error 1
make[5]: Leaving directory `/home/kode/3downloads/1junk/codeblocks-8.02/src/plugins/contrib/wxSmith'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/kode/3downloads/1junk/codeblocks-8.02/src/plugins/contrib/wxSmith'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kode/3downloads/1junk/codeblocks-8.02/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kode/3downloads/1junk/codeblocks-8.02/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kode/3downloads/1junk/codeblocks-8.02/src'
make: *** [all-recursive] Error 1

--- End code ---

I do not preffer to any version, just want to have contributed plugins.

koso:
Try this topic: http://forums.codeblocks.org/index.php?topic=7581.0

It looks like your problem.

Folco:
Another way to compile Codeblocks under Linux : re-install the 8.02 version, and then build the svn version, using the codeblocks-linux.cbp to build in inside Codeblocks. Then just copy the files of codeblocks/src/devel/ into their directories (/usr/bin/, /usr/lib/). It's easy, at home I get neither warning or errors, it's the simplest way (before doing that, I got some errors like yours that I wasn't able to fix...).

Navigation

[0] Message Index

[#] Next page

Go to full version