Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 22:22:59 +0000



The remote build did not succeed

View Count: 483

[2023-03-09 23:01:57]
axis4th - Posts: 5
what could be the problem?



Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

No result text was given.
-- End of Build -- 16:52:48

https://i.imgur.com/QzbnvYE.png
Date Time Of Last Edit: 2023-03-09 23:02:40
[2023-03-10 00:10:56]
SavantTrader - Posts: 108
I am getting the same thing, for a studies DLL bundle that compiled successfully just days ago. I think some back-end machine that takes care of the remote builds needs to perhaps be reset.

SUPPORT - CAN YOU PLEASE CHECK.

Thank you!
[2023-03-10 01:41:27]
axis4th - Posts: 5
lol
my last dll was created less than 10 minutes before the this error
[2023-03-10 01:55:36]
Tony - Posts: 454
I suggested that you guys build locally, which operating systems
are you guys using?

For Windows:

Download free "Visual Studio Community" and install, (select all C++ options in the installer window). In Sierra Chart, go to:
Analysis --> Build Custom Studies DLL and in the "Build Advanced Custom Studies" window: SC will automatically recognize "Visual C++ Path:"

and then go to: Build --> Release All DLLs and Deny Load

then go to: Build --> Build with C++ - Release

That's it, I never had to run Visual Studio once, I don't know how to use it anyway.


For Debian/Ubuntu Linux family:

Install G++-mingw-w64-x86-64 first

And then run a script something like this in a Old Post (#7):

cp ~/.wine/drive_c/SierraChart/ACS_Source/*.h .

x86_64-w64-mingw32-g++ -D _WIN64 -march=x86-64 -mtune=x86-64 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -std=gnu++11 MyCPPFile.cpp -o MyDLLFile.dll -Wno-deprecated &>Result.txt

cp MyDLLFile.dll ~/.wine/drive_c/SierraChart/Data/

rm MyDLLFile.dll

rm *.h
Any error messages can be found in file "Result.txt"
Date Time Of Last Edit: 2023-03-10 02:27:53
[2023-03-10 04:09:59]
SavantTrader - Posts: 108
An update caused an issue with remote building. The error has been identified and corrected. This issue is hereby resolved.

Remote build error

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

Login

Login Page - Create Account