| Thanks for the datetime fix.
pyrun is not necessary on Linux (I think), so this target should probably
be removed both as a target and as a dependency on Linux. I will
investigate more.
Original Message:
-----------------
From: stevenyi stevenyi@csounds.com
Date: Mon, 05 Apr 2004 21:05:23 -0700
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4446] SConstruct checked in
Hi All,
I checked in a new version of SConstruct that removes the Python 2.3
datetime function and replaces with a utility function I wrote that uses
the time module. Michael: I formatted the today() function to return
y_m_d i.e. today would be "2004_04_05". I'm not sure if that's what the
datetime.time.today() function returns, but if not, feel free to edit.
This SConstruct file runs without a hitch on my Fedora system that has
python 2.2.3.
I also added a check for CsoundVST that if on linux to ignore building.
What was going on was that only on cygwin and windows was the pyrun
target being defined and so when it got down further past the
platform-dependent checks and was doing a Depends() on pyrun it was
coming up undefined. I figured that to block building on linux until
CsoundVST has platform-dependent checks for it as well would be fine.
(Saves me typing when running SCons).
Thanks,
steven
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ . |