purduesigbots / pros-cli

Command Line Interface for managing PROS projects. Works with V5 and the Cortex
https://pros.cs.purdue.edu/v5/cli
Mozilla Public License 2.0
109 stars 33 forks source link

[prosv5]ubuntu1804 can't create" compile_commands.json" #13

Closed 3038922 closed 6 years ago

3038922 commented 6 years ago

ubuntu 1804 pyhton 3.6.6 pip 9.0.1.

1 2 3

HotelCalifornia commented 6 years ago

You'll need to make sure you have https://github.com/cquery-project/cquery installed and on PATH

3038922 commented 6 years ago

cquery --help ,cquery --version can't be use. how to add cquery global path to ubuntu1804? thank you

HotelCalifornia commented 6 years ago

please follow the instructions provided for your platform on the linked repository

3038922 commented 6 years ago

ok! use bear make it can be created . but in windows10 1809 ,i can't use bear make . what shoud i do?

HotelCalifornia commented 6 years ago

If you have run the windows installer and selected the PROS Editor option, cquery will have been installed and put on PATH for you. In this case, running prosv5 build-compile-commands or using the editor to build will generate the compile cache for cquery.

3038922 commented 6 years ago

Thanks for solving all my problems. Only under WIN10 1809.CQUERY runs very unstable. I am learning recently that LITTLEVGL often encounters bugs that require RELOAD ATOM

HotelCalifornia commented 6 years ago

I'm glad I was able to help.

I haven't noticed any particular problems with running cquery on windows, and I'm not quite sure what you mean about LVGL. I'm going to close this issue because that seems to be a different problem.