Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: airc on December 05, 2013, 01:39:43 pm

Title: Script compiler error
Post by: airc on December 05, 2013, 01:39:43 pm
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]
Title: Re: Script compiler error
Post by: BlueHazzard on December 05, 2013, 01:47:32 pm
This seems to be the same as here:
http://forums.codeblocks.org/index.php/topic,18580.msg127381.html#msg127381
Title: Re: Script compiler error
Post by: Alpha on December 05, 2013, 02:31:10 pm
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"));]]
Title: Re: Script compiler error
Post by: airc on December 05, 2013, 04:14:17 pm
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"));]]


thanks Alpha, it solved the problem