INFO: No output directory specified (--dir) INFO: Using directory: "templateLaue_20240617_145049" INFO: Regenerating c-file: templateLaue.c DEBUG: CMD: C:\mcstas-3.4.49\bin\mcstas -t -o templateLaue.c C:\\Users\\pkwi\\mcstas-test\\20240617_1415_53\\mcstas-3.4.49_singlecore_Windows\\templateLaue\\templateLaue.instr WARNING: The parameter mosaic_AB of sample 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: ----------------------------------------------------------- CFLAGS= DEBUG: CMD: C:\mcstas-3.4.49\bin\mcstas finished INFO: Recompiling: templateLaue.exe DEBUG: CMD: gcc -o templateLaue.exe templateLaue.c -flto -O3 -mtune=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm templateLaue.c: In function 'mcuse_dir': templateLaue.c:3819:8: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] if(mkdir(dirname, 0777)) { ^ templateLaue.c: In function 'sighandler': templateLaue.c:5969:64: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] printf("\n# " MCCODE_STRING ": [pid %i] Signal %i detected", getpid(), sig); ^ templateLaue.c: In function 'cif2hkl': templateLaue.c:10203:38: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if(!ext || ext == infile) return infile; ^ templateLaue.c:10212:41: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] && strcasecmp(ext, "res")) return infile; ^ templateLaue.c:10215:26: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (!OUTFILE) return infile; ^ DEBUG: CMD: gcc finished INFO: ===