Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues building graphmaps on Centos #81

Open
rmontagn opened this issue Nov 13, 2017 · 0 comments
Open

issues building graphmaps on Centos #81

rmontagn opened this issue Nov 13, 2017 · 0 comments

Comments

@rmontagn
Copy link

Hi,

I am facing a building problem quite similar to gwaldbieser's. However, the advice that worked for him didn't work for me.

I am on a CentOS:

Linux version 3.10.0-229.14.1.el7.x86_64 ([email protected]) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Tue Sep 15 15:05:51 UTC 2015

and this is the error message that I get when typing make 👍

$ make
mkdir -p obj_linux/codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/
g++ -static-libgcc -static-libstdc++ -D__cplusplus=201103L -I"./src/" -I"/usr/include/" -I"codebase/seqlib/src/libs/seqan-library-2.0.1/include" -I"codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/" -Icodebase/gindex/src -Icodebase/argumentparser/src -Icodebase/seqlib/src -DRELEASE_VERSION -O3 -fdata-sections -ffunction-sections -c -fmessage-length=0 -ffreestanding -fopenmp -m64 -std=c++11 -Werror=return-type -pthread -o obj_linux/codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.o codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.cpp
In file included from /usr/local/include/assert.h:5:0,
from codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/divsufsort_private.h:44,
from codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.cpp:29:
/usr/local/include/except.h:15:32: erreur: conflicting declaration ‘typedef struct Except_Frame_T* Except_Frame_T’
typedef struct Except_Frame_T *Except_Frame_T;
^
/usr/local/include/except.h:15:16: erreur: ‘struct Except_Frame_T’ has a previous declaration as ‘struct Except_Frame_T’
typedef struct Except_Frame_T *Except_Frame_T;
^
/usr/local/include/except.h:17:18: erreur: field ‘prev’ has incomplete type
Except_Frame_T prev;
^
make: *** [obj_linux/codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/utils.o] Erreur 1

I guess the problem must not be very different but I can't identify nor fix it by myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant