Hello,

I am trying to install TPP in my linux server having Fedora 

*Method 1 problem*

I tried installing using wine but shoots the following error:

/usr/bin/wine: not an ELF binary... don't know how to load it

*Method 2 problem*

I tried installing by building it from source. The *make* command worked 
out well. But when I executed *make install, *it shot the following error

   creating: 
/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014/packages/ZedGraph.5.1.6/lib/net35-Client/zh-tw/
  inflating: 
/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014/packages/ZedGraph.5.1.6/lib/net35-Client/zh-tw/ZedGraph.resources.dll
  

  inflating: 
/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014/packages/ZedGraph.5.1.6/ZedGraph.5.1.6.nupkg
  

  inflating: 
/home/genomics/SOFTWARE/TPP_tools/release_5-2-0/build/linux-x86_64/artifacts/comet_source_2018014/resource.h
  

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

This is totally incomprehensible for me :( ....

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 spctools-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spctools-discuss/dd181075-857c-44b4-b01a-bfe91f7fefb9%40googlegroups.com.

Reply via email to