Re: Trouble with DDD download via cygwin setup

2003-12-17 Thread Ton van Overbeek
I found out what the problem is trying to download ddd via Cygwin setup:
the filesize and md5sum given in setup.ini for ddd-3.3.8-1.tar.bz2
do not match.

In setup.ini: size 1435787, md5sum f3244afe271984c1fc1855203cb92300
After manual download:
  size 1435585, md5sum 86cc2b9dff9a4f794dfc6bbe49bf2bbc

Hence the download incomplete, try again? message in setup.
Harold, could you please fix your setup.ini, so ddd can be downloaded
via setup?

Thanks in advance.

Ton van Overbeek


Re: Trouble with DDD download via cygwin setup

2003-12-17 Thread Harold L Hunt II
Thanks Ton.  I fixed it by uploading the slightly updated binary file 
that I had created.

Harold

Ton van Overbeek wrote:

I found out what the problem is trying to download ddd via Cygwin setup:
the filesize and md5sum given in setup.ini for ddd-3.3.8-1.tar.bz2
do not match.
In setup.ini: size 1435787, md5sum f3244afe271984c1fc1855203cb92300
After manual download:
  size 1435585, md5sum 86cc2b9dff9a4f794dfc6bbe49bf2bbc
Hence the download incomplete, try again? message in setup.
Harold, could you please fix your setup.ini, so ddd can be downloaded
via setup?
Thanks in advance.

Ton van Overbeek



Re: Trouble with DDD download via cygwin setup

2003-12-14 Thread Norman Goldstein
 Thanks to Arnaud Dessiter for help and pointers.
Here are the steps I suggest for someone
who wants to get ddd up and running on
MS's Mindows 2000, without going through the
current compilation travails:
1. Install cygwin/X from a distribution that has lesstif 0.93.91-4 .
(this has the cygXm-2.dll).  
e.g. http://ftp.udel.edu

2. Download the binary ddd 3.3.8-1 from Harold Hunt's web site:
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd
Unpack this into its own directory.
3. Add ddd's usr/bin directory to the PATH variahle.
I use the default cygwin shell, so this amounts to editing
the .profile in my home directory.
4. To run ddd with gdb, start up the X environment, and type  ddd
at an xterm prompt.
Norm

--
Norman Goldstein
[EMAIL PROTECTED]




Re: Trouble with DDD download via cygwin setup

2003-12-14 Thread Harold L Hunt II
Norm,

Norman Goldstein wrote:
 Thanks to Arnaud Dessiter for help and pointers.
Here are the steps I suggest for someone
who wants to get ddd up and running on
MS's Mindows 2000, without going through the
current compilation travails:
1. Install cygwin/X from a distribution that has lesstif 0.93.91-4 .
(this has the cygXm-2.dll).  e.g. http://ftp.udel.edu
2. Download the binary ddd 3.3.8-1 from Harold Hunt's web site:
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd
Unpack this into its own directory.
Why don't you add the following address to setup.exe?

http://www.egr.msu.edu/~huntharo/cygwin/

I have a setup.ini file there that should allow you to install ddd 
without any manual steps.

3. Add ddd's usr/bin directory to the PATH variahle.
I use the default cygwin shell, so this amounts to editing
the .profile in my home directory.
Why is this needed?  I don't remember what I did exactly with this 
package, but I remember not having to do something like this.

Harold


Re: Trouble with DDD download via cygwin setup

2003-12-14 Thread Norman Goldstein
 Harold, I had the same problem as that experessed by Yamin in

   * Date: Tue, 09 Dec 2003 12:39:08 -0500

i.e. the download did not succeed when I ran the Cygwin setup as

setup http://www.egr.msu.edu/~huntharo/cygwin/ 
http://www.egr.msu.edu/%7Ehuntharo/cygwin/ .
You mentioned that, perhaps, the setup.ini needs some fiddling.

I hope your wife is better and you did well in your final!

Thank you for making the binary available for download.

Cheers,
Norm
- Harold wrote: 
Norm,
Norman Goldstein wrote:

Thanks to Arnaud Dessiter for help and pointers.
Here are the steps I suggest for someone
who wants to get ddd up and running on
MS's Mindows 2000, without going through the
current compilation travails:
1. Install cygwin/X from a distribution that has lesstif 0.93.91-4 .
(this has the cygXm-2.dll).  e.g. http://ftp.udel.edu
2. Download the binary ddd 3.3.8-1 from Harold Hunt's web site:
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd http://www.egr.msu.edu/%7Ehuntharo/cygwin/release/ddd
Unpack this into its own directory.
 

Why don't you add the following address to setup.exe?

http://www.egr.msu.edu/~huntharo/cygwin/ 
http://www.egr.msu.edu/%7Ehuntharo/cygwin/

I have a setup.ini file there that should allow you to install ddd 
without any manual steps.

3. Add ddd's usr/bin directory to the PATH variahle.
I use the default cygwin shell, so this amounts to editing
the .profile in my home directory.
 

Why is this needed? I don't remember what I did exactly with this 
package, but I remember not having to do something like this.

Harold

--
Norman Goldstein
[EMAIL PROTECTED]





Trouble with DDD download via cygwin setup

2003-12-09 Thread y2bismil
I'm having trouble downloading the ddd version maintained by Harold Hunt.  
I have cygwin setup version 2.416.  I setup the server to point to
http://www.egr.msu.edu/~huntharo/cygwin/.  I process normally through the cygwin
setup.  I located the ddd entry in the package list under Xfree86.  I select it
and set it to install ddd 3.3.8-1 (binary).  I click Next and it starts
downloading the file ddd-3.3.8-1.tar.bz2.  I gets almost too completion( 96%,
1384k/1435k), and then an error message just comes up and says  download
imcomplete try again.  I've repeated this many times, all to the same result.

I then tried manually downloading the file from
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/ddd-3.3.8-1.tar.bz2, which 
downloaded fine.  I extracted it (into a private dir), but when I tried to run
the executable it says it could not find cygxm-2.dll.  I'm assuming this is
either motif or lestiff related from a google.  The main story here is that the
file is downloaded if I do not go through cygwin setup.

Any ideas?

Thanks,

Yamin



*
From: Harold L Hunt II huntharo at msu.edu
Subject: [ITP] ddd-3.3.8
Newsgroups: gmane.os.cygwin.xfree, gmane.os.cygwin.applications
Date: Fri, 05 Dec 2003 21:38:15 +

I would like to contribute and maintain ddd:

 http://www.gnu.org/software/ddd/

GNU DDD is a graphical front-end for command-line debuggers such as
GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python
debugger. Besides ``usual'' front-end features such as viewing source
texts, DDD has become famous through its interactive graphical data
display, where data structures are displayed as graphs.


You can point Cygwin's setup.exe to the following address to install and 
test ddd:

http://www.egr.msu.edu/~huntharo/cygwin/

***Reviewer's Caveat***: I don't think that the static libiberty.a is 
supposed to be installed, so I removed the /usr/lib directory in the 
install step of the build script.

 cut here --

#!/bin/bash

mkdir ddd
cd ddd

wget \
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/setup.hint

wget \
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/ddd-3.3.8-1.tar.bz2

wget \
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/ddd-3.3.8-1-src.tar.bz2

 cut here --

MD5 sums:

de2d743b95817745c4227427afec759b *ddd/ddd-3.3.8-1-src.tar.bz2
86cc2b9dff9a4f794dfc6bbe49bf2bbc *ddd/ddd-3.3.8-1.tar.bz2
2c6bec0f95a7c76ee6581133eeab1db6 *ddd/setup.hint


Harold





This mail sent through www.mywaterloo.ca


Re: Trouble with DDD download via cygwin setup

2003-12-09 Thread Harold L Hunt II
[EMAIL PROTECTED] wrote:
I'm having trouble downloading the ddd version maintained by Harold Hunt.  
I have cygwin setup version 2.416.  I setup the server to point to
http://www.egr.msu.edu/~huntharo/cygwin/.  I process normally through the cygwin
setup.  I located the ddd entry in the package list under Xfree86.  I select it
and set it to install ddd 3.3.8-1 (binary).  I click Next and it starts
downloading the file ddd-3.3.8-1.tar.bz2.  I gets almost too completion( 96%,
1384k/1435k), and then an error message just comes up and says  download
imcomplete try again.  I've repeated this many times, all to the same result.
I must have messed up the setup.ini file so it is expecting a larger 
file.  I should fix this, but I have a final due today and my wife is 
very sick.

I then tried manually downloading the file from
http://www.egr.msu.edu/~huntharo/cygwin/release/ddd/ddd-3.3.8-1.tar.bz2, which 
downloaded fine.  I extracted it (into a private dir), but when I tried to run
the executable it says it could not find cygxm-2.dll.  I'm assuming this is
either motif or lestiff related from a google.  The main story here is that the
file is downloaded if I do not go through cygwin setup.
That's what happens when you install a package by hand: you don't get 
the dependencies.  You need LessTif and possibly some other packages.

Harold