so i have been trying to use scons for a while now and have had little
success compiling.
this could be due to something other than the devel39 branch but this
weeks 39 does'nt have the ./bootstrap method like 38 did...so i have
to use scons(plus i would like to learn how.)
i'm using debian and i got scons as an apt(is that a problem)
here's what i did.
scons
scons: Reading SConscript files ...
IOError: [Errno 13] Permission denied: '/home/tom/pdcvs/devel39/pd/config.log':
File "SConstruct", line 30:
pdwatchdog, pdsend, pdreceive, pdgui, pd, pdlib =
SConscript('./src/SConscript')
File "/usr/lib/scons/SCons/Script/SConscript.py", line 581:
return apply(method, args, kw)
File "/usr/lib/scons/SCons/Script/SConscript.py", line 508:
return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
File "/usr/lib/scons/SCons/Script/SConscript.py", line 239:
exec _file_ in stack[-1].globals
File "src/SConscript", line 107:
conf = pdenv.Configure()
File "/usr/lib/scons/SCons/Environment.py", line 1019:
return apply(SCons.SConf.SConf, nargs, nkw)
File "/usr/lib/scons/SCons/SConf.py", line 129:
self._startup()
File "/usr/lib/scons/SCons/SConf.py", line 464:
self.logstream = open(str(self.logfile), log_mode)
also while i'm here....
i did a compile of devel38 and had a weird problem where the [noise~]
object worked but not the [osc~]
then i took out the fftw flag from my ./configure and it now seems to
work fine.
this isn't a major issue at this stage but i'm kinda interested why
this could be.
where can i find information about what these flag actually do...ie
fftw, aswell as icc, atomic operations, lockfree, gathreadlocks etc.
thanks