Ptolemy II 8.0.1 Limitations
The Ptolemy II 8.0.1 Release notes list limitations. The Vergil welcome window has a link to a similar list.If you find bugs, check the limitations page inside Vergil, then check this page, and then post to the ptolemy-hackers mailing list.
In your email, please be sure to list
Places to go
Know Limitations
See the Ptolemy
Bugzilla
page for other bugs.
See the
Ptolemy II 8.0.1 Release notes
for known limitations.
- Applets may fail under Firefox 4. See:
Bug 626362 - Firefox kills java applets (VM) which load to long.
- Under Solaris 10, the
$PTII/bin/vergil
script may
fail with:
BCVTB_HOME=/export/home1/cxh/src/ptII8.0.1/lbnl: is not an identifier
The problem is that under Solaris 10 /bin/sh
, lines like
export BCVTB_HOME="${PTII}/lbnl"
will fail, instead we should use:
export BCVTB_HOME="${PTII}/lbnl"; export BCVTB_HOME
For details, see http://serverfault.com/questions/103999/how-should-i-export-a-shell-variable-in-bash
The fix is to download ptinvoke.in.gz
cd $PTII/bin
cp /tmp/ptinvoke.in.gz .
gunzip ptinvoke.in.gz
/usr/sfw/bin/gmake
This bug affects only Solaris 10.
(Reported by Hauke Fuhrmann)
$PTII/bin/vergil
script may
fail with:
BCVTB_HOME=/export/home1/cxh/src/ptII8.0.1/lbnl: is not an identifierThe problem is that under Solaris 10
/bin/sh
, lines like
export BCVTB_HOME="${PTII}/lbnl"will fail, instead we should use:
export BCVTB_HOME="${PTII}/lbnl"; export BCVTB_HOMEFor details, see
http://serverfault.com/questions/103999/how-should-i-export-a-shell-variable-in-bash
The fix is to download ptinvoke.in.gz
cd $PTII/bin cp /tmp/ptinvoke.in.gz . gunzip ptinvoke.in.gz /usr/sfw/bin/gmakeThis bug affects only Solaris 10. (Reported by Hauke Fuhrmann)