[ts-gen] shim setup issues on 64-bit linux
Bill Pippin
pippin at owlriver.net
Mon Apr 13 16:28:33 EDT 2009
Mike,
One point I should have mentioned; there is a file mod/opts.sql
where you'll need to comment out a source statement.
The file had the following text:
________________________________________________________________________
/* opts.sql
* public domain, no warranty
*/
-- Users are currently responsible for collecting and preparing
-- contract data for option and futures option contracts. Once
-- given such files, source cmds for them may be added below.
source sym/opt/GOOG.sql;
________________________________________________________________________
The last two lines (unreleased as of yet) are now as follows:
-- E.g.:
-- source sym/opt/GOOG.sql;
In other words, in the most recent release, of 090327, this file
escaped without the source cmd, which is site specific, being
commented out. This will be fixed in later releases, but for
now, feel free to make this change yourself to the sql/mod/opts.sql
file in the sources you downloaded.
Thanks,
Bill
More information about the ts-general
mailing list