Support Board
Date/Time: Wed, 27 Nov 2024 23:24:51 +0000
Post From: Compile error in latest SC version
[2018-08-26 12:00:29] |
T44 - Posts: 363 |
Hello Support, I am still having this issue even on a local build: In file included from sierrachart.h:15:0, from MyStudy.cpp:2: scstructures.h:80:26: fatal error: SCSymbolData.h: No such file or directory My includes look like: #include "sierrachart.h" #include "scstudyfunctions.h" command being run is i686-w64-mingw32-g++ -fpermissive -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -w $MyStudy.cpp -o $MyStudy.dll |