Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 23:42:15 +0000



Post From: Upgraded Sierra Charts, compiler doesn't work anymore

[2017-02-02 16:26:43]
User661281 - Posts: 11
I recently upgraded my version of Sierra Charts, and now the compiler no longer works.

Here's what I get when I try to build locally

C:\WINDOWS\system32\cmd.exe /C "C:\SierraChart\SierraChartTransActMA\ACS_Source\VisualCCompile.Bat"

C:\SierraChart\SierraChartTransActMA\ACS_Source>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
'MySQL' is not recognized as an internal or external command,
operable program or batch file.
Test.cpp
c1xx: fatal error C1083: Cannot open source file: 'C:\SierraChart\SierraChartTransActMA\ACS_Source\Test.cpp': No such file or directory
-- End of Build -- 11:25:14


I can click the Remote Build button and that works fine, but as the support team who uploads DLLs to the authorization server pointed out today, that generates a much large file (800+kb instead of 80kb). I did try clicking the install compiler button again, but it wants to uninstall VS2015 which seems unnecessary, and not really related to the above errors anyways. Test.cpp obviously exists at that location since remote build works, vcvarsall.bat is in that location. I've checked that the mysql server bin folder is on the path and that MySQL_Home is an environmental variable. I can open a command line and run mysql as well. So everything seems ok to me.

Suggestions?