-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 and test make install target #188
fix and test make install target #188
Conversation
add more git ignore entries too
Codecov Report
@@ Coverage Diff @@
## master #188 +/- ##
==========================================
- Coverage 65.27% 65.26% -0.01%
==========================================
Files 568 569 +1
Lines 44609 44580 -29
==========================================
- Hits 29118 29097 -21
+ Misses 15491 15483 -8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the files that don't exist anymore instead of commenting them out
respect review comments
@@ -35,3 +36,48 @@ bin/MPC/config/MPC.cfg* | |||
tao/x11/ifr_client/taox11_ifr_client_skel_export.h | |||
tao/x11/ifr_client/taox11_ifr_client_stub_export.h | |||
ridlbe/c++11/orb.pidlc | |||
examples/log_module/output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point we should migrate to a .gitignore for each specific test
Note:there are still many problems:the ACE header will be not installed?the tao header will be only partly installed?
the pidl files are installed at a stange location?
|
The install feature has never been tested and is not supported for AXCIOMA/TAOX11. We currently don't have plans to add an install feature, see https://www.remedy.nl/services/opensource-support.html for our commercial services through which we could add this for you. |
How should someone use the SW if it is not installable? We normaly use |
add more git ignore entries too
The install target does not work #189