Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove extra spaces in error message leading to invalid path #7

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jim-bcom
Copy link

@jim-bcom jim-bcom commented Oct 22, 2021

Remove extra space after 'cd' command
Remove extra space in built path, resulting in an invalid path

Error message before:

: -1: error: Project ERROR: cppast root build folder doesn't exist: create cppast root build folder and build cppast prior to running qmake.
To build cppast do :
cd  /home/user/work/xpcf/xpcf/tools/generators/grpc /../../../libs/
./build_cppast.sh

Error message after:

:  -1: error: Project ERROR: cppast root build folder doesn't exist: create cppast root build folder and build cppast prior to running qmake.
To build cppast do :
cd /home/user/work/xpcf/xpcf/tools/generators/grpc/../../../libs/
./build_cppast.sh

Remove extra space after 'cd' command
Remove extra space in built path, resulting in an invalid path

Error message before:
:-1: error: Project ERROR: cppast root build folder doesn't exist: create cppast root build folder and build cppast prior to running qmake.
To build cppast do :
cd  /home/user/work/xpcf/xpcf/tools/generators/grpc /../../../libs/
./build_cppast.sh

Error message after:
:-1: error: Project ERROR: cppast root build folder doesn't exist: create cppast root build folder and build cppast prior to running qmake.
To build cppast do :
cd /home/user/work/xpcf/xpcf/tools/generators/grpc/../../../libs/
./build_cppast.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant