[Cppunit-devel] cppunit2 does not compile
Brought to you by:
blep
|
From: CppUnit d. m. l. <cpp...@li...> - 2006-08-24 18:09:39
|
Hi!
I just wanted to build cppunit2. But there seems to be something
missing. I tried with the build instructions in thewiki but they are
wrong :-(
With this I get:
~/src/cvs/cppunit2 $ python scons.py platform=linux-gcc
python: can't open file 'scons.py': [Errno 2] No such file or directory
So I did this:
~/src/cvs/cppunit2 $ python sconstruct platform=linux-gcc
Traceback (most recent call last):
File "sconstruct", line 9, in ?
options = Options()
NameError: name 'Options' is not defined
So I did:
~/src/cvs/cppunit2 $ scons platform=linux-gcc
scons: Reading SConscript files ...
Building using PLATFORM = linux-gcc
scons: *** No tool named 'srcdist': No module named srcdist
File "sconstruct", line 41, in ?
But as you can see, none of it worked :-(
So please tell me how to build cppunit2.
Thanks a lot, Fabian
|