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

Fails to build with clang on Mac OS X #2

Closed
sjackman opened this issue Dec 13, 2013 · 2 comments
Closed

Fails to build with clang on Mac OS X #2

sjackman opened this issue Dec 13, 2013 · 2 comments

Comments

@sjackman
Copy link

$ make
Building BEDTools:
=========================================================
DETECTED_VERSION = v2.18.0
CURRENT_VERSION  = 
Updating version file.
 * Creating BamTools API
- Building in src/utils/bedFile
- Building in src/utils/BinTree
- Building in src/utils/version
- Building in src/utils/bedGraphFile
  * compiling BinTree.cpp
  * compiling bedFile.cpp
  * compiling version.cpp
  * compiling bedGraphFile.cpp
- Building in src/utils/chromsweep
  * compiling chromsweep.cpp
In file included from BinTree.cpp:2:
In file included from ../../utils//FileRecordTools/FileRecordMgr.h:16:
../../utils//general/DualQueue.h:48:35: error: declaration of 'T' shadows
      template parameter
template <class T, template<class T> class CompareFunc> class DualQueue {
                                  ^
../../utils//general/DualQueue.h:48:17: note: template parameter is declared
      here
template <class T, template<class T> class CompareFunc> class DualQueue {
                ^
- Building in src/utils/Contexts
  * compiling Context.cpp
1 error generated.
make[1]: *** [../../../obj//BinTree.o] Error 1
make: *** [src/utils/BinTree] Error 2
make: *** Waiting for unfinished jobs....
@sjackman
Copy link
Author

I can recommend Travis-CI for free and easy continuous integration.
devops_borat-ci

@arq5x
Copy link
Owner

arq5x commented Dec 17, 2013

Thanks for reporting this. We removed the offending code (experimental, not used) and this should correct things. I am about to release 2.18.1 that will include this fix. Please reoepn if issues persist.

@arq5x arq5x closed this as completed Dec 17, 2013
flipio pushed a commit to flipio/bedtools2 that referenced this issue Aug 28, 2014
flipio pushed a commit to flipio/bedtools2 that referenced this issue Aug 28, 2014
flipio pushed a commit to flipio/bedtools2 that referenced this issue Aug 28, 2014
flipio pushed a commit to flipio/bedtools2 that referenced this issue Sep 4, 2014
arq5x pushed a commit that referenced this issue Jan 30, 2017
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