compiledb
compiledb copied to clipboard
parsing error
cmake + visual studio 16 2019
error logs with -v option
>cmake --build build --target susb_cli | compiledb -v
## Processing build commands from <stdin>
Line 1: Failed to parse build command [Details: (<class 'bashlex.errors.ParsingError'>) unexpected token 'R' (position 11)]. Ignoring: 'Microsoft (R) Build Engine version 16.9.0+5e4b48a27 for .NET Framework'
Line 2: Failed to parse build command [Details: (<class 'bashlex.errors.ParsingError'>) unexpected token 'C' (position 11)]. Ignoring: 'Copyright (C) Microsoft Corporation. All rights reserved.'
Line 3: Failed to parse build command [Details: (<class 'bashlex.errors.ParsingError'>) unexpected EOF (position 0)]. Ignoring: ''
New command: susb_cli.vcxproj -> C:\Users\jaejinpark\Development\JLTech\INCA\DLL\build\Debug\susb_cli.exe
## Loaded compilation database with 0 entries from compile_commands.json
## Writing compilation database with 0 entries to compile_commands.json
## Done.
does it support visual studio ??