Login Page - Create Account

Support Board


Date/Time: Tue, 27 Jan 2026 02:07:54 +0000



Post From: Remote Build Failure: "Member not declared" and Enum conversion errors (Version 2867)

[2026-01-26 19:41:51]
User637582 - Posts: 2
Hi Support,

I am experiencing persistent build failures using the Remote Build server (build2). My local environment is Version 2867, and my sierrachart.h in /ACS_Source is dated Jan 22, 2026.

Even with a very basic script, the compiler fails to recognize standard constants and members. For example:

ADDMETHOD_REPLACE is reported as "not declared in this scope".

sc.ColorBar is reported as "has no member named...".

When trying to hardcode values (e.g., Rectangle.DrawingType = 11), I get: error: invalid conversion from 'int' to 'DrawingTypeEnum' [-fpermissive].

It seems like the compiler is not correctly linking the latest sierrachart.h or is using an outdated header version on the build server.

SC Version: 2867 (Jan 20 2026)

OS: Windows

File Location: /SierraChart/ACS_Source/

Any help on why these standard ACSIL members are suddenly "unknown" to the compiler would be appreciated.