HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/libsigc++


Ignore:
Timestamp:
06/27/08 13:02:05 (7 years ago)
Author:
scottmc
Comment:

Added build notes

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libsigc++

    v1 v2  
    99||R5||unstable|| 
    1010||BONE||untested|| 
    11 ||Haiku||untested|| 
     11||Haiku||broken|| 
    1212 
    1313=== (scottmc) - [Haiku] ===  
    1414 
    1515[http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-2.0.18.tar.gz source] 
     16 
     17Copy in haiku config.guess/.sub files, then run  libtoolize --force, and aclocal[[BR]] 
     18Then ./configure --prefix=/boot/common 
     19 
     20Then make fails: 
     21{{{ 
     22/bin/make  all-recursive 
     23make[1]: Entering directory `/boot/test/libsigc++-2.0.18' 
     24Making all in sigc++ 
     25make[2]: Entering directory `/boot/test/libsigc++-2.0.18/sigc++' 
     26/bin/make  all-am 
     27make[3]: Entering directory `/boot/test/libsigc++-2.0.18/sigc++' 
     28make[3]: Nothing to be done for `all-am'. 
     29make[3]: Leaving directory `/boot/test/libsigc++-2.0.18/sigc++' 
     30make[2]: Leaving directory `/boot/test/libsigc++-2.0.18/sigc++' 
     31Making all in tests 
     32make[2]: Entering directory `/boot/test/libsigc++-2.0.18/tests' 
     33source='test_deduce_result_type.cc' object='test_deduce_result_type.o' libtool=no \ 
     34        DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ 
     35        g++  -I. -I.. -I.. -I..    -g -O2 -c -o test_deduce_result_type.o test_deduce_result_type.cc 
     36In file included from /boot/test/libsigc++-2.0.18/sigc++/adaptors/adaptors.h:23, 
     37                 from /boot/test/libsigc++-2.0.18/sigc++/sigc++.h:26, 
     38                 from /boot/test/libsigc++-2.0.18/tests/test_deduce_result_type.cc:8: 
     39/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: `deduce_result_type_internal' is not a template 
     40/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: `type' is not a class or namespace 
     41/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1099: ANSI C++ forbids declaration `type' with no type 
     42/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: `deduce_result_type_internal' is not a template 
     43/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: `type' is not a class or namespace 
     44/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1313: ANSI C++ forbids declaration `type' with no type 
     45/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: `deduce_result_type_internal' is not a template 
     46/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: `type' is not a class or namespace 
     47/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1500: ANSI C++ forbids declaration `type' with no type 
     48/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: `deduce_result_type_internal' is not a template 
     49/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: `type' is not a class or namespace 
     50/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1661: ANSI C++ forbids declaration `type' with no type 
     51/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: `deduce_result_type_internal' is not a template 
     52/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: `type' is not a class or namespace 
     53/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1797: ANSI C++ forbids declaration `type' with no type 
     54/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: `deduce_result_type_internal' is not a template 
     55/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: `type' is not a class or namespace 
     56/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:1909: ANSI C++ forbids declaration `type' with no type 
     57/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: `deduce_result_type_internal' is not a template 
     58/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: `type' is not a class or namespace 
     59/boot/test/libsigc++-2.0.18/sigc++/adaptors/bind.h:2001: ANSI C++ forbids declaration `type' with no type 
     60make[2]: *** [test_deduce_result_type.o] Error 1 
     61make[2]: Leaving directory `/boot/test/libsigc++-2.0.18/tests' 
     62make[1]: *** [all-recursive] Error 1 
     63make[1]: Leaving directory `/boot/test/libsigc++-2.0.18' 
     64make: *** [all] Error 2 
     65/boot/test/libsigc++-2.0.18>  
     66}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/