Open oyoki opened 5 years ago
Hi Oyinda,
I think something is wrong with the parametersDeafult.xxd file. Please try to copy it directly from the STAR distribution.
If you could make STAR work In Windows under cygwin, and share the results with the community, it would be great!
Cheers Alex
Hi Alex,
I have been trying to install STAR on cygwin and have resolved the other reported installation issues based on previous comments (modification of SharedMemory.cpp and Parameters_openReadsFiles.cpp). Those fixes resolved the other issues but I'm still getting this error when I try to compile
$ g++ STAR.cpp -o STAR STAR.cpp: In function ‘void usage()’: STAR.cpp:40:18: error: ‘parametersDefault’ was not declared in this scope std::cout << parametersDefault; ^
~~~~ STAR.cpp:40:18: note: suggested alternative: ‘ParametersGenome’ std::cout << parametersDefault; ^~~~~ ParametersGenomeI've also used the 'make' and 'gcc' commands and I get the same error. Any assistance you can give would be very much appreciated. Thanks.
Best, Oyinda