add install
Not sure if you think the include folder name is OK.
Hello xgdgsc,
Your patch is still missing headers. Please add an integration test for your install and ensure it works before submitting another pull request. Your integration test should additionally be added as part of the GitHub workflow to ensure it runs upon the pull request as well.
Best Regards, Stephen Yang
Hey xgdgsc,
I'm not sure if you've finished the revisions, but looking at the changes, there appears to be two problems still.
- The integration test is failing because I think you need
sudoto install the library to/usr/local/liband - Your integration tests don't properly test the installed library. More specifically, the last step builds the sample application by invoking
makein the sample subdirectory. This build command will actually include the headers and library from the runtime directory rather than pulling it from the system folders.
Best Regards, Stephen Yang
Hi xgdgsc,
There is still one more problem with the patch. Your test application still does not completely test the installed headers. More specifically, it builds sample's main.o with the default rules, which would link with NanoLog/runtime/*.h headers rather than the system headers.
Best Regards, Stephen Yang