building on Ubuntu errors

Bug #412912 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CppUnit 2
Fix Committed
High
blep

Bug Description

$ bzr branch lp:cppunit2
$ cd cppunit2
$ scons
scons: Reading SConscript files ...

scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/robertc/source/unittest/cppunit/cppunit2/sconstruct", line 20, in <module>

scons: warning: The EnumOption() function is deprecated; use the EnumVariable() function instead.
File "/home/robertc/source/unittest/cppunit/cppunit2/sconstruct", line 26, in <module>
You must specify a "platform"
---

I was doing this to look at adding a subunit outputter for cppunit2, like the one I wrote for cppunit. Where would be a good forum for discussing that?

Revision history for this message
blep (blep) wrote : Re: [Bug 412912] [NEW] building on Ubuntu errors

2009/8/13 Robert Collins <email address hidden>

> Public bug reported:
>
> $ bzr branch lp:cppunit2
> $ cd cppunit2
> $ scons

You need to specify the platform (I updated readme.txt):

scons platform=linux-gcc

Though, last time I checked there was some compilation with the latest
version of gcc on the stringizer module. I haven't had time to investigate
this yet (don't even have a virtual box with linux :( )...

Revision history for this message
blep (blep) wrote :

All compilation issues on Ubuntu 9.04 with g++ 4.3.3 have fixed on essence and monitor branches.

Changed in cppunit2:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → blep (blep)
milestone: none → v0.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.