User forums > Using Code::Blocks
Script compiler error
(1/1)
airc:
hi
i've downloaded the new 13.12 RC1 and uninstalled alot of plugins (for speed reason) after that , when i create a wxsmith project i got a strange error appear alot of times when compiling . but the program compiled in the end.
i attached the error message and the list of plugins i kept , so are there any essential plugin i deleted accidently?
BTW this error appear only with wxsmith projects .
thanks
[attachment deleted by admin]
BlueHazzard:
This seems to be the same as here:
http://forums.codeblocks.org/index.php/topic,18580.msg127381.html#msg127381
Alpha:
Strange... the fix for that should have made it into RC1...
In your project, go to the compiler options and delete
--- Code: ---[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes"));]]
--- End code ---
airc:
--- Quote ---In your project, go to the compiler options and delete
Code:
[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes"));]]
--- End quote ---
thanks Alpha, it solved the problem
Navigation
[0] Message Index
Go to full version