Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 21:08:40 +0000



Acsil C++ study compile error

View Count: 224

[2024-08-06 04:34:00]
User39666244 - Posts: 1
I was just using the same exact study and this error pops up when I remote build. (I have been using the same path for my compiler and has never changed and no files were changed)
JSON parse error: The document root must not be followed by other values.
[2024-08-06 06:05:16]
User413206 - Posts: 26
It's a server side issue. As a workaround, I installed Visual Studio Community Edition.

Problem with remote build | Post: 343736

https://www.sierrachart.com/Download.php?Folder=SupportBoard&download=53850

It's probably best to have it installed as a backup in the event that the remote build service goes offline. I much prefer to use it, because it's a native Sierra Chart service.
Date Time Of Last Edit: 2024-08-06 16:30:45
[2024-08-06 14:58:35]
John - SC Support - Posts: 36236
This has been resolved.

You may need to update your DNS by using the following command in a Command Prompt:
ipconfig /flushdns

Or you can reboot your computer.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-09-24 10:46:41]
Fungraphic72 - Posts: 6
Hello, I also have this problem and I've tried several things but nothing changes. I always get this error.
I'll upload a screen to give you a better idea of the problem.
I even installed a new sierra to see if it was coming from my sierra installation.

-- Starting remote build of Custom Studies Source files: FunCalendar.cpp. 64-bit -- 05:42:55

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

Server: https://build.sierrachart.com
The remote build is complete.
The build failed.
FunCalendar.cpp:2:10: fatal error: nlohmann/json.hpp: No such file or directory
2 | #include "nlohmann/json.hpp" // Utilisation de la bibliothèque JSON
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.


-- End of Build -- 05:42:57

Date Time Of Last Edit: 2024-09-24 10:54:00
imagesierra-.png / V - Attached On 2024-09-24 10:46:25 UTC - Size: 120.89 KB - 22 views
[2024-09-24 12:00:32]
User431178 - Posts: 540
@Fungraphic72

Remote build won't work, "nlohmann/json.hpp" may well exist on your machine, but it doesn't on the server.
You need to use "Build with Visual C++ - Release" instead to build locally.

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

Login

Login Page - Create Account