Report acknowledged. I am still traveling the rest of the month, and unable to address any fixes until then. Can you please attach a compresed copy of config.log from your failed build? I'm looking for results of testing tr1 headers. I only have 10.7 to test on, but at least I'll understand what your configure step finds.

Fang


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



--
David Fang
http://www.csl.cornell.edu/~fang/
------------------------------------------------------------------------------
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