Re: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-13 Thread David L. Thompson

I was wondering the same thing?

David

Will this also be a problem for the rest of us??? I, for one, am not 
subscribed

with the same address as my commits come from.

BTW, I'm compiling from scratch as I type this..stand by



 Mail from the commit won't be forthcoming (pdk wasn't a subscriber to
 opendx-dev so our recent spam filter intercepted it).


--
.
David L. Thompson  The University of Montana
mailto:[EMAIL PROTECTED] Computer Science Department
http://www.cs.umt.edu/u/dthompsn   Missoula, MT  59812
   Work Phone : (406)257-8530


Re: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-13 Thread Peter Daniel Kirchner
Jiten's working on it.

David L. Thompson wrote:

 I was wondering the same thing?

 David

 Will this also be a problem for the rest of us??? I, for one, am not
 subscribed
 with the same address as my commits come from.
 
 BTW, I'm compiling from scratch as I type this..stand by
 
 
   Mail from the commit won't be forthcoming (pdk wasn't a subscriber to
   opendx-dev so our recent spam filter intercepted it).

 --
 .
 David L. Thompson  The University of Montana
 mailto:[EMAIL PROTECTED] Computer Science Department
 http://www.cs.umt.edu/u/dthompsn   Missoula, MT  59812
 Work Phone : (406)257-8530


Re: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-12 Thread David L. Thompson
Do you have an directory named DXROOT/samples/macros with nothing in 
it? I know what the error is, is the command is getting -macros with 
nothing following it. Why I don't know.


David


For the first time in a long time I cvs up'ed my entire tree then did a make
install. To my surprize I now get

$ dx -edit
/opt/dx/dx/bin/dxworker : -macros: missing directory list
(use -help to get usage information)
$ $ dx -help
/opt/dx/dx/bin/dxworker : -macros: missing directory list
(use -help to get usage information)
$

Have I missed something important in the commits


--
.
David L. Thompson  The University of Montana
mailto:[EMAIL PROTECTED] Computer Science Department
http://www.cs.umt.edu/u/dthompsn   Missoula, MT  59812
   Work Phone : (406)257-8530


Re: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-12 Thread Peter Denisevich
I've found a similar problem on Linux -- both with the CVS source (Mar 4
updated) AND with the Mar 3 RPMS.  It looks as if the dx script isn't
reading the environment variable DXMACROS.  If I start with dx -macros
/usr/local/dx/samples/macros everything is OK.  If is use export DXMACROS=
[same] dx can't find them.

The problem seems to come from the part of the script that tries to append
the JXMACROS stuff to the DXMACROS.  The string dx script creates looks OK
dxexec or whatever can't seem to read it properly.  If I comment out the
lines in dx which relate to JXMACROS it seems to be OK.  Perhaps the longer
string is too big for the allocated space??  Note that this only happens
when the build creates the JXMACROS directories.

Hope this helps.

Suhaib M. Siddiqi wrote:

 Oh,
 So it was not ME.  I kept getting simillar error on Windows with the new
 CVS.

 Suhaib

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Rick Scott
  Sent: Sunday, March 12, 2000 9:45 AM
  To: opendx2-dev@lists.berlios.de
  Subject: [opendx-dev] newly updated tree, can't run dx anymore
 
 
  For the first time in a long time I cvs up'ed my entire tree then
  did a make
  install. To my surprize I now get
 
  $ dx -edit
  /opt/dx/dx/bin/dxworker : -macros: missing directory list
  (use -help to get usage information)
  $ $ dx -help
  /opt/dx/dx/bin/dxworker : -macros: missing directory list
  (use -help to get usage information)
  $
 
  Have I missed something important in the commits


RE: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-12 Thread Suhaib M. Siddiqi

At least on Windows using MOTIF 2.1.x and Exceed plus Cygwin
if I start dx with DXMACROS variable set to smaples/macros
It refuses to accept it.  It returns error

/dx/samples/macros no such file or directory, though directory exists.

I had been strugling to find the reason for it.  BTW.  It uses no
scripts, unlike Peter Denisevich problem.  It supposed to read the
ENV set by opendx.bat file.

Suhaib

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of David L.
 Thompson
 Sent: Sunday, March 12, 2000 12:27 PM
 To: opendx2-dev@lists.berlios.de
 Subject: Re: [opendx-dev] newly updated tree, can't run dx anymore
 
 
 Do you have an directory named DXROOT/samples/macros with nothing in 
 it? I know what the error is, is the command is getting -macros with 
 nothing following it. Why I don't know.
 
 David
 
 For the first time in a long time I cvs up'ed my entire tree 
 then did a make
 install. To my surprize I now get
 
 $ dx -edit
 /opt/dx/dx/bin/dxworker : -macros: missing directory list
 (use -help to get usage information)
 $ $ dx -help
 /opt/dx/dx/bin/dxworker : -macros: missing directory list
 (use -help to get usage information)
 $
 
 Have I missed something important in the commits
 
 -- 
 ..
 ...
 David L. Thompson  The University of Montana
 mailto:[EMAIL PROTECTED] Computer Science Department
 http://www.cs.umt.edu/u/dthompsn   Missoula, MT  59812
 Work Phone : (406)257-8530


Re: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-12 Thread Rick Scott
I do not, never had, and probably never will, have anything related to java
installed.


On 12-Mar-00 at 12:35, Peter Denisevich ([EMAIL PROTECTED]) wrote:
 I've found a similar problem on Linux -- both with the CVS source (Mar 4
 updated) AND with the Mar 3 RPMS.  It looks as if the dx script isn't
 reading the environment variable DXMACROS.  If I start with dx -macros
 /usr/local/dx/samples/macros everything is OK.  If is use export DXMACROS=
 [same] dx can't find them.
 
 The problem seems to come from the part of the script that tries to append
 the JXMACROS stuff to the DXMACROS.  The string dx script creates looks OK
 dxexec or whatever can't seem to read it properly.  If I comment out the
 lines in dx which relate to JXMACROS it seems to be OK.  Perhaps the longer
 string is too big for the allocated space??  Note that this only happens
 when the build creates the JXMACROS directories.
 
 Hope this helps.
 
 Suhaib M. Siddiqi wrote:
 
  Oh,
  So it was not ME.  I kept getting simillar error on Windows with the new
  CVS.
 
  Suhaib
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of Rick Scott
   Sent: Sunday, March 12, 2000 9:45 AM
   To: opendx2-dev@lists.berlios.de
   Subject: [opendx-dev] newly updated tree, can't run dx anymore
  
  
   For the first time in a long time I cvs up'ed my entire tree then
   did a make
   install. To my surprize I now get
  
   $ dx -edit
   /opt/dx/dx/bin/dxworker : -macros: missing directory list
   (use -help to get usage information)
   $ $ dx -help
   /opt/dx/dx/bin/dxworker : -macros: missing directory list
   (use -help to get usage information)
   $
  
   Have I missed something important in the commits


Re: [opendx-dev] newly updated tree, can't run dx anymore

2000-03-12 Thread Rick Scott
I have never needed them in the past, and if it tells me to use dx -help for
additional help, I should damn well get additional help, not the same error
message.


On 12-Mar-00 at 17:29, Suhaib M. Siddiqi ([EMAIL PROTECTED]) wrote:
 You need macros from dxsamples
 
 Suhaib
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Rick Scott
  Sent: Sunday, March 12, 2000 3:26 PM
  To: opendx2-dev@lists.berlios.de
  Cc: opendx2-dev@lists.berlios.de
  Subject: Re: [opendx-dev] newly updated tree, can't run dx anymore
 
 
  No, I have never co'ed the dxsamples. Why should I need them???
 
 
  On 12-Mar-00 at 12:31, David L. Thompson ([EMAIL PROTECTED]) wrote:
   Do you have an directory named DXROOT/samples/macros with nothing in
   it? I know what the error is, is the command is getting -macros with
   nothing following it. Why I don't know.
  
   David
  
   For the first time in a long time I cvs up'ed my entire tree then did
   a make install. To my surprize I now get
   
   $ dx -edit
   /opt/dx/dx/bin/dxworker : -macros: missing directory list
   (use -help to get usage information)
   $ $ dx -help
   /opt/dx/dx/bin/dxworker : -macros: missing directory list
   (use -help to get usage information)
   $
   
   Have I missed something important in the commits
  
   --
  
  ..
  ...
   David L. Thompson  The University of Montana
   mailto:[EMAIL PROTECTED] Computer Science Department
   http://www.cs.umt.edu/u/dthompsn   Missoula, MT  59812
   Work Phone : (406)257-8530