You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use --command-databasse
i find the error report :
"...writing to command database 'compile_commands.jsonE:\hello\compile_commands.json' FAILED...\n"
i think the problem is the filename string has pass twice. so i modifiy the file "engine\mod_command_db.cpp", i insert a line in function exit_main(int status)
i think my modifiy is not a true change. when i use b2 --command-database=json in b2-main project, it report :
...writing to command database 'E:/b2-5.2.1/.build/compile_commands.json' FAILED...
when i use --command-databasse
i find the error report :
"...writing to command database 'compile_commands.jsonE:\hello\compile_commands.json' FAILED...\n"
i think the problem is the filename string has pass twice. so i modifiy the file "engine\mod_command_db.cpp", i insert a line in function exit_main(int status)
old
new
then i generate compile_command ok.
os: windows
The text was updated successfully, but these errors were encountered: