Opened 10 years ago

Closed 10 years ago

#43263 closed defect (duplicate)

libtorrent: fatal error: 'tr1/functional' file not found

Reported by: sebastian@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: libtorrent

Description (last modified by ryandesign (Ryan Carsten Schmidt))

it looks like that include is missing

-MD -MP -MF .deps/download_data.Tpo -c download_data.cc  -fno-common -DPIC -o .libs/download_data.o
:info:build libtool: compile:  /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -I/opt/local/include -pipe -Os -arch x86_64 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/opt/local/include -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include -MT file.lo -MD -MP -
MF .deps/file.Tpo -c file.cc  -fno-common -DPIC -o .libs/file.o
:info:build In file included from download_data.cc:41:
:info:build ./download_data.h:40:10: fatal error: 'tr1/functional' file not found
:info:build #include <tr1/functional>
:info:build          ^
:info:build In file included from file.cc:48:
:info:build In file included from ./../../globals.h:41:
:info:build ../../../rak/priority_queue_defau

Attachments (1)

main.log (10.3 KB) - added by sebastian@… 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by sebastian@…

Attachment: main.log added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: libtorrent added
Resolution: duplicate
Status: newclosed
Summary: failed to compile libtorrentlibtorrent: fatal error: 'tr1/functional' file not found

No; tr1 is obsolete and is not available in Mavericks. The software needs to be updated to not require tr1. Duplicate of #41417.

Note: See TracTickets for help on using tickets.