X-Spam-Check-By: sourceware.org
Message-ID: <1172047813.45dc07c528fc4@easymail-old.hol.gr>
Date: Wed, 21 Feb 2007 10:50:13 +0200
From: moka@hol.gr
To: cygwin@cygwin.com
Subject: gracebat runs in X, but not as a system call from a perl script
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-7
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.2.2
X-Virus-Status: Clean
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


I do startxwin to open X and  then do 
gracebat <parameters> 
this does what I want, namely produce a jpeg file

Now if I try this for a perl script(run from X)
system(gracebat <parameters>)

i.e. the exact same line that produced the right result
I get an error.

I guess the reason is that I am using the activestate perl instead of the
cygwin
 perl; anyway there were reasons for that, not sure if valid or not[the reason
 was getting DBD::Oracle to work, which was a huge pain].
So I guess "system" to perl is whatever system Activestate was installed for,
i.e. Windows.
 The question is:
Is it possible to get around this?
Can I tweak the system command so that it executes  gracebat(but
 otherwise use Activestate, e.g.  for Oracle DBI queries?


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

