Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
CodeBlocks compiling fail
je_rem_y:
It seems to not work but I don't know if my test is ok (I'm not a developer ;) ).
--- Code: ---#include <iostream>
#if defined(TO_ABSOLUTE_PATH)
# define MESSAGE "OK"
#else
# define MESSAGE "NOT OK"
#endif
using namespace std;
int main() {
cout << MESSAGE << endl;
return 0;
}
--- End code ---
Alpha:
Unless I am mistaken, these are Code::Blocks macros (not preprocessor macros).
Try testing them in pre/post-build steps.
je_rem_y:
It doesn't work too...
je_rem_y:
I have reported the wxWidgets problem to Arch developer. wxWidgets has been updated (compiled with "--with-regex=builtin") and codeblocks compile now 8)
I don't know if the problem is fixed in codeblocks code for those who don't compile wxWidgets with "--with-regex=builtin" but if not it would be nice that this is done ;)
Navigation
[0] Message Index
[*] Previous page
Go to full version