> On Apr 12, 2015, at 3:23 PM, Sean Lake <odysseus9...@gmail.com> wrote:
> 
> Hello all,
> 
> The subject says it all. I'm attempting to install rtorrent, and the 
> libtorrent15 compile is failing. The system information and error text 
> follow, in that order.
> 
> Thanks,
> Sean
> 
> Package manager version: 0.38.4
> Distribution version: selfupdate-rsync Sun Apr 12 12:02:26 2015, 10.10, x86_64
> Trees: local/main stable/main stable/crypto
> Xcode.app: 6.3
> Xcode command-line tools: 6.3.0.0.1.1428348375
> Max. Fink build jobs:  4
> 
> 
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. 
> -I../../.. -I/sw/include -g -O2 -g -DDEBUG -fvisibility=hidden -D_THREAD_SAFE 
> -pthread -L/sw/lib/system-openssl/include -I/sw/include/sigc++-2.0 
> -I/sw/lib/sigc++-2.0/include -MT download_data.lo -MD -MP -MF 
> .deps/download_data.Tpo -c download_data.cc  -fno-common -DPIC -o 
> .libs/download_data.o
> clang: warning: argument unused during compilation: 
> '-L/sw/lib/system-openssl/include'
> clang: warning: argument unused during compilation: 
> '-L/sw/lib/system-openssl/include'
> clang: warning: argument unused during compilation: 
> '-L/sw/lib/system-openssl/include'
> clang: warning: argument unused during compilation: 
> '-L/sw/lib/system-openssl/include'
> In file included from download_data.cc:41:
> ./download_data.h:40:10: fatal error: 'tr1/functional' file not found
> #include <tr1/functional>
>         ^

Yeah, it doesn’t look like this could have ever built on 10.9+. The ‘tr1’ 
namespace is old and doesn’t exist in libc++ where the ‘tr1’ stuff is just in 
‘std’. Probably doing a search and replace with something like s,tr1(/|::),, 
would let it build but it’s in a LOT of the files. Better yet, there might be a 
newer upstream version. Unfortunately, David is away for a few weeks so it’ll 
probably have to wait until he’s back.

Daniel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to