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

What is thread_disk.h? #6

Closed
SineSwiper opened this issue Dec 22, 2011 · 2 comments
Closed

What is thread_disk.h? #6

SineSwiper opened this issue Dec 22, 2011 · 2 comments

Comments

@SineSwiper
Copy link

Trying to compile the latest and get this error:

Making install in src
make[1]: Entering directory /usr/src/libtorrent/src' Making install in torrent make[2]: Entering directory/usr/src/libtorrent/src/torrent'
Making install in data
make[3]: Entering directory `/usr/src/libtorrent/src/torrent/data'
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -g -DDEBUG -fvisibility=hidden -pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -g -DDEBUG -fvisibility=hidden -pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.cc -fPIC -DPIC -o .libs/block.o
In file included from ./../../protocol/peer_connection_base.h:54:0,
from block.cc:44:
./../../manager.h:44:25: fatal error: thread_disk.h: No such file or directory
compilation terminated.

This file doesn't exist in the archive. It doesn't exist on my server. It doesn't exist anywhere in any of Debian's packages. In fact, Google says that thread_disk.h literally does not exist on the web.

What is thread_disk.h? Where do I find it?

@SineSwiper
Copy link
Author

Oh, I see commit 5a3dabc. Must have forgotten to include the two thread_disk files.

@rakshasa
Copy link
Owner

Should be fixed now.

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