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-util/cpptest/1.1.0/1


Ignore:
Timestamp:
05/18/09 13:58:30 (6 years ago)
Author:
scottmc
Comment:

initial build attempt of cpptest on gcc2 haiku - no go.

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/cpptest/1.1.0/1

    v1 v2  
    1   
     1This likely won't work on gcc2.  Tried: 
     2{{{ 
     3libtoolize --force --copy 
     4aclocal 
     5automake 
     6autoconf 
     7./configure --prefix=/boot/common 
     8make 
     9}}} 
     10Then it fails 
     11{{{ 
     12~/cpptest-1.1.0> make 
     13Making all in src 
     14make[1]: Entering directory `/boot/home/cpptest-1.1.0/src' 
     15source='collectoroutput.cpp' object='collectoroutput.lo' libtool=yes \ 
     16        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     17        /bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../config      -g -O2 -c -o collectoroutput.lo collectoroutput.cpp 
     18libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../config -g -O2 -c collectoroutput.cpp -Wp,-MD,.deps/collectoroutput.TPlo  -DPIC -o .libs/collectoroutput.o 
     19/boot/home/cpptest-1.1.0/src/cpptest-output.h: In method `void Test::Output::finished(int, const Test::Time &)': 
     20In file included from /boot/home/cpptest-1.1.0/src/cpptest-collectoroutput.h:36, 
     21                 from /boot/home/cpptest-1.1.0/src/collectoroutput.cpp:33: 
     22/boot/home/cpptest-1.1.0/src/cpptest-output.h:79: invalid use of undefined type `const class Test::Time' 
     23/boot/home/cpptest-1.1.0/src/cpptest-output.h:43: forward declaration of `const class Test::Time' 
     24/boot/home/cpptest-1.1.0/src/cpptest-output.h: In method `void Test::Output::suite_end(int, const string &, const Test::Time &)': 
     25/boot/home/cpptest-1.1.0/src/cpptest-output.h:104: invalid use of undefined type `const class Test::Time' 
     26/boot/home/cpptest-1.1.0/src/cpptest-output.h:43: forward declaration of `const class Test::Time' 
     27/boot/home/cpptest-1.1.0/src/cpptest-output.h: In method `void Test::Output::test_end(const string &, bool, const Test::Time &)': 
     28/boot/home/cpptest-1.1.0/src/cpptest-output.h:128: invalid use of undefined type `const class Test::Time' 
     29/boot/home/cpptest-1.1.0/src/cpptest-output.h:43: forward declaration of `const class Test::Time' 
     30/boot/home/cpptest-1.1.0/src/cpptest-output.h: In method `void Test::Output::assertment(const Test::Source &)': 
     31/boot/home/cpptest-1.1.0/src/cpptest-output.h:137: invalid use of undefined type `const class Test::Source' 
     32/boot/home/cpptest-1.1.0/src/cpptest-output.h:42: forward declaration of `const class Test::Source' 
     33make[1]: *** [collectoroutput.lo] Error 1 
     34make[1]: Leaving directory `/boot/home/cpptest-1.1.0/src' 
     35make: *** [all-recursive] Error 1 
     36~/cpptest-1.1.0>  
     37}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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