public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Source navigator
@ 2000-07-22 16:08 Michael Still
  2000-07-23 15:56 ` Ben Elliston
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Still @ 2000-07-22 16:08 UTC (permalink / raw)
  To: bje, sourcenav

Ben,

discovered that SN is released and downloaded it. I am not sure it is
ready for prime time yet though... I had to hack a TCL source file to
get it to compile and the snavigator directory have exciting things like
the AUTHORS file contains the text "AUTHORS". The same for the README
file as well. I haven't checked any others...

Because the README file is empty, I don't know who to tell about this
sort of thing... Any ideas? I _think_ the address I grabbed above with
work, but it is not clear...

Mikal

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source navigator
  2000-07-22 16:08 Source navigator Michael Still
@ 2000-07-23 15:56 ` Ben Elliston
  2000-07-24 12:46   ` Syd Polk
  0 siblings, 1 reply; 25+ messages in thread
From: Ben Elliston @ 2000-07-23 15:56 UTC (permalink / raw)
  To: Michael Still; +Cc: sourcenav

Hi Michael,

   discovered that SN is released and downloaded it. I am not sure it is
   ready for prime time yet though... I had to hack a TCL source file to
   get it to compile and the snavigator directory have exciting things
   like the AUTHORS file contains the text "AUTHORS". The same for the
   README file as well. I haven't checked any others...

The AUTHOR and README files were generated by Automake with their current
contents.  I know it's not very helpful; the best place to reach people
about S-N problems is on this mailing list (sourcenav@).

If you like, send in a brief log showing the compilation error.  We've never
built S-N on SPARC Linux before.

Ben

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source navigator
  2000-07-23 15:56 ` Ben Elliston
@ 2000-07-24 12:46   ` Syd Polk
  2000-07-24 15:00     ` Michael Still
  0 siblings, 1 reply; 25+ messages in thread
From: Syd Polk @ 2000-07-24 12:46 UTC (permalink / raw)
  To: Ben Elliston, Michael Still; +Cc: sourcenav

At 08:56 AM 7/24/00 +1000, Ben Elliston wrote:
>Hi Michael,
>
>    discovered that SN is released and downloaded it. I am not sure it is
>    ready for prime time yet though... I had to hack a TCL source file to
>    get it to compile and the snavigator directory have exciting things
>    like the AUTHORS file contains the text "AUTHORS". The same for the
>    README file as well. I haven't checked any others...
>
>The AUTHOR and README files were generated by Automake with their current
>contents.  I know it's not very helpful; the best place to reach people
>about S-N problems is on this mailing list (sourcenav@).
>
>If you like, send in a brief log showing the compilation error.  We've never
>built S-N on SPARC Linux before.
>
>Ben

The README inside snavigator is the current one. The toplevel files are 
common to all Cygnus-based projects.


Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source navigator
  2000-07-24 12:46   ` Syd Polk
@ 2000-07-24 15:00     ` Michael Still
  2000-07-24 15:21       ` Syd Polk
  2000-07-24 16:40       ` Highlight region and keyboard insertion point get mismatched in fileopen dialog box Albert Wong
  0 siblings, 2 replies; 25+ messages in thread
From: Michael Still @ 2000-07-24 15:00 UTC (permalink / raw)
  To: Syd Polk; +Cc: Ben Elliston, sourcenav

Syd,

thanks for your reply. Perhaps I am confused. I have attached the Authors and
Readme files from the snavigator directory... I have also attached the config.log
file for the tcl8.1 sub directory (which is the one I had to change). The file I
edited was tclPosixStr.c. The diff of the changed copy is attached.

A uname -a of my system gives Linux sparc10 2.2.14-5.0-smp #1 SMP Tue Mar 7
20:26:12 EST 2000 sparc unknown, which is a Sparc Redhat 6.1 box.

Mikal

Syd Polk wrote:

> At 08:56 AM 7/24/00 +1000, Ben Elliston wrote:
> >Hi Michael,
> >
> >    discovered that SN is released and downloaded it. I am not sure it is
> >    ready for prime time yet though... I had to hack a TCL source file to
> >    get it to compile and the snavigator directory have exciting things
> >    like the AUTHORS file contains the text "AUTHORS". The same for the
> >    README file as well. I haven't checked any others...
> >
> >The AUTHOR and README files were generated by Automake with their current
> >contents.  I know it's not very helpful; the best place to reach people
> >about S-N problems is on this mailing list (sourcenav@).
> >
> >If you like, send in a brief log showing the compilation error.  We've never
> >built S-N on SPARC Linux before.
> >
> >Ben
>
> The README inside snavigator is the current one. The toplevel files are
> common to all Cygnus-based projects.
>
> Syd Polk                spolk@redhat.com
> Engineering Manager     +1 415 777 9810 x 241
> Red Hat, Inc.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source navigator
  2000-07-24 15:00     ` Michael Still
@ 2000-07-24 15:21       ` Syd Polk
  2000-07-24 16:40       ` Highlight region and keyboard insertion point get mismatched in fileopen dialog box Albert Wong
  1 sibling, 0 replies; 25+ messages in thread
From: Syd Polk @ 2000-07-24 15:21 UTC (permalink / raw)
  To: Michael Still; +Cc: Ben Elliston, sourcenav

No, it was me who is confused.

The real README lives in snavigator/install, and gets copied to the 
toplevel by "make install".

There is a real version of the patch below living around here somewhere 
which I will have to scrounge up.


At 07:59 AM 7/25/00 +1000, Michael Still wrote:
>Syd,
>
>thanks for your reply. Perhaps I am confused. I have attached the Authors and
>Readme files from the snavigator directory... I have also attached the 
>config.log
>file for the tcl8.1 sub directory (which is the one I had to change). The 
>file I
>edited was tclPosixStr.c. The diff of the changed copy is attached.
>
>A uname -a of my system gives Linux sparc10 2.2.14-5.0-smp #1 SMP Tue Mar 7
>20:26:12 EST 2000 sparc unknown, which is a Sparc Redhat 6.1 box.
>
>Mikal
>
>Syd Polk wrote:
>
> > At 08:56 AM 7/24/00 +1000, Ben Elliston wrote:
> > >Hi Michael,
> > >
> > >    discovered that SN is released and downloaded it. I am not sure it is
> > >    ready for prime time yet though... I had to hack a TCL source file to
> > >    get it to compile and the snavigator directory have exciting things
> > >    like the AUTHORS file contains the text "AUTHORS". The same for the
> > >    README file as well. I haven't checked any others...
> > >
> > >The AUTHOR and README files were generated by Automake with their current
> > >contents.  I know it's not very helpful; the best place to reach people
> > >about S-N problems is on this mailing list (sourcenav@).
> > >
> > >If you like, send in a brief log showing the compilation error.  We've 
> never
> > >built S-N on SPARC Linux before.
> > >
> > >Ben
> >
> > The README inside snavigator is the current one. The toplevel files are
> > common to all Cygnus-based projects.
> >
> > Syd Polk                spolk@redhat.com
> > Engineering Manager     +1 415 777 9810 x 241
> > Red Hat, Inc.
>README
>AUTHORS
>This file contains any messages produced by compilers while
>running configure, to aid debugging if configure makes a mistake.
>
>configure:552: checking host system type
>configure:604: checking whether make sets ${MAKE}
>989,991c989,991
>< #if defined(SIGPWR) && (!defined(SIGXFSZ) || (SIGPWR != SIGXFSZ))
><       case SIGPWR: return "SIGPWR";
>< #endif
>---
> >         //#if defined(SIGPWR) && (!defined(SIGXFSZ) || (SIGPWR != SIGXFSZ))
> >         //    case SIGPWR: return "SIGPWR";
> >         //#endif
>1121,1123c1121,1123
>< #if defined(SIGPWR) && (!defined(SIGXFSZ) || (SIGPWR != SIGXFSZ))
><       case SIGPWR: return "power-fail restart";
>< #endif
>---
> >         //#if defined(SIGPWR) && (!defined(SIGXFSZ) || (SIGPWR != SIGXFSZ))
> >         //    case SIGPWR: return "power-fail restart";
> >         //#endif

Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



^ permalink raw reply	[flat|nested] 25+ messages in thread

* Highlight region and keyboard insertion point get mismatched in fileopen dialog box
  2000-07-24 15:00     ` Michael Still
  2000-07-24 15:21       ` Syd Polk
@ 2000-07-24 16:40       ` Albert Wong
  2000-07-24 17:13         ` Highlight region and keyboard insertion point get mismatched infile open " Ben Elliston
  2000-07-27 10:12         ` Highlight region and keyboard insertion point get mismatched in fileopen " Gilles J. Seguin
  1 sibling, 2 replies; 25+ messages in thread
From: Albert Wong @ 2000-07-24 16:40 UTC (permalink / raw)
  To: sourcenav

I noticed that in Source Navigator 4.5.1, if you have a text region
highlighted in a file open dialog box's "File name" input field, move
focus away from the file name input box (lick click on the graphical
browser part) and then move back to highlight a subsegment of the "File
name" text, the keyboard insert point moves to the end of the text
ignoring the highlight region.  This is somewhat annoying because when you
type, you insert at the end of the text, but the highlighted region still
disappears.  
	It looks like the highlight region and the text region are 
ignoring the initial mouse click (as the highlight always starts from the
left and the text insert's always on the furthest right), and the cursor
ignores subsequent dragging. Perhaps it should follow the mouse location
more closely so that if you can highlight an arbitrary section rather than
a section from the beginning of the text.

To reproduce this:
 - Get to a file open dialog box somehow (like File|Open Project)
 - Type in something in the filename field
 - click on  a folder
 - try to select a sub region (before the last char) of what you typed
 - type something else, which you'd expect to replace the highlighted text


-Albert

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatched infile open dialog box
  2000-07-24 16:40       ` Highlight region and keyboard insertion point get mismatched in fileopen dialog box Albert Wong
@ 2000-07-24 17:13         ` Ben Elliston
  2000-07-24 17:16           ` Albert Wong
  2000-07-27 10:12         ` Highlight region and keyboard insertion point get mismatched in fileopen " Gilles J. Seguin
  1 sibling, 1 reply; 25+ messages in thread
From: Ben Elliston @ 2000-07-24 17:13 UTC (permalink / raw)
  To: Albert Wong; +Cc: sourcenav

Hi Albert,

I looked into your bug report (I'm using Solaris 2.7):
   
   To reproduce this:
    - Get to a file open dialog box somehow (like File|Open Project)
    - Type in something in the filename field
    - click on  a folder
    - try to select a sub region (before the last char) of what you typed
    - type something else, which you'd expect to replace the highlighted text
   
I was unable to reproduce this.  What plaform are you running S-N on?

Ben

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatched infile open dialog box
  2000-07-24 17:13         ` Highlight region and keyboard insertion point get mismatched infile open " Ben Elliston
@ 2000-07-24 17:16           ` Albert Wong
  2000-07-24 20:15             ` Gilles J. Seguin
  0 siblings, 1 reply; 25+ messages in thread
From: Albert Wong @ 2000-07-24 17:16 UTC (permalink / raw)
  To: Ben Elliston; +Cc: sourcenav

>    To reproduce this:
>     - Get to a file open dialog box somehow (like File|Open Project)
>     - Type in something in the filename field
>     - click on  a folder
>     - try to select a sub region (before the last char) of what you typed
>     - type something else, which you'd expect to replace the highlighted text
>    
> I was unable to reproduce this.  What plaform are you running S-N on?

I'm running on Redhat 6.2 with XFree4.0.1.

-Albert

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatched infile open dialog box
  2000-07-24 17:16           ` Albert Wong
@ 2000-07-24 20:15             ` Gilles J. Seguin
  2000-07-24 20:24               ` Highlight region and keyboard insertion point get mismatchedinfile " Albert Wong
  0 siblings, 1 reply; 25+ messages in thread
From: Gilles J. Seguin @ 2000-07-24 20:15 UTC (permalink / raw)
  To: egcs; +Cc: sourcenav

Albert Wong wrote:
> 
> >    To reproduce this:
> >     - Get to a file open dialog box somehow (like File|Open Project)
> >     - Type in something in the filename field
> >     - click on  a folder
> >     - try to select a sub region (before the last char) of what you typed
> >     - type something else, which you'd expect to replace the highlighted 
> >       text
> >
> > I was unable to reproduce this.  What plaform are you running S-N on?
> 
> I'm running on Redhat 6.2 with XFree4.0.1.

I was un-able to reproduce on RedHat 6.2 with XFree86-3.3.6-20

Gilles

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatchedinfile  open dialog box
  2000-07-24 20:15             ` Gilles J. Seguin
@ 2000-07-24 20:24               ` Albert Wong
  2000-07-24 21:01                 ` Gilles J. Seguin
  0 siblings, 1 reply; 25+ messages in thread
From: Albert Wong @ 2000-07-24 20:24 UTC (permalink / raw)
  To: Gilles J. Seguin; +Cc: sourcenav

> > >    To reproduce this:
> > >     - Get to a file open dialog box somehow (like File|Open Project)
> > >     - Type in something in the filename field
> > >     - click on  a folder
> > >     - try to select a sub region (before the last char) of what you typed
> > >     - type something else, which you'd expect to replace the highlighted 
> > >       text
> > >
> > > I was unable to reproduce this.  What plaform are you running S-N on?
> > 
> > I'm running on Redhat 6.2 with XFree4.0.1.
> 
> I was un-able to reproduce on RedHat 6.2 with XFree86-3.3.6-20

Odd...I've tried it multiple times and I'm still getting it.  How are you
performing the selection?  I'm clicking in the middle of the text and
dragging immediately after clicking on a folder.  Subsequent clicks
position the cursor and the select region in the expected place, but the
initial click and drag does something funny here.

-Albert

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatchedinfile  open dialog box
  2000-07-24 20:24               ` Highlight region and keyboard insertion point get mismatchedinfile " Albert Wong
@ 2000-07-24 21:01                 ` Gilles J. Seguin
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles J. Seguin @ 2000-07-24 21:01 UTC (permalink / raw)
  To: egcs; +Cc: sourcenav

Albert Wong wrote:
> 
>    To reproduce this:
>     - Get to a file open dialog box somehow (like File|Open Project)
>     - Type in something in the filename field
>     - click on  a folder
>     - try to select a sub region (before the last char) of what you typed
>     - type something else, which you'd expect to replace the highlighted
>       text
>
> I'm running on Redhat 6.2 with XFree4.0.1.
>
> gilles: I was un-able to reproduce on RedHat 6.2 with XFree86-3.3.6-20
> 

> Odd...I've tried it multiple times and I'm still getting it.  How are you
> performing the selection?  I'm clicking in the middle of the text and
> dragging immediately after clicking on a folder.  Subsequent clicks
> position the cursor and the select region in the expected place,

> but the initial click and drag does something funny here.

Instead of clicking a folder, can you do height tabs, so that you
come back to the file select.

The behavior here is, now the entire text in file select is
highligthed with background yellow.  This is suppose to give
behavior after first click; previous state is, a folder is selected
with background magenta.

I have tried nearly all combination that may produce a different
behavior, from beginning to end, end to beginning,
from middle too beginning, from middle to end.
The first character typed replace highligthed text.

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatched in fileopen dialog box
  2000-07-24 16:40       ` Highlight region and keyboard insertion point get mismatched in fileopen dialog box Albert Wong
  2000-07-24 17:13         ` Highlight region and keyboard insertion point get mismatched infile open " Ben Elliston
@ 2000-07-27 10:12         ` Gilles J. Seguin
  2000-07-27 10:48           ` Syd Polk
  1 sibling, 1 reply; 25+ messages in thread
From: Gilles J. Seguin @ 2000-07-27 10:12 UTC (permalink / raw)
  To: Albert Wong; +Cc: sourcenav

Albert Wong wrote:
> 
> I noticed that in Source Navigator 4.5.1, if you have a text region
> highlighted in a file open dialog box's "File name" input field, move
> focus away from the file name input box (lick click on the graphical
> browser part) and then move back to highlight a subsegment of the "File
> name" text, the keyboard insert point moves to the end of the text
> ignoring the highlight region.  This is somewhat annoying because when you
> type, you insert at the end of the text, but the highlighted region still
> disappears.
>         It looks like the highlight region and the text region are
> ignoring the initial mouse click (as the highlight always starts from the
> left and the text insert's always on the furthest right), and the cursor
> ignores subsequent dragging. Perhaps it should follow the mouse location
> more closely so that if you can highlight an arbitrary section rather than
> a section from the beginning of the text.
> 
> To reproduce this:
>  - Get to a file open dialog box somehow (like File|Open Project)
>  - Type in something in the filename field
>  - click on  a folder
>  - try to select a sub region (before the last char) of what you typed
>  - type something else, which you'd expect to replace the highlighted text
> 
> -Albert

This problem can be reproduce if you compile on your system the source
of the Source-Navigator, with ./configure & make & make isntall.

** Problems describe below do not occur with the binary downloaded
** that is for me "SN451Linux.tar.gz".

In the File name box's "File name" input field with explicit cursor:

We have bad behavior with that entry box.
With button1 down in that box to acquire the input focus,
if we have text present in the box, the text is highlighted and
the insertion cursor is display at the end.
If the button1 is still held down, and perceptible movement occur then
the text is unhighligthed, the insertion cursor stay at end
of text, further movement will highligth select text.
In that case, releasing button1, we have the text still highligthed
and the insertion cursor at end.
Keyboard input will remove the highligthed indication, leaving the text
in place and characters are added at the position of the insertion
cursor.  This is not the correct behavior.


Looking for similar problem elsewhere.
I have also bad behavior in the editor window with the symbold
accelerator.  If I type text in that box and after the mouse
pointer move out of the window, the text in that entry box
is reset, the next keyboard character will be display alone.
The behavior is different if you have make a selection in the
edit browser.
The text selected will be display in the entry box, now the entry or
exit of the mouse pointer from the symbol declarator will not
reset/erase the text in that box.

On the same toolbar, the find box, I can make the computer beep
when the mouse pointer is leaving this window.  Typed text is
also erase when leaving the box.

Gilles,

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point get mismatched in  fileopen dialog box
  2000-07-27 10:12         ` Highlight region and keyboard insertion point get mismatched in fileopen " Gilles J. Seguin
@ 2000-07-27 10:48           ` Syd Polk
  2000-07-27 12:10             ` Highlight region and keyboard insertion point getmismatched " Gilles J. Seguin
  0 siblings, 1 reply; 25+ messages in thread
From: Syd Polk @ 2000-07-27 10:48 UTC (permalink / raw)
  To: Gilles J. Seguin, Albert Wong; +Cc: sourcenav

>This problem can be reproduce if you compile on your system the source
>of the Source-Navigator, with ./configure & make & make isntall.
>
>** Problems describe below do not occur with the binary downloaded
>** that is for me "SN451Linux.tar.gz".

What version of Linux and gcc are you using?

Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Highlight region and keyboard insertion point getmismatched in  fileopen dialog box
  2000-07-27 10:48           ` Syd Polk
@ 2000-07-27 12:10             ` Gilles J. Seguin
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles J. Seguin @ 2000-07-27 12:10 UTC (permalink / raw)
  To: Syd Polk; +Cc: sourcenav

Syd Polk wrote:
> 
> >This problem can be reproduce if you compile on your system the source
> >of the Source-Navigator, with ./configure & make & make install.
> >
> >** Problems describe below do not occur with the binary downloaded
> >** that is for me "SN451Linux.tar.gz".
> 
> What version of Linux and gcc are you using?
> 

RedHat 6.2
kernel-2.2.14-12
glibc-2.1.3-15
egcs-1.1.2-30

Tcl/Tk/Tix 8.0 were there during compile,
removed during the test showing the problem

^ permalink raw reply	[flat|nested] 25+ messages in thread

* RE: Source Navigator
@ 2001-11-22  8:09 David Robinson (AU)
  0 siblings, 0 replies; 25+ messages in thread
From: David Robinson (AU) @ 2001-11-22  8:09 UTC (permalink / raw)
  To: 'dev cyg', sourcenav


Start here:
ftp://sources.redhat.com/pub/sourcenav/releases/README

David.

-----Original Message-----
From: dev cyg [mailto:devcyg@hotmail.com]
Sent: Wednesday, 12 December 2001 15:23
To: sourcenav@sourceware.cygnus.com
Subject: Source Navigator


I'd like to try to rebuild sourcenavi on Windows2000.
Plese send rational build instructions for Windows.
Thanks.


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Source Navigator
@ 2001-11-22  7:36 dev cyg
  0 siblings, 0 replies; 25+ messages in thread
From: dev cyg @ 2001-11-22  7:36 UTC (permalink / raw)
  To: sourcenav

I'd like to try to rebuild sourcenavi on Windows2000.
Plese send rational build instructions for Windows.
Thanks.


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: source navigator
  2001-06-27  9:34 ` Rainer Kiehne
@ 2001-06-28 16:08   ` Mo DeJong
  0 siblings, 0 replies; 25+ messages in thread
From: Mo DeJong @ 2001-06-28 16:08 UTC (permalink / raw)
  To: Rainer Kiehne; +Cc: sourcenav

On Wed, 27 Jun 2001, Rainer Kiehne wrote:

> On Wednesday 27 June 2001 18:08, Syd Polk wrote:
> > Michael_Lombardo@Ademco.com wrote:
> > >Hello,
> > >
> > >I am lookng for build instructions for source navigator.  Can you help?
> >
> > Assuming you downloaded the source archive, there are build instructions
> > in the file README.TXT.
> >
> There are source archives which do not contain this file. Or at least not a 
> README with installation instructions. You should look for that file on a ftp 
> mirror. I found it in the same dir as the source tar.gz

Sorry, we have not put up a release with that file in it. You
will have to look at the mailing list archive.

http://sources.redhat.com/ml/sourcenav/2001-q2/msg00225.html

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: source navigator
  2001-06-27  9:09 Syd Polk
@ 2001-06-27  9:34 ` Rainer Kiehne
  2001-06-28 16:08   ` Mo DeJong
  0 siblings, 1 reply; 25+ messages in thread
From: Rainer Kiehne @ 2001-06-27  9:34 UTC (permalink / raw)
  To: sourcenav

On Wednesday 27 June 2001 18:08, Syd Polk wrote:
> Michael_Lombardo@Ademco.com wrote:
> >Hello,
> >
> >I am lookng for build instructions for source navigator.  Can you help?
>
> Assuming you downloaded the source archive, there are build instructions
> in the file README.TXT.
>
There are source archives which do not contain this file. Or at least not a 
README with installation instructions. You should look for that file on a ftp 
mirror. I found it in the same dir as the source tar.gz

Rainer
-- 
Rainer Kiehne
Leibnizstrasse 22/Zi.96
38678 Clausthal-Zellerfeld
rainer.kiehne@tu-clausthal.de

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: source navigator
@ 2001-06-27  9:09 Syd Polk
  2001-06-27  9:34 ` Rainer Kiehne
  0 siblings, 1 reply; 25+ messages in thread
From: Syd Polk @ 2001-06-27  9:09 UTC (permalink / raw)
  To: Michael_Lombardo, sourcenav

Michael_Lombardo@Ademco.com wrote:

>Hello,
>
>I am lookng for build instructions for source navigator.  Can you help?
>

Assuming you downloaded the source archive, there are build instructions 
in the file README.TXT.



Syd Polk
jazzman@bayarea.net                 http://www.bayarea.net/~jazzman
"Let the music be your light." -- Dave Edwards, KUHF-FM, 1982

^ permalink raw reply	[flat|nested] 25+ messages in thread

* source navigator
@ 2001-06-27  7:23 Michael_Lombardo
  0 siblings, 0 replies; 25+ messages in thread
From: Michael_Lombardo @ 2001-06-27  7:23 UTC (permalink / raw)
  To: sourcenav

Hello,

I am lookng for build instructions for source navigator.  Can you help?


^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source Navigator
  2001-06-01  0:41   ` Ralf Corsepius
  2001-06-01  3:26     ` Bruce Stephens
@ 2001-06-01 10:08     ` Mo DeJong
  1 sibling, 0 replies; 25+ messages in thread
From: Mo DeJong @ 2001-06-01 10:08 UTC (permalink / raw)
  To: sourcenav

On Fri, 1 Jun 2001, Ralf Corsepius wrote:

> Mo DeJong wrote:
> > 
> > On Thu, 31 May 2001, Anders Gustafson (EMW) wrote:
> > 
> > > Hi,
> > >
> > > I'm trying to download Source Navigator 4.5.2 from
> > > ftp://sources.redhat.com/pub/sourcenav/releases/ but it
> > > seems that you need a username and a password. How do I get that?
> > 
> > There is no password, that box shows in Netscape when there
> > are too many FTP users (I know, it is strange).
> > 
> > Use a mirror site and the problem should go away.
> 
> Are there any plans for changing snavigator's distribution policy?

There was some talk of turning FTP access off completely and
only allow mirror sites.

> You current policy is pretty annoying (ftp almost permantently
> unreachable - at least I haven't manage to access it, ever), only
> full 10MB-tarballs, no CVS, no diffs, no frequent bug fixes.

You are talking about two different things here. Use a mirror
site to get a source release. As far as bug fixes go, there
are not many of them since not a lot of them have been fixed
recently. You can look at the individual bug reports to see
if a patch has been posted. Some are fixed already and will
be incorporated into the next release. In the future, we
will have CVS up and running.

Mo

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source Navigator
  2001-06-01  0:41   ` Ralf Corsepius
@ 2001-06-01  3:26     ` Bruce Stephens
  2001-06-01 10:08     ` Mo DeJong
  1 sibling, 0 replies; 25+ messages in thread
From: Bruce Stephens @ 2001-06-01  3:26 UTC (permalink / raw)
  To: 'sourcenav

Ralf Corsepius <corsepiu@faw.uni-ulm.de> writes:

[...]

> You current policy is pretty annoying (ftp almost permantently
> unreachable - at least I haven't manage to access it, ever),

So use a mirror site.

> only full 10MB-tarballs, no CVS, no diffs, no frequent bug fixes.

diffs have been provided in the past.  The diffs from 4.5.2 to 5.0 are
probably much too big to be useful.  

CVS would be nice, of course---I don't know why that's not available
yet.  Perhaps this is still waiting on migration of Insight and Source
Navigator to Tcl/Tk 8.3, and [incr Tcl] 3.2?

-- 
Bruce Stephens			Bruce.Stephens@MessagingDirect.com
ACI Worldwide/MessagingDirect	<URL: http://www.MessagingDirect.com/ >

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source Navigator
  2001-05-31 15:16 ` Mo DeJong
@ 2001-06-01  0:41   ` Ralf Corsepius
  2001-06-01  3:26     ` Bruce Stephens
  2001-06-01 10:08     ` Mo DeJong
  0 siblings, 2 replies; 25+ messages in thread
From: Ralf Corsepius @ 2001-06-01  0:41 UTC (permalink / raw)
  To: Mo DeJong; +Cc: Anders Gustafson (EMW), 'sourcenav@sources.redhat.com'

Mo DeJong wrote:
> 
> On Thu, 31 May 2001, Anders Gustafson (EMW) wrote:
> 
> > Hi,
> >
> > I'm trying to download Source Navigator 4.5.2 from
> > ftp://sources.redhat.com/pub/sourcenav/releases/ but it
> > seems that you need a username and a password. How do I get that?
> 
> There is no password, that box shows in Netscape when there
> are too many FTP users (I know, it is strange).
> 
> Use a mirror site and the problem should go away.

Are there any plans for changing snavigator's distribution policy?

You current policy is pretty annoying (ftp almost permantently
unreachable - at least I haven't manage to access it, ever), only
full 10MB-tarballs, no CVS, no diffs, no frequent bug fixes.

Sorry, if this may sound like ranting, but it's definitely not
indented to be regarded as such.

Ralf

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Source Navigator
  2001-05-31  3:57 Source Navigator Anders Gustafson (EMW)
@ 2001-05-31 15:16 ` Mo DeJong
  2001-06-01  0:41   ` Ralf Corsepius
  0 siblings, 1 reply; 25+ messages in thread
From: Mo DeJong @ 2001-05-31 15:16 UTC (permalink / raw)
  To: Anders Gustafson (EMW); +Cc: 'sourcenav@sources.redhat.com'

On Thu, 31 May 2001, Anders Gustafson (EMW) wrote:

> Hi, 
> 
> I'm trying to download Source Navigator 4.5.2 from
> ftp://sources.redhat.com/pub/sourcenav/releases/ but it
> seems that you need a username and a password. How do I get that?

There is no password, that box shows in Netscape when there
are too many FTP users (I know, it is strange).

Use a mirror site and the problem should go away.

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Source Navigator
@ 2001-05-31  3:57 Anders Gustafson (EMW)
  2001-05-31 15:16 ` Mo DeJong
  0 siblings, 1 reply; 25+ messages in thread
From: Anders Gustafson (EMW) @ 2001-05-31  3:57 UTC (permalink / raw)
  To: 'sourcenav@sources.redhat.com'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

Hi, 

I'm trying to download Source Navigator 4.5.2 from ftp://sources.redhat.com/pub/sourcenav/releases/ but it seems that you need a username and a password. How do I get that?

Regards,

Anders Gustafson

Ericsson Microwave Systems AB
Test Software Development
Engineering and Technology
Borås Factory
P.O. Box 22150
SE-504 12 Borås, Sweden
Phone: +46 33 17 99 11

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2001-12-12  4:30 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-22 16:08 Source navigator Michael Still
2000-07-23 15:56 ` Ben Elliston
2000-07-24 12:46   ` Syd Polk
2000-07-24 15:00     ` Michael Still
2000-07-24 15:21       ` Syd Polk
2000-07-24 16:40       ` Highlight region and keyboard insertion point get mismatched in fileopen dialog box Albert Wong
2000-07-24 17:13         ` Highlight region and keyboard insertion point get mismatched infile open " Ben Elliston
2000-07-24 17:16           ` Albert Wong
2000-07-24 20:15             ` Gilles J. Seguin
2000-07-24 20:24               ` Highlight region and keyboard insertion point get mismatchedinfile " Albert Wong
2000-07-24 21:01                 ` Gilles J. Seguin
2000-07-27 10:12         ` Highlight region and keyboard insertion point get mismatched in fileopen " Gilles J. Seguin
2000-07-27 10:48           ` Syd Polk
2000-07-27 12:10             ` Highlight region and keyboard insertion point getmismatched " Gilles J. Seguin
2001-05-31  3:57 Source Navigator Anders Gustafson (EMW)
2001-05-31 15:16 ` Mo DeJong
2001-06-01  0:41   ` Ralf Corsepius
2001-06-01  3:26     ` Bruce Stephens
2001-06-01 10:08     ` Mo DeJong
2001-06-27  7:23 source navigator Michael_Lombardo
2001-06-27  9:09 Syd Polk
2001-06-27  9:34 ` Rainer Kiehne
2001-06-28 16:08   ` Mo DeJong
2001-11-22  7:36 Source Navigator dev cyg
2001-11-22  8:09 David Robinson (AU)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).