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

compilation failed #4

Closed
lmanchon opened this issue Jan 19, 2018 · 8 comments
Closed

compilation failed #4

lmanchon opened this issue Jan 19, 2018 · 8 comments

Comments

@lmanchon
Copy link

--Hi,

some problem at compilation step in source file:

gcc -O2 -DNDEBUG -I../../../include -c match_align_normalize.c -o ../../../build/match_align_normalize.o
match_align_normalize.c: In function ‘match_align_normalize_cigar’:
match_align_normalize.c:108: error: unknown field ‘length’ specified in initializer
match_align_normalize.c:109: error: unknown field ‘length’ specified in initializer

thank you --

@smarco
Copy link
Owner

smarco commented Jan 19, 2018 via email

@lmanchon
Copy link
Author

ok, good i have loaded gcc-4.9.1 and now it compiled fine.
The error was due to the fact that some old compilers version don't accept the -Ofast option. I have changed it to a more general -O2 option and then compile with gcc-4.6.2, some object files are compiled but others not.
Laurent --

@smarco
Copy link
Owner

smarco commented Jan 19, 2018 via email

@lmanchon
Copy link
Author

Sorry i have a question about the .csv file i need to use, i have fastq.gz files and i don't understand what 'flowcell,lane,index' means, can you give me an explicit example please ?
thank you --

@smarco
Copy link
Owner

smarco commented Jan 19, 2018 via email

@lmanchon
Copy link
Author

@smarco
Copy link
Owner

smarco commented Jan 19, 2018 via email

@lmanchon
Copy link
Author

ok, thank you so much.

@smarco smarco closed this as completed Mar 16, 2018
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

2 participants