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 failure with GCC 10.2.0 #21

Open
pdimens opened this issue Feb 15, 2021 · 2 comments
Open

compilation failure with GCC 10.2.0 #21

pdimens opened this issue Feb 15, 2021 · 2 comments

Comments

@pdimens
Copy link

pdimens commented Feb 15, 2021

Similar to issue #2 , there is a compilation error when following the repository directions.
GCC version: 10.2.0
CMake version: 3.19.3

/usr/bin/ld: CMakeFiles/brownie.dir/suffix_tree.c.o:(.bss+0x18): multiple definition of `ST_ERROR'; CMakeFiles/brownie.dir/solutioncomp.cpp.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/brownie.dir/build.make:394: src/brownie] Error 1
make[2]: Leaving directory '/mnt/secondary/pdimens/yft_genome_v2/Talbacares_01/software/jabba/brownie/build'
make[1]: *** [CMakeFiles/Makefile2:201: src/CMakeFiles/brownie.dir/all] Error 2
make[1]: Leaving directory '/mnt/secondary/pdimens/yft_genome_v2/Talbacares_01/software/jabba/brownie/build'
make: *** [Makefile:152: all] Error 2

@gmiclotte
Copy link
Collaborator

Hello

This should be fixed in the latest version on the master branch (commit d614fa3). Thanks for the report.

@pdimens
Copy link
Author

pdimens commented Feb 18, 2021

Thanks! It failed with git clone, but worked when I downloaded the .zip repo (which might be an error on my end?)

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