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

Seem lack of source path 'abc'. Just comment line#12 in CMakeLists #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jinyouq
Copy link

@jinyouq jinyouq commented Jun 28, 2021

'cmake' will pass w/o error.
But make will fail with error, seem lack of some source files, which is /abc/abc*

Kindly please help make some comments on this issue, or just sharing the missing source file will be appreciated.

yangjie@yangjiedeMacBook-Pro DALS % make
[ 8%] Building CXX object abc-plus/CMakeFiles/abc_plus.dir/src/framework.cpp.o
warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
In file included from /Users/yangjie/DALS/abc-plus/src/framework.cpp:10:
In file included from /Users/yangjie/DALS/abc-plus/include/framework.h:14:
/Users/yangjie/DALS/abc-plus/include/abc_api.h:16:10: fatal error: 'base/abc/abc.h' file not found
#include <base/abc/abc.h>
^~~~~~~~~~~~~~~~
1 warning and 1 error generated.
make[2]: *** [abc-plus/CMakeFiles/abc_plus.dir/src/framework.cpp.o] Error 1
make[1]: *** [abc-plus/CMakeFiles/abc_plus.dir/all] Error 2
make: *** [all] Error 2

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.

2 participants