RepeatModeler nseg installation problem
1
0
Entering edit mode
5.0 years ago

Hi,

I am trying to install nseg in my computer so I can use RepeatModeler but this is not working. I have a folder called nseg in my computer with 7 files in it: genwin.c genwin.h lnfac.h makefile nmerge.c nseg.c runnseg When I typed make the result is:

....... 36 warnings and 11 errors generated

Any idea how to solve this ? Thanks

repeatmodeler nseg installation • 2.4k views
ADD COMMENT
0
Entering edit mode

a similar question was asked and never solved in A: Alternatives to RepeatModeler / nseg install fail

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

I also have the same problem - so frustrating as so little online documentation. Any luck getting this issue sorted?

ADD REPLY
0
Entering edit mode

I think I have a hackaround working: https://github.com/ScientistJake/nseg_osx

ADD REPLY
0
Entering edit mode

I can compile nseg on a Debian Linux with GCC version 8.3.0 - there are lots of warnings, but no errors.

Please tell which is your operating system and the compiler and its version. More important, use pastebin or some other similar forum to post the error messages and post the link here.

ADD REPLY
0
Entering edit mode

Here's the errors:
https://pastebin.com/LfsaNdmF

All the errors relate to non-void functions.

ADD REPLY
0
Entering edit mode
4.0 years ago
dmathog ▴ 40

This one has been modified to build without warnings using gcc 8.3.1:

https://saf.bio.caltech.edu/pub/software/molbio/nseg_modified.tar.gz

Note that "without warnings" means with no C standard specified.
Adding "-std=c99" or "-std=gnu99" breaks it, but it will still compile cleanly with "-std=c89".

Use at your own peril!

ADD COMMENT

Login before adding your answer.

Traffic: 2773 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6