News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Script compiler error

Started by airc, December 05, 2013, 01:39:43 PM

Previous topic - Next topic

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


Alpha

Strange... the fix for that should have made it into RC1...
In your project, go to the compiler options and delete

[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes"));]]

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"));]]


thanks Alpha, it solved the problem