FS#27878 - [wxgtk] CodeBlocks SVN compilation fail due to wxgtk
Attached to Project:
Arch Linux
Opened by jeremy (jeremy33) - Monday, 09 January 2012, 01:38 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 17 January 2012, 03:36 GMT
Opened by jeremy (jeremy33) - Monday, 09 January 2012, 01:38 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 17 January 2012, 03:36 GMT
|
Details
I tried to compile CodeBlocks from SVN but I can't because
Wxgtk is compiled with "--with-regex=sys" insted of
"--with-regex=builtin"...
Is there a reason for that or can we update the officail package with this compilation option ? |
This task depends upon
Closed by Eric Belanger (Snowman)
Tuesday, 17 January 2012, 03:36 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn trunk
Tuesday, 17 January 2012, 03:36 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn trunk
macrosmanager.cpp: In member function 'void MacrosManager::Reset()':
macrosmanager.cpp:90:33: error: 'wxRE_ADVANCED' was not declared in this scope
Here you have my topic on codeblocks forum with all informations : http://forums.codeblocks.org/index.php/topic,15759.0.html
Like you see, they say wxgtk have to be build with this "--with-regex=builtin".
You can try to buid it yourself from svn or use the codeblocks-svn package from aur to see errors.