Author Topic: Getting "script compile error" when compiling - but everything ok  (Read 3306 times)

Offline MyMindsAvatar

  • Multiple posting newcomer
  • *
  • Posts: 13
Getting "script compile error" when compiling - but everything ok
« on: September 20, 2010, 12:15:38 pm »
Hi all,

I've recently mucked about trying to setup some templates/generic compiler settings for using wxWidgets 2.9.1 on C::B 10.05, Windows XP, but I've done something that now flags up a "script compile error" message for each .cpp file it tries to compile. It compiles ok, just throws up this annoying message each time. Please see the attachment for a screenshot.

My current settings are below (I copied these settings from templates/projects that I know do work). Any help would be gratefully received (it's getting quite annoying  :().

Compiler settings :: Other options
-pipe
-mthreads
[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes")]]

Compiler settings :: #defines
__GNUWIN32__
__WXMSW__
WXUSINGDLL
wxUSE_UNICODE

Linker settings :: Link libraries
libwxmsw29u.a

Linker settings :: Other linker options
-mthreads

Search directories :: Compiler
$(#wx)\lib\gcc_dll\mswu
$(#wx)\include
$(#wx)\contrib\include

Search directories :: Linker
$(#wx)\lib\gcc_dll

Search directories :: Resource compiler
$(#wx)\include
$(#wx)\lib\gcc_dll
$(#wx)\lib\gcc_dll\mswu


Many thanks for any help

Richard ~