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

CMakeLists.txt #7

Closed
ghost opened this issue May 24, 2017 · 4 comments
Closed

CMakeLists.txt #7

ghost opened this issue May 24, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented May 24, 2017

Hi,

I'm running on Ubuntu 16.04
The following packages are installed:
g++ 5.4.0
qt5-default 5.5.1
libqt5xmlpatterns5-dev 5.5.1
libqt5sql5-mysql 5.5.1
cmake 3.5.1

$ make build_3rdparty
cd bamtools && rm -rf bin build lib include src/toolkit/bamtools_version.h
mkdir bamtools/build
cd bamtools/build && cmake .. && make
CMake Error: The source directory "/home/bioinf/Software/ngs-bits-master/bamtools" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Makefile:108: recipe for target 'build_3rdparty' failed
make: *** [build_3rdparty] Error 1

Any ideas what went wrong here?

@marc-sturm
Copy link
Member

marc-sturm commented May 24, 2017 via email

@ghost
Copy link
Author

ghost commented May 26, 2017

Hi Marc,
I didn't use the command from the documentation, I just clicked on the green button ("Clone or Download" -> "Download ZIP"). I'm gonna try it again now via git. Why does this make a difference btw?

@marc-sturm
Copy link
Member

marc-sturm commented May 26, 2017 via email

@ghost
Copy link
Author

ghost commented May 26, 2017

During compilation there are several warnings about int / uint comparisons + set but unused variables ... but I guess you're aware of that.
But it's working now, thanks :)

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