Author Topic: Script compiler error  (Read 6714 times)

Offline airc

  • Multiple posting newcomer
  • *
  • Posts: 37
Script compiler error
« 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]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Script compiler error
« Reply #1 on: December 05, 2013, 01:47:32 pm »

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Script compiler error
« Reply #2 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"));]]

Offline airc

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: Script compiler error
« Reply #3 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