PTARCH == nt4.vc
make
c:/tycho0.3.devel/mk/tycommon.mk:276: *** target pattern contains no `%'.
The problem here was that ROOT was set to c:/tycho0.3devel. The colon was being interpreted by make, so setting ROOT to /tycho0.3devel fixed the problem.
ROOT
c:/tycho0.3devel
/tycho0.3devel
'\\carson\cxh\pt\obj.nt4\pigiRpc' is an invalid current directory path. UNC paths are not supported. Defaulting to Windows directory. The handle could not be duplicated during a pipe operation.
The fix is to run make --unix, or do
make --unix
MAKE_MODE=unix export MAKE_MODE
$PTOLEMY/src/octtools/Packages/oct
$PTOLEMY/bin/pigi
xrdb
/bin/sh.exe
type
bash.exe
pigi
Error: Unable to load ptk startup file: : can't find package tycho.kernel.basic: can't find package tycho.kernel.basic while executing "package require tycho.kernel.basic" (file "C:\tycho0.3devel/kernel/Tycho.tcl" line 255) invoked from within "source $path/kernel/Tycho.tcl"
unset TYCHO pigi
RPC Error: can not fdopen for write in application RPC Error: cannot connect to the server
pxgraph
$PTOLEMY/src/pxgraph/README.txt
Error: no interpreter to evaluate 'expr 1024/8'
kernel/InvokeInterp.cc
// send a string to an external interpreter for evaluation const char* InvokeInterp :: interpreter(const char* expression) { Error::error("no interpreter to evaluate '", expression, "'."); return NULL; }