w00t-labs / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
0 stars 0 forks source link

installation error #743

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
[root@localhost libsigc++-2.2.4]# make
make  all-recursive
make[1]: Entering directory `/root/libsigc++-2.2.4'
Making all in sigc++
make[2]: Entering directory `/root/libsigc++-2.2.4/sigc++'
make  all-am
make[3]: Entering directory `/root/libsigc++-2.2.4/sigc++'
depbase=`echo signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..  
-                                                                               
         Wall -g -O2 -MT signal.lo -MD -MP -MF $depbase.Tpo -c -o signal.lo 
signal.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I.. -Wall -g -O2 -MT signal.lo -MD 

        -MP -MF .deps/signal.Tpo -c signal.cc  -fPIC -DPIC -o .libs/signal.o
In file included from ../sigc++/signal.h:8:0,
                 from signal.cc:20:
../sigc++/signal_base.h:46:11: error: ‘size_t’ does not name a type
   typedef size_t size_type;
           ^
../sigc++/signal_base.h:95:3: error: ‘size_type’ does not name a type
   size_type size() const;
   ^
../sigc++/signal_base.h:239:11: error: ‘size_t’ does not name a type
   typedef size_t size_type;
           ^
../sigc++/signal_base.h:261:3: error: ‘size_type’ does not name a type
   size_type size() const;
   ^
In file included from signal.cc:20:0:
../sigc++/signal.h:33:11: error: ‘size_t’ does not name a type
   typedef size_t                          size_type;
           ^
../sigc++/signal.h:34:11: error: ‘ptrdiff_t’ does not name a type
   typedef ptrdiff_t                       difference_type;
           ^
../sigc++/signal.h:99:11: error: ‘size_t’ does not name a type
   typedef size_t                          size_type;
           ^
../sigc++/signal.h:100:11: error: ‘ptrdiff_t’ does not name a type
   typedef ptrdiff_t                       difference_type;
           ^
../sigc++/signal.h:276:11: error: ‘size_t’ does not name a type
   typedef size_t                           size_type;
           ^
../sigc++/signal.h:277:11: error: ‘ptrdiff_t’ does not name a type
   typedef ptrdiff_t                        difference_type;
           ^
../sigc++/signal.h:359:11: error: ‘size_t’ does not name a type
   typedef size_t                           size_type;
           ^
../sigc++/signal.h:360:11: error: ‘ptrdiff_t’ does not name a type
   typedef ptrdiff_t                        difference_type;
           ^
../sigc++/signal.h:430:11: error: ‘size_t’ does not name a type
   typedef size_t                           size_type;
           ^
../sigc++/signal.h:431:11: error: ‘ptrdiff_t’ does not name a type
   typedef ptrdiff_t                        difference_type;
           ^
../sigc++/signal.h:515:11: error: ‘size_t’ does not name a type
   typedef size_t                           size_type;
           ^
../sigc++/signal.h:516:11: error: ‘ptrdiff_t’ does not name a type
   typedef ptrdiff_t                        difference_type;
           ^
make[3]: *** [signal.lo] Error 1
make[3]: Leaving directory `/root/libsigc++-2.2.4/sigc++'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/libsigc++-2.2.4/sigc++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/libsigc++-2.2.4'
make: *** [all] Error 2

Original issue reported on code.google.com by moury...@gmail.com on 12 May 2015 at 2:10

GoogleCodeExporter commented 8 years ago
you may want to report this to the libsigc++ developers.

Original comment by arvid.no...@gmail.com on 12 May 2015 at 11:46