Hello,
I am trying to install TPP 5.2.0 in out RedHat Enterprise Server 7.6 having
Fedora OS.
I tried the exe binary but that is showing wine related error. Hence i
thought it is best to build from source for my machine.
The *make* command executed without any error but the *make install*
command shows the following error:
cd
/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014;
make
make[1]: Entering directory
`/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014'
g++ -O3 -Wall -Wextra -static -Wno-char-subscripts -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D__LINUX__ -IMSToolkit/include -ICometSearch
Comet.cpp -c
In file included from CometSearch/Common.h:40,
from Comet.cpp:18:
MSToolkit/include/MSReader.h:96:80: error: invalid conversion from ‘char’
to ‘char*’ [-fpermissive]
96 | void writeFile(const char* c, MSFileFormat ff, MSObject& m, char*
sha1Report='\0');
|
^~~~
|
|
|
char
Comet.cpp: In function ‘void LoadParameters(char*,
CometInterfaces::ICometSearchManager*)’:
Comet.cpp:235:24: warning: passing argument 1 to restrict-qualified
parameter aliases with argument 3 [-Wrestrict]
235 | sprintf(szVersion, "%s %s %s", szVersion, szRev1,
szRev2);
| ^~~~~~~~~ ~~~~~~~~~
make[1]: *** [Comet.o] Error 1
make[1]: Leaving directory
`/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014'
make: ***
[/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014/comet]
Error 2
I am not able to understand how to fix this or where to start ?
Thanks and regards
--
You received this message because you are subscribed to the Google Groups
"spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/spctools-discuss/9ef12d0e-e846-46f1-88a3-239e55a98526%40googlegroups.com.