Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 08:41:27 +0000



Post From: Build Custom Study (DLL) on Linux

[2015-01-03 07:38:16]
User26860 - Posts: 14
Hi there,

I followed steps on the SC website, and installed the compiler. (Got confirmation in the log saying below:
"
A request for the C++ compiler installer has been made been made. You can continue to work during the download. | 2015-01-03 06:41:34 *
File has been written to: C:\SierraChart/CPPCompiler/SCCPPCompiler.exe. File Size: 410212 bytes. | 2015-01-03 06:53:15
"
When I tried to click "Build", it still complains no compiler is found. Then I tried to manually build using below command:
g++ -march=x86-64 -mtune=x86-64 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -w /home/####/.wine/drive_c/SierraChart/ACS_Source/my_studies.cpp -o "/home/####/.wine/drive_c/SierraChart/Data/my_studies.dll

It then complains windows.h is not found, and I can't find it within the entire SC installation folder.

Can you help please? Or point me to a link with detailed information?
( I am running SC build 1220 on wine on Linux )

Thank you in advance!