Re: XITE under CYGWIN gives pty errors

2004-03-14 Thread Brian Dessent
Rob van Aarle wrote: > with these relevant comments: > 'XptyStartProgram' allocates a pty (pseudo terminal) (either > by calling system function '_getpty' (if source is compiled > with GETPTY defined)) or by trying to open devices /dev/ptyxy > (master) and /dev/ttyxy (slave) (where "x" is on

Re: XITE under CYGWIN gives pty errors

2004-03-14 Thread Larry Hall
At 10:27 AM 3/14/2004, you wrote: >Hello, > >As a project we need to run XITE >(http://www.ifi.uio.no/forskning/grupper/dsb/Programvare/Xite/) under >Windows. All sources of XITE can be compiled with Visual Studio, except the >ones that use a GUI. So we decided to use Cygwin to run XITE. The >insta

XITE under CYGWIN gives pty errors

2004-03-14 Thread Rob van Aarle
Hello, As a project we need to run XITE (http://www.ifi.uio.no/forskning/grupper/dsb/Programvare/Xite/) under Windows. All sources of XITE can be compiled with Visual Studio, except the ones that use a GUI. So we decided to use Cygwin to run XITE. The installation of XITE was not without problems,