Skip to content

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