Le samedi 19 novembre 2005 à 20:03 -0500, D. Michael 'Silvan' McIntyre a
écrit :

Hi Silvan,

> I'm not sure what bug this is supposed to fix, but it doesn't look too 
> controversial, doesn't seem to have broken anything, and I assume it fixes 
> something in the bargain.  Committed.  Thanks!

Here it is:

-----
[EMAIL PROTECTED]:/usr/src/rosegarden.orig$ scons help
scons: Reading SConscript files ...
*** Instructions ***
--------------------
* scons            to compile
* scons -j4        to compile with several instances
* scons install    to compile and install
* scons -c install to uninstall

*** Generic options ***
--------------------
* debug         debug=1 (-g) or debug=full (-g3, slower) else use
environment CXXFLAGS, or -O2 by default
* prefix        the installation path
* extraincludes a list of paths separated by ":"
* scons configure debug=full prefix=/usr/local
extraincludes=/tmp/include:/usr/local
* scons install prefix=/opt/local DESTDIR=/tmp/blah

*** KDE options ***
--------------------
* prefix      base install path,         ie: /usr/local
* execprefix  install path for binaries, ie: /usr/bin
* datadir     install path for the data, ie: /usr/local/share
* libdir      install path for the libs, ie: /usr/lib
* qtdir       base of the kde libraries
* kdedir      base of the qt libraries
* libsuffix   suffix of libraries on amd64, ie: 64, 32
* kdeincludes kde includes path (/usr/include/kde on debian, ..)
* qtincludes  qt includes path (/usr/include/qt on debian, ..)
* kdelibs     kde libraries path, for linking the programs
* qtlibs      qt libraries path, for linking the program
* scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt

*** Sound options ***
--------------------
* nosound     disable sound support
* noalsa      disable ALSA
* nojack      disable JACK
* nodssi      disable DSSI
ie: scons configure noalsa=1 nojack=1 nodssi=1
KeyError: 'CACHEDIR':
  File "SConstruct", line 54:
    toolpath=['./', 'scons_admin/'])
  File "/usr/lib/python2.3/site-packages/SCons/Environment.py", line
266:
    apply_tools(self, tools, toolpath)
  File "/usr/lib/python2.3/site-packages/SCons/Environment.py", line
122:
    env.Tool(tool, toolpath)
  File "/usr/lib/python2.3/site-packages/SCons/Environment.py", line
906:
    return SCons.Tool.Tool(tool, map(self.subst, toolpath))(self)
  File "/usr/lib/python2.3/site-packages/SCons/Tool/__init__.py", line
53:
    apply(self.generate, ( env, ) + args, kw)
  File "scons_admin/sound.py", line 48:
    cachefile = env['CACHEDIR']+'/sound.cache.py'
  File "/usr/lib/python2.3/site-packages/SCons/Environment.py", line
290:
    return self._dict[key]
[EMAIL PROTECTED]:/usr/src/rosegarden.orig$
-----

Not really a bug :-)

Bye



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to