Page 1 of 1

Cafu SVN won't let me compile...

Posted: 2010-01-29, 14:35
by jiapei100
I just follow what's written in
http://www.cafu.de/wiki/cppdev:gettingstarted

After a scons -Q, I obtained the following error message

Code: Select all

jiapei@jiapei-laptop:~/Tools/Cafu-svn-20100129$ scons -Q
ImportError: No module named CompilerSetup:
  File "/home/jiapei/Tools/Cafu-svn-20100129/SConstruct", line 2:
    import CompilerSetup
Any suggestions?

Rgds
JIA

Re: Cafu SVN won't let me compile...

Posted: 2010-01-29, 16:32
by Carsten
Dear Jia,

did you copy file CompilerSetup.py.tmpl to CompilerSetup.py ?

This is described in section "Compiler Setup" at the Getting Started page, but it is easily overlooked there. (I'll change this to be more prominent in a moment.)