WARNING: Full-path compiler "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/cl.exe" not found!! WARNING: Attempting replacement by "cl.exe" INFO: No output directory specified (--dir) INFO: Using directory: "Test_Sqw_20240301_105222" INFO: Regenerating c-file: Test_Sqw.c DEBUG: CMD: C:\install_mcstas\miniconda3\bin\mcxtrace -t -o Test_Sqw.c C:\\Users\\pkwi\\mctest\\20240301_1047_43\\3.4.24_Windows\\Test_Sqw\\Test_Sqw.instr CFLAGS= WARNING: The parameter powder_format of Sqw is initialized using a static {,,,} vector. -> Such static vectors support literal numbers ONLY. -> Any vector use of variables or defines must happen via a DECLARE/INITIALIZE pointer. WARNING: The parameter mat_format of Sqw is initialized using a static {,,,} vector. -> Such static vectors support literal numbers ONLY. -> Any vector use of variables or defines must happen via a DECLARE/INITIALIZE pointer. ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: C:\install_mcstas\miniconda3\bin\mcxtrace finished INFO: Recompiling: Test_Sqw.exe DEBUG: CMD: cl.exe -o Test_Sqw.exe Test_Sqw.c -lm /Zi /O2 /Ob1 /DNDEBUG /DWIN32 /D_WINDOWS /std:c11 Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release cl : Command line warning D9002 : ignoring unknown option '-lm' Test_Sqw.c C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior Test_Sqw.c(2171): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_Sqw.c(2171): note: consider using '%zi' in the format string Test_Sqw.c(5741): warning C4477: 'printf' : format string '%i' requires an argument of type 'int', but variadic argument 1 has type 'void *' Test_Sqw.c(5741): warning C4313: 'printf': '%i' in format string conflicts with argument 1 of type 'void *' Test_Sqw.c(7179): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_Sqw.c(7179): note: consider using '%zi' in the format string Test_Sqw.c(7777): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_Sqw.c(7777): note: consider using '%zi' in the format string Test_Sqw.c(7802): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_Sqw.c(7802): note: consider using '%zi' in the format string Test_Sqw.c(10473): error C2057: expected constant expression Test_Sqw.c(10473): error C2466: cannot allocate an array of constant size 0 Test_Sqw.c(10473): error C2133: 'w_file2full': unknown size Test_Sqw.c(10514): error C2057: expected constant expression Test_Sqw.c(10514): error C2466: cannot allocate an array of constant size 0 Test_Sqw.c(10514): error C2133: 'q_file2full': unknown size Test_Sqw.c(10808): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(10808): note: consider using '%zi' in the format string Test_Sqw.c(10863): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(10863): note: consider using '%zi' in the format string Test_Sqw.c(10915): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(10915): note: consider using '%zi' in the format string Test_Sqw.c(10927): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 3 has type 'size_t' Test_Sqw.c(10927): note: consider using '%zi' in the format string Test_Sqw.c(10962): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(10962): note: consider using '%zi' in the format string Test_Sqw.c(10976): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(10976): note: consider using '%zi' in the format string Test_Sqw.c(10984): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 3 has type 'size_t' Test_Sqw.c(10984): note: consider using '%zi' in the format string INFO: call to cl.exe failed with Command 'cl.exe -o Test_Sqw.exe Test_Sqw.c -lm /Zi /O2 /Ob1 /DNDEBUG /DWIN32 /D_WINDOWS /std:c11' returned non-zero exit status 2. Traceback (most recent call last): File "C:\install_mcstas\miniconda3\share\mcxtrace\tools\Python\mxrun\mxrun.py", line 569, in main() File "C:\install_mcstas\miniconda3\share\mcxtrace\tools\Python\mxrun\mxrun.py", line 483, in main mcstas.prepare(options) File "C:\install_mcstas\miniconda3\share\mcxtrace\tools\Python\mxrun\mccode.py", line 245, in prepare Process(lexer.quote(options.cc)).run(args) File "C:\install_mcstas\miniconda3\share\mcxtrace\tools\Python\mxrun\mccode.py", line 77, in run raise err File "C:\install_mcstas\miniconda3\share\mcxtrace\tools\Python\mxrun\mccode.py", line 73, in run proc = run(command, shell=True, check=True, text=True, capture_output=pipe) File "C:\install_mcstas\miniconda3\lib\subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'cl.exe -o Test_Sqw.exe Test_Sqw.c -lm /Zi /O2 /Ob1 /DNDEBUG /DWIN32 /D_WINDOWS /std:c11' returned non-zero exit status 2.