Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
CodeBlocks compiling fail
je_rem_y:
I'm trying to compile the latest codeblocks source but I get this error :
--- Code: ---macrosmanager.cpp: In member function 'void MacrosManager::Reset()':
macrosmanager.cpp:90:33: error: 'wxRE_ADVANCED' was not declared in this scope
--- End code ---
Alpha:
OS?
Steps taken?
stahta01:
Your OS name and version?
wxWidgets version?
je_rem_y:
OS : Arch linux
wxWidgets : 2.8.12
Steps taken :
mkdir ~/devel
cd ~/devel
svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk
cd trunk
./bootstrap
./configure
make <-- error
I also tried with the aur repo of arch (https://aur.archlinux.org/packages.php?ID=18493) with the same error (it try to compile from the latest source too)
Version 7174 compile but with this command ./configure --with-contrib-plugins=all I get this error with 7174 :
--- Code: ---Expressions.h:87:5: error: 'wxRE_ADVANCED' was not declared in this scope
Expressions.h:103:5: error: 'wxRE_ADVANCED' was not declared in this scope
--- End code ---
stahta01:
Self built wxWidgets or installed from distro?
In 2007, this problem was caused by not using "--with-regex=builtin" when building wxWidgets on Linux.
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version