Opened 9 years ago
Closed 8 years ago
#1172 closed defect (fixed)
grpc adjustments
Reported by: | Peter Baumann | Owned by: | Alex Toader |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | rasnet | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Easy |
Description
during the "make install" process some details pop up:
- the grpc make process is rerun, although the previous "make" completed successfully. When installing under sudo this leads to root-owned files which a subsequent user-space make cannot delete.
- warnings:
…/rasdaman/applications/rview/rviewDModes.hh:38: warning: the name `rviewDmodes.hh' supplied as the second argument in the \file statement is not an input file
…/rasdaman/indexmgr/srptindexlogic.hh:34: warning: the name `srpindexlogic.hh' supplied as the second argument in the \file statement is not an input file
my configure settings:
$ ./configure —prefix=/usr/local/rasdaman-community/ —enable-rasnet —with-docs
Note:
See TracTickets
for help on using tickets.
This is fixed by the introduction of the CMake build system.