Login Page - Create Account

Support Board


Date/Time: Sun, 08 Sep 2024 01:19:50 +0000



Compile error after pre-release update to 2656

View Count: 152

[2024-07-15 22:02:31]
TriStar Trading - Posts: 141
I get the following error when doing a remote build after updating to pre-release 2656. See attached.
imageScreenshot 2024-07-15 170142.jpg / V - Attached On 2024-07-15 22:02:09 UTC - Size: 56.71 KB - 29 views
[2024-07-16 01:08:30]
d9e5c763 - Posts: 103
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/assert-asserte-assert-expr-macros
build failed because mingw32 does not have _ASSERT macro
i added
#define _ASSERT(expr) ((void)0)
to
scstructures.h
to allows build passed
[2024-07-16 01:17:29]
TriStar Trading - Posts: 141
Thanks for the input. I would be surprised if SC would release something that I would need to go through this to have it work. Let's see if they have a fix coming. Or maybe implement yours. :) Thanks!
Date Time Of Last Edit: 2024-07-16 01:19:38
[2024-07-16 10:32:08]
emmanuel - Posts: 57
I noticed the same problem.

ASCIL error in scdatetime.h: undeclared identifier _ASSERT
[2024-07-16 17:05:24]
Sierra_Chart Engineering - Posts: 16292
We apologize for the delay on this. This is now resolved. Update Sierra Chart to the latest release.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-07-17 02:56:15]
d9e5c763 - Posts: 103
i also have a minor issue to say, maybe it doesn't matter.
in linux, filenames are case-sensitive, and there seems to be a discrepancy in the capitalization of the SCStudyFunctions.h filename between the ACS_Source directory and the #include line in the cpp files.
while creating a symbolic link can resolve this, but it would be helpful if could fix this minor inconsistency.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account