Discussion:
Looking for NEdit 5.5 with toolbar patch for Linux platform (SLES9 / SLES10)
Paterline, David L. (NF)
2010-06-22 14:55:03 UTC
Permalink
Hi -

Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version with the patch, but have had some problems with X/Motif. So, if anyone has a version built for those platforms, I'd appreciate getting a copy.

Thanks.

---
David L. Paterline
Functional Lead, Software Development
Core Engineering

Westinghouse Electric Company
Westinghouse Energy Center
Monroeville, PA 15146, USA
Phone: +1 (412) 374-2286
Fax: +1 (412) 374-2284
Email: paterldl-***@public.gmane.org<mailto:paterldl-***@public.gmane.org>
Home Page: www.westinghousenuclear.com
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Aaron W. Hsu
2010-06-22 22:02:22 UTC
Permalink
Post by Paterline, David L. (NF)
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch
which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile
the version with the patch, but have had some problems with X/Motif. So,
if anyone has a version built for those platforms, I'd appreciate getting
a copy.
I can't really help you with a binary of the patch, but I might be able to
help you build NEdit, as I recently did this on my SLED 11 box.

Can you give a log of the output as well as what Motif you have installed,
such as what Motif RPMs are listed as being installed?

Aaron W. Hsu
Paterline, David L. (NF)
2010-06-29 19:56:49 UTC
Permalink
Here are the error messages from the 'make linux' command:

file.o(.text+0x1a4f): In function `PrintString':
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0x5c6): In function `XmeNamesAreEqual':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0x5cc): In function `XmeNamesAreEqual':
: undefined reference to `__ctype_tolower'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xdc0): In function `GetFontName':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xde5): In function `GetFontName':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xec7): In function `GetFontTag':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xee9): In function `GetFontTag':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xf7d): In function `GetFontTag':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xf9b): more undefined references to `__ctype_b' follow
/usr/X11R6/lib/libXm.a(RepType.o)(.text+0x11a): In function `CopyStringArray':
: undefined reference to `__ctype_toupper'
/usr/X11R6/lib/libXm.a(RepType.o)(.text+0xb33): In function `_XmConvertActionParamToRepTypeId':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(RepType.o)(.text+0xb54): In function `_XmConvertActionParamToRepTypeId':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(XmRenderT.o)(.text+0x3618): In function `ReadToken':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(Xpmdata.o)(.text+0x496): In function `_XmxpmNextWord':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(Xpmdata.o)(.text+0x4cf): In function `_XmxpmNextWord':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(Xpmdata.o)(.text+0x514): more undefined references to `__ctype_b' follow
collect2: ld returned 1 exit status
make[1]: *** [nedit] Error 1
make[1]: Leaving directory `/users/paterldl/Tools/nedit-5.5/source'
make: *** [linux] Error 2

Is there a way I can tell what Motif I have installed, such as what Motif RPMs are listed as being installed (not a Linux expert, just a user)?

Thanks.

---
David L. Paterline
Functional Lead, Software Development
Core Engineering

Westinghouse Electric Company
Westinghouse Energy Center
Monroeville, PA 15146, USA
Phone:  +1 (412) 374-2286
Fax:  +1 (412) 374-2284
Email:  paterldl-***@public.gmane.org
Home Page:  www.westinghousenuclear.com

-----Original Message-----
From: discuss-bounces-***@public.gmane.org [mailto:discuss-bounces-***@public.gmane.org] On Behalf Of Aaron W. Hsu
Sent: Tuesday, June 22, 2010 6:02 PM
To: General NEdit discussion list
Subject: Re: Looking for NEdit 5.5 with toolbar patch for Linux platform (SLES9 / SLES10)
Post by Paterline, David L. (NF)
Does anyone have a binary version of NEdit with the T. K. Soh toolbar
patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried
to compile the version with the patch, but have had some problems with
X/Motif. So, if anyone has a version built for those platforms, I'd
appreciate getting a copy.
I can't really help you with a binary of the patch, but I might be able to help you build NEdit, as I recently did this on my SLED 11 box.

Can you give a log of the output as well as what Motif you have installed, such as what Motif RPMs are listed as being installed?

Aaron W. Hsu
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2010-06-29 20:34:55 UTC
Permalink
Post by Paterline, David L. (NF)
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0x5c6): In function
: undefined reference to `__ctype_b'
...
Post by Paterline, David L. (NF)
Is there a way I can tell what Motif I have installed, such as what Motif
RPMs are listed as being installed (not a Linux expert, just a user)?
Thanks.
Looks more like your /usr/X11R6/lib/libXm.a is not finding ctype stuff, which
is in the standard library, rather than the build not finding motif/lesstif.

Also looks like you're linking statically rather than dynamically. Do you have
/usr/X11R6/lib/libXm.so also?

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Paterline, David L. (NF)
2010-06-29 20:41:21 UTC
Permalink
I'm not sure about how I'm linking, I'm just trying to build using the 'out of the box' makefiles (make linux). As for the libraries:

[ocean:nedit-5.5] 36) ls -l /usr/X11R6/lib/libXm.a
-rw-r--r-- 1 root root 2374792 May 14 2002 /usr/X11R6/lib/libXm.a

[ocean:nedit-5.5] 35) ll /usr/X11R6/lib/libXm.so*
lrwxrwxrwx 1 root root 12 Feb 1 2007 /usr/X11R6/lib/libXm.so -> libXm.so.2.1
lrwxrwxrwx 1 root root 12 Jun 28 2006 /usr/X11R6/lib/libXm.so.2 -> libXm.so.2.1
-rwxr-xr-x 1 root root 2029054 Oct 1 2004 /usr/X11R6/lib/libXm.so.2.1
lrwxrwxrwx 1 root root 14 Jun 28 2006 /usr/X11R6/lib/libXm.so.3 -> libXm.so.3.0.1
-rwxr-xr-x 1 root root 2389516 Oct 3 2004 /usr/X11R6/lib/libXm.so.3.0.1

Thanks.

---
David L. Paterline
Functional Lead, Software Development
Core Engineering

Westinghouse Electric Company
Westinghouse Energy Center
Monroeville, PA 15146, USA
Phone:  +1 (412) 374-2286
Fax:  +1 (412) 374-2284
Email:  paterldl-***@public.gmane.org
Home Page:  www.westinghousenuclear.com


-----Original Message-----
From: discuss-bounces-***@public.gmane.org [mailto:discuss-bounces-***@public.gmane.org] On Behalf Of Tony Balinski
Sent: Tuesday, June 29, 2010 4:35 PM
To: General NEdit discussion list
Subject: RE: Looking for NEdit 5.5 with toolbar patch for Linux platform (SLES9 / SLES10)
Post by Paterline, David L. (NF)
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0x5c6): In function
: undefined reference to `__ctype_b'
...
Post by Paterline, David L. (NF)
Is there a way I can tell what Motif I have installed, such as what Motif
RPMs are listed as being installed (not a Linux expert, just a user)?
Thanks.
Looks more like your /usr/X11R6/lib/libXm.a is not finding ctype stuff, which
is in the standard library, rather than the build not finding motif/lesstif.

Also looks like you're linking statically rather than dynamically. Do you have
/usr/X11R6/lib/libXm.so also?

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-06-29 23:43:59 UTC
Permalink
On Tue, Jun 29, 2010 at 8:41 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
[ocean:nedit-5.5] 36) ls -l /usr/X11R6/lib/libXm.a
-rw-r--r--  1 root root 2374792 May 14  2002 /usr/X11R6/lib/libXm.a
[ocean:nedit-5.5] 35) ll /usr/X11R6/lib/libXm.so*
lrwxrwxrwx  1 root root      12 Feb  1  2007 /usr/X11R6/lib/libXm.so -> libXm.so.2.1
lrwxrwxrwx  1 root root      12 Jun 28  2006 /usr/X11R6/lib/libXm.so.2 -> libXm.so.2.1
-rwxr-xr-x  1 root root 2029054 Oct  1  2004 /usr/X11R6/lib/libXm.so.2.1
lrwxrwxrwx  1 root root      14 Jun 28  2006 /usr/X11R6/lib/libXm.so.3 -> libXm.so.3.0.1
-rwxr-xr-x  1 root root 2389516 Oct  3  2004 /usr/X11R6/lib/libXm.so.3.0.1
Looks like a problem I used to have on Solaris or something, but I
can't really recall exact detail. IIRC, I needed to add some libs to
the link options to solve it.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2010-06-30 04:37:50 UTC
Permalink
Post by Paterline, David L. (NF)
Post by Paterline, David L. (NF)
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
: undefined reference to `__ctype_b'
...
I'm not sure about how I'm linking, I'm just trying to build using the 'out
[ocean:nedit-5.5] 36) ls -l /usr/X11R6/lib/libXm.a
-rw-r--r-- 1 root root 2374792 May 14 2002 /usr/X11R6/lib/libXm.a
[ocean:nedit-5.5] 35) ll /usr/X11R6/lib/libXm.so*
lrwxrwxrwx 1 root root 12 Feb 1 2007 /usr/X11R6/lib/libXm.so -> libXm.so.2.1
lrwxrwxrwx 1 root root 12 Jun 28 2006 /usr/X11R6/lib/libXm.so.2 -> libXm.so.2.1
-rwxr-xr-x 1 root root 2029054 Oct 1 2004 /usr/X11R6/lib/libXm.so.2.1
lrwxrwxrwx 1 root root 14 Jun 28 2006 /usr/X11R6/lib/libXm.so.3 -> libXm.so.3.0.1
-rwxr-xr-x 1 root root 2389516 Oct 3 2004 /usr/X11R6/lib/libXm.so.3.0.1
It looks like this is a dependency on the old ctype macro implementation of
"functions" like isalpha(), which just accessed static array tables directly.
Newer versions of the standard C library use proper functions instead. The
problem is that your libXm refers to those tables instead of the functions.
SunOS 4 used to have a similar issue because the macros did not support signed
char arguments properly. (They should, for single byte chars, cover arguments
in the range EOF=-1...255, but just using signed char as an index would give
-128...127 and result in access violations.)

Googling for "linux standard.c library ctype_b" gave a possible solution here:
http://www.tbrk.org/esterel/misc.html

Alternatively, try linking with the .so instead of the .a. This may give the
same issue, but at run time. If so, link against the .so.3. There should be
some guidance about how to do the dynamic linking in the make files
themselves. (I thought "more" dynamic linking was what you got with "make
linux" and you'd get less with another target like "make linux_static" - start
by typing "make" to list the targets.)

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Paterline, David L. (NF)
2010-06-29 20:34:21 UTC
Permalink
Followup, from our sysAdmins:

SLES9:
openmotif-2.1.32-1_IST
openmotif-devel-2.1.30MLI4-308
openmotif-libs-2.2.2-519.4
openmotif21-libs-2.1.30MLI4-119.4

SLES10:
openmotif-libs-2.2.4-21.17
openmotif21-libs-32bit-2.1.30MLI4-143.2
openmotif-devel-2.2.4-21.17
openmotif-2.1.32-1_IST
openmotif-2.2.4-21.17
openmotif-devel-32bit-2.2.4-21.17
openmotif-libs-32bit-2.2.4-21.17

Thanks again.

---
David L. Paterline
Functional Lead, Software Development
Core Engineering

Westinghouse Electric Company
Westinghouse Energy Center
Monroeville, PA 15146, USA
Phone:  +1 (412) 374-2286
Fax:  +1 (412) 374-2284
Email:  paterldl-***@public.gmane.org
Home Page:  www.westinghousenuclear.com


-----Original Message-----
From: Paterline, David L. (NF)
Sent: Tuesday, June 29, 2010 3:57 PM
To: 'General NEdit discussion list'
Cc: Hampshire, Larry
Subject: RE: Looking for NEdit 5.5 with toolbar patch for Linux platform (SLES9 / SLES10)

Here are the error messages from the 'make linux' command:

file.o(.text+0x1a4f): In function `PrintString':
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0x5c6): In function `XmeNamesAreEqual':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0x5cc): In function `XmeNamesAreEqual':
: undefined reference to `__ctype_tolower'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xdc0): In function `GetFontName':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xde5): In function `GetFontName':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xec7): In function `GetFontTag':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xee9): In function `GetFontTag':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xf7d): In function `GetFontTag':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(ResConvert.o)(.text+0xf9b): more undefined references to `__ctype_b' follow
/usr/X11R6/lib/libXm.a(RepType.o)(.text+0x11a): In function `CopyStringArray':
: undefined reference to `__ctype_toupper'
/usr/X11R6/lib/libXm.a(RepType.o)(.text+0xb33): In function `_XmConvertActionParamToRepTypeId':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(RepType.o)(.text+0xb54): In function `_XmConvertActionParamToRepTypeId':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(XmRenderT.o)(.text+0x3618): In function `ReadToken':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(Xpmdata.o)(.text+0x496): In function `_XmxpmNextWord':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(Xpmdata.o)(.text+0x4cf): In function `_XmxpmNextWord':
: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXm.a(Xpmdata.o)(.text+0x514): more undefined references to `__ctype_b' follow
collect2: ld returned 1 exit status
make[1]: *** [nedit] Error 1
make[1]: Leaving directory `/users/paterldl/Tools/nedit-5.5/source'
make: *** [linux] Error 2

Is there a way I can tell what Motif I have installed, such as what Motif RPMs are listed as being installed (not a Linux expert, just a user)?

Thanks.

---
David L. Paterline
Functional Lead, Software Development
Core Engineering

Westinghouse Electric Company
Westinghouse Energy Center
Monroeville, PA 15146, USA
Phone:  +1 (412) 374-2286
Fax:  +1 (412) 374-2284
Email:  paterldl-***@public.gmane.org
Home Page:  www.westinghousenuclear.com

-----Original Message-----
From: discuss-bounces-***@public.gmane.org [mailto:discuss-bounces-***@public.gmane.org] On Behalf Of Aaron W. Hsu
Sent: Tuesday, June 22, 2010 6:02 PM
To: General NEdit discussion list
Subject: Re: Looking for NEdit 5.5 with toolbar patch for Linux platform (SLES9 / SLES10)
Post by Paterline, David L. (NF)
Does anyone have a binary version of NEdit with the T. K. Soh toolbar
patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried
to compile the version with the patch, but have had some problems with
X/Motif. So, if anyone has a version built for those platforms, I'd
appreciate getting a copy.
I can't really help you with a binary of the patch, but I might be able to help you build NEdit, as I recently did this on my SLED 11 box.

Can you give a log of the output as well as what Motif you have installed, such as what Motif RPMs are listed as being installed?

Aaron W. Hsu
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Aaron W. Hsu
2010-07-03 00:28:53 UTC
Permalink
Hey David,
Post by Paterline, David L. (NF)
openmotif-2.1.32-1_IST
openmotif-devel-2.1.30MLI4-308
openmotif-libs-2.2.2-519.4
openmotif21-libs-2.1.30MLI4-119.4
openmotif-libs-2.2.4-21.17
openmotif21-libs-32bit-2.1.30MLI4-143.2
openmotif-devel-2.2.4-21.17
openmotif-2.1.32-1_IST
openmotif-2.2.4-21.17
openmotif-devel-32bit-2.2.4-21.17
openmotif-libs-32bit-2.2.4-21.17
You seem to have more than one library sitting around. That doesn't bode
well for me. :-) I don't know where these are all installed, but I
really recommend that you avoid the 2.2 Motif versions. 2.1 is probably
the one you want to be using. So if you use rpm -ql to list the package
contents you can find out what directories to set in your makefile to
make sure that NEdit links against the correct version of Motif.

Aaron W. Hsu
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Eric Bouyoux
2010-07-03 18:22:31 UTC
Permalink
Post by Aaron W. Hsu
Hey David,
Post by Paterline, David L. (NF)
openmotif-2.1.32-1_IST
openmotif-devel-2.1.30MLI4-308
openmotif-libs-2.2.2-519.4
openmotif21-libs-2.1.30MLI4-119.4
openmotif-libs-2.2.4-21.17
openmotif21-libs-32bit-2.1.30MLI4-143.2
openmotif-devel-2.2.4-21.17
openmotif-2.1.32-1_IST
openmotif-2.2.4-21.17
openmotif-devel-32bit-2.2.4-21.17
openmotif-libs-32bit-2.2.4-21.17
You seem to have more than one library sitting around. That doesn't bode
well for me. :-) I don't know where these are all installed, but I
really recommend that you avoid the 2.2 Motif versions. 2.1 is probably
the one you want to be using. So if you use rpm -ql to list the package
contents you can find out what directories to set in your makefile to
make sure that NEdit links against the correct version of Motif.
Aaron W. Hsu
Hi,

I use openmotif 2.3.2 under Mandriva 2010. Should I downgrade to 2.1 ?

Eric.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Aaron W. Hsu
2010-07-04 03:27:45 UTC
Permalink
Hey Eric,
Post by Eric Bouyoux
Post by Aaron W. Hsu
You seem to have more than one library sitting around. That doesn't bode
well for me. :-) I don't know where these are all installed, but I
really recommend that you avoid the 2.2 Motif versions. 2.1 is probably
the one you want to be using. So if you use rpm -ql to list the package
contents you can find out what directories to set in your makefile to
make sure that NEdit links against the correct version of Motif.
I use openmotif 2.3.2 under Mandriva 2010. Should I downgrade to 2.1 ?
If you are using 2.3.2 and it is working for you, then there isn't
really any reason to downgrade. Since NEdit does not, to my knowledge,
use any of the widgets of the 2.2 and 2.3 series, then you shouldn't run
into many of the problems encountered with these versions. 2.2 was
particularly unstable, however. I have not had trouble with using 2.3
myself, but I'm also careful to only stick with the 2.1 set of widgets.
NEdit has worked reliably for me with 2.3.

Aaron W. Hsu
TK Soh
2010-06-24 02:08:45 UTC
Permalink
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version with the patch, but have had some problems with X/Motif. So, if anyone has a version built for those platforms, I'd appreciate getting a copy.
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Helmut Jarausch
2010-06-24 09:09:53 UTC
Permalink
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version with the patch, but have had some problems with X/Motif. So, if anyone has a version built for those platforms, I'd appreciate getting a copy.
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?

Thanks,
Helmut.
--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-06-24 09:53:32 UTC
Permalink
On Thu, Jun 24, 2010 at 9:09 AM, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version with the patch, but have had some problems with X/Motif. So, if anyone has a version built for those platforms, I'd appreciate getting a copy.
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
All my patches are still on SF trackers. Granted, I have not done any
work on them for years (since 5.5), so not sure if they will still
apply to MAIN, but I suspect they will.

Good thing nothing get released since 5.5 ;-)
Post by Helmut Jarausch
Thanks,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-06-24 10:25:45 UTC
Permalink
On Thu, Jun 24, 2010 at 11:09, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version with the patch, but have had some problems with X/Motif. So, if anyone has a version built for those platforms, I'd appreciate getting a copy.
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
I can speak only for myself and know from Tony Balinski's patched NEdit:

My patches are here:

http://kgb2.thruhere.net/git/?p=nedit-bw.git;a=summary

This is a Quilt patch queue under git control. But this isn't
up-to-date, because I'm in the process to convert this queue into
full-controlled git patches. But I'm lacking behind.

Tony's does have a list of patches here:

http://ajbj.free.fr/nedit/nedit5.5dev/patches/NEditPatches.html

But this isn't up-to-date either. His patched sources can be found here:

http://ajbj.free.fr/nedit/neditHome/

Regards,
Bert
Post by Helmut Jarausch
Thanks,
Helmut.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-06-24 13:03:42 UTC
Permalink
On Thu, Jun 24, 2010 at 10:25 AM, Bert Wesarg
Post by Bert Wesarg
On Thu, Jun 24, 2010 at 11:09, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version with the patch, but have had some problems with X/Motif. So, if anyone has a version built for those platforms, I'd appreciate getting a copy.
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
http://kgb2.thruhere.net/git/?p=nedit-bw.git;a=summary
This is a Quilt patch queue under git control. But this isn't
up-to-date, because I'm in the process to convert this queue into
full-controlled git patches. But I'm lacking behind.
http://ajbj.free.fr/nedit/nedit5.5dev/patches/NEditPatches.html
http://ajbj.free.fr/nedit/neditHome/
Thanks, Bert. It sure brings a lot of old memories :-)
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2010-06-24 20:19:11 UTC
Permalink
Post by Bert Wesarg
On Thu, Jun 24, 2010 at 11:09, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar
patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to
compile the version with the patch, but have had some problems with
X/Motif. So, if anyone has a version built for those platforms, I'd
appreciate getting a copy.
Post by Helmut Jarausch
Post by TK Soh
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
http://kgb2.thruhere.net/git/?p=nedit-bw.git;a=summary
Do you have an already-patched tree of your stuff, Bert? I'd like to see what
I can steal (in particular your assign-to-tuple parse.y stuff).

There are a lot of interesting patches out there and, although I could be
accused of "creeping featurism", I'd like to pull them into my on-going
version. BTW I've done a lot of stuff in my corner, but not available as
patches; my source tree is diverging rather from the 5.5/5.6 head. I really
need to make a list of features I have and features I want... hmmm...

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-06-25 05:47:53 UTC
Permalink
Post by Tony Balinski
Post by Bert Wesarg
On Thu, Jun 24, 2010 at 11:09, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar
patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to
compile the version with the patch, but have had some problems with
X/Motif. So, if anyone has a version built for those platforms, I'd
appreciate getting a copy.
Post by Helmut Jarausch
Post by TK Soh
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
http://kgb2.thruhere.net/git/?p=nedit-bw.git;a=summary
Do you have an already-patched tree of your stuff, Bert? I'd like to see what
I can steal (in particular your assign-to-tuple parse.y stuff).
Doesn't a list of patches than suits your needs better? Anyway, Yes,
I've done tar-balls in the past and could generate new ones. But as I
wrote, the quilt patches are out-of-date and I'm in the process to
import them all into git. The main goal is to make them independent of
each other, so that others can easily pick single ones (inclusive
dependent patches). But this takes time which I don't have :(
Post by Tony Balinski
There are a lot of interesting patches out there and, although I could be
accused of "creeping featurism", I'd like to pull them into my on-going
version. BTW I've done a lot of stuff in my corner, but not available as
patches; my source tree is diverging rather from the 5.5/5.6 head. I really
need to make a list of features I have and features I want... hmmm...
Yeah, I've take a cursory look and saw your screen shots yesterday.
One thing that immediately catches my eyes was, that we really need a
scrollable calltip. For long man pages and for long lists of
suggestions for word completion.

Bert
Post by Tony Balinski
Tony
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
AVKuznetsov
2010-06-25 10:54:33 UTC
Permalink
On Fri, 25 Jun 2010 07:47:53 +0200
Post by Bert Wesarg
Post by Tony Balinski
Post by Bert Wesarg
On Thu, Jun 24, 2010 at 11:09, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar
patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to
compile the version with the patch, but have had some problems with
X/Motif. So, if anyone has a version built for those platforms, I'd
appreciate getting a copy.
Post by Helmut Jarausch
Post by TK Soh
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
http://kgb2.thruhere.net/git/?p=nedit-bw.git;a=summary
Do you have an already-patched tree of your stuff, Bert? I'd like to see what
I can steal (in particular your assign-to-tuple parse.y stuff).
Doesn't a list of patches than suits your needs better? Anyway, Yes,
I've done tar-balls in the past and could generate new ones. But as I
wrote, the quilt patches are out-of-date and I'm in the process to
import them all into git. The main goal is to make them independent of
each other, so that others can easily pick single ones (inclusive
dependent patches). But this takes time which I don't have :(
Post by Tony Balinski
There are a lot of interesting patches out there and, although I could be
accused of "creeping featurism", I'd like to pull them into my on-going
version. BTW I've done a lot of stuff in my corner, but not available as
patches; my source tree is diverging rather from the 5.5/5.6 head. I really
need to make a list of features I have and features I want... hmmm...
Yeah, I've take a cursory look and saw your screen shots yesterday.
One thing that immediately catches my eyes was, that we really need a
scrollable calltip. For long man pages and for long lists of
suggestions for word completion.
Bert
Post by Tony Balinski
Tony
Dear Tony and Bert!

Do you plan to "transform" some
joined|extracted|patched|etc. version of your
code into the 5.6. beta branch opened by Scott at 3 Oct 2008?
http://www.nedit.org/pipermail/develop/2008-October/014717.html

We - users - really need that!

Alexey
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-06-25 11:41:55 UTC
Permalink
Hi,
Post by AVKuznetsov
Dear Tony and Bert!
Do you plan to "transform" some
joined|extracted|patched|etc. version of your
code into the 5.6. beta branch opened by Scott at 3 Oct 2008?
http://www.nedit.org/pipermail/develop/2008-October/014717.html
No. 5.6 was and is intended as an maintenance release. Except if there
has something changed which I don't know off.

Regards,
Bert
Post by AVKuznetsov
We - users - really need that!
Alexey
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
AVKuznetsov
2010-06-25 13:05:51 UTC
Permalink
On Fri, 25 Jun 2010 13:41:55 +0200
Post by Bert Wesarg
Hi,
Post by AVKuznetsov
Dear Tony and Bert!
Do you plan to "transform" some
joined|extracted|patched|etc. version of your
code into the 5.6. beta branch opened by Scott at 3 Oct 2008?
http://www.nedit.org/pipermail/develop/2008-October/014717.html
No. 5.6 was and is intended as an maintenance release. Except if there
has something changed which I don't know off.
Regards,
Bert
Hi Bert, look at
http://www.nedit.org/pipermail/develop/2008-October/014717.html

Alexey
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-04 04:28:03 UTC
Permalink
Post by Bert Wesarg
Post by Tony Balinski
Post by Bert Wesarg
On Thu, Jun 24, 2010 at 11:09, Helmut Jarausch
Post by Helmut Jarausch
Post by TK Soh
On Tue, Jun 22, 2010 at 2:55 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Hi -
Does anyone have a binary version of NEdit with the T. K. Soh toolbar
patch which executed on a Linux SLES 9 / SLES 10 platform? I've tried to
compile the version with the patch, but have had some problems with
X/Motif. So, if anyone has a version built for those platforms, I'd
appreciate getting a copy.
Post by Helmut Jarausch
Post by TK Soh
I am using one on Fedora 9 (along with a few other patches of mine),
but not sure it's going to work for you.
Please tell, where are your patches and other recent patches for NEdit?
http://kgb2.thruhere.net/git/?p=nedit-bw.git;a=summary
Do you have an already-patched tree of your stuff, Bert? I'd like to see what
I can steal (in particular your assign-to-tuple parse.y stuff).
Doesn't a list of patches than suits your needs better? Anyway, Yes,
I've done tar-balls in the past and could generate new ones. But as I
wrote, the quilt patches are out-of-date and I'm in the process to
import them all into git. The main goal is to make them independent of
each other, so that others can easily pick single ones (inclusive
dependent patches). But this takes time which I don't have :(
Post by Tony Balinski
There are a lot of interesting patches out there and, although I could be
accused of "creeping featurism", I'd like to pull them into my on-going
version. BTW I've done a lot of stuff in my corner, but not available as
patches; my source tree is diverging rather from the 5.5/5.6 head. I really
need to make a list of features I have and features I want... hmmm...
Yeah, I've take a cursory look and saw your screen shots yesterday.
One thing that immediately catches my eyes was, that we really need a
scrollable calltip. For long man pages and for long lists of
suggestions for word completion.
This issue on releasing 5.6 seem keep popping up on the list.
Personally, things are getting a bit boring, and I am hoping a new
release would somehow inject a bit of new life into NEdit. Should be
put together these old patches and push for a source-only release of
5.6?
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Aaron W. Hsu
2010-07-04 04:39:10 UTC
Permalink
Hey TK,
Post by TK Soh
This issue on releasing 5.6 seem keep popping up on the list.
Personally, things are getting a bit boring, and I am hoping a new
release would somehow inject a bit of new life into NEdit. Should be
put together these old patches and push for a source-only release of
5.6?
Indeed, I would really prefer to just have a source-only 5.6 release if
only to make sure that we have some release to show for all the effort.
:-)

Aaron W. Hsu
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-04 05:25:41 UTC
Permalink
Post by Aaron W. Hsu
Hey TK,
Post by TK Soh
This issue on releasing 5.6 seem keep popping up on the list.
Personally, things are getting a bit boring, and I am hoping a new
release would somehow inject a bit of new life into NEdit. Should be
put together these old patches and push for a source-only release of
5.6?
Indeed, I would really prefer to just have a source-only 5.6 release if
only to make sure that we have some release to show for all the effort.
:-)
Good. If there's no objection, I will start a new thread to kick off
the release effort. Obviously there are many things to discuss and
issues to resolved. But bottom line, we should aim for simpler process
to speed things up. It may actually mean 5.6 will be tested less, but
I can live with that. As long as we continue to fix the problems, then
bugs are no issues (might actually be a good thing - it shows that
people are actually using Nedit enough to expose them).
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2010-07-04 08:56:58 UTC
Permalink
Post by TK Soh
Post by Aaron W. Hsu
Hey TK,
Post by TK Soh
This issue on releasing 5.6 seem keep popping up on the list.
Personally, things are getting a bit boring, and I am hoping a new
release would somehow inject a bit of new life into NEdit. Should be
put together these old patches and push for a source-only release of
5.6?
Indeed, I would really prefer to just have a source-only 5.6 release if
only to make sure that we have some release to show for all the effort.
:-)
Good. If there's no objection, I will start a new thread to kick off
the release effort. Obviously there are many things to discuss and
issues to resolved. But bottom line, we should aim for simpler process
to speed things up. It may actually mean 5.6 will be tested less, but
I can live with that. As long as we continue to fix the problems, then
bugs are no issues (might actually be a good thing - it shows that
people are actually using Nedit enough to expose them).
I thought from the source point-of-view, 5.6 was pretty well ready.
Can't we just call it a release and move to 5.7?

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-04 09:30:36 UTC
Permalink
Post by Tony Balinski
Post by TK Soh
Post by Aaron W. Hsu
Hey TK,
Post by TK Soh
This issue on releasing 5.6 seem keep popping up on the list.
Personally, things are getting a bit boring, and I am hoping a new
release would somehow inject a bit of new life into NEdit. Should be
put together these old patches and push for a source-only release of
5.6?
Indeed, I would really prefer to just have a source-only 5.6 release if
only to make sure that we have some release to show for all the effort.
:-)
Good. If there's no objection, I will start a new thread to kick off
the release effort. Obviously there are many things to discuss and
issues to resolved. But bottom line, we should aim for simpler process
to speed things up. It may actually mean 5.6 will be tested less, but
I can live with that. As long as we continue to fix the problems, then
bugs are no issues (might actually be a good thing - it shows that
people are actually using Nedit enough to expose them).
I thought from the source point-of-view, 5.6 was pretty well ready.
Can't we just call it a release and move to 5.7?
Good idea. We should do that.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-04 19:53:27 UTC
Permalink
Post by TK Soh
Post by Tony Balinski
I thought from the source point-of-view, 5.6 was pretty well ready.
Can't we just call it a release and move to 5.7?
Good idea. We should do that.
I'm all for a source-only release. But I've found a bug report with a
patch in the tracker, which should be worth putting in. I don't know
why I didn't apply it already:

http://www.nedit.org/pipermail/discuss/2009-November/010240.html

If there are still no objections, I put it in. Than I think we can tag
the BETA-5-6 branch as REL-5-6 and make the release.

Bert
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tim Hubberstey
2010-07-04 20:34:29 UTC
Permalink
A bit off topic but still related to a release...

Would anyone be willing to do a "Building NEdit for Dummies" release bundle?
I'd love to be able to try my hand at hacking/improving NEdit but I'm
dissuaded by the necessity of assembling a working environment with all the
correct versions of the libraries and other dependencies. A ZIP file with
known working versions of everything needed to build NEdit would be a huge
incentive for me to do some work on the project. My personal choice would be
a Cygwin bundle but I'm sure any flavor of Linux would also be welcome.

It needs to be nothing more that a ZIP of someone's known working directory
tree and environment variables.

Thanks,
Tim
--
Tim Hubberstey, P.Eng. . . . . . Hardware/Software Consulting Engineer
Marmot Engineering . . . . . . . VHDL, ASICs, FPGAs, embedded systems
Vancouver, BC . . . . . . . . . . . . . . . http://www.marmot-eng.com
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2010-07-05 04:29:47 UTC
Permalink
Post by Bert Wesarg
Post by TK Soh
Post by Tony Balinski
I thought from the source point-of-view, 5.6 was pretty well ready.
Can't we just call it a release and move to 5.7?
Good idea. We should do that.
I'm all for a source-only release. But I've found a bug report with a
patch in the tracker, which should be worth putting in. I don't know
http://www.nedit.org/pipermail/discuss/2009-November/010240.html
If there are still no objections, I put it in. Than I think we can tag
the BETA-5-6 branch as REL-5-6 and make the release.
Do it.

I did find a good use for the current behaviour though :-) - I have Gnu
debugger commands that cause nedit to track the progression of a program with
rangeset-highlighted lines. Because of this bug, the focus for input stays
with the terminal window I use to enter gdb commands. Quite convenient. But it
doesn't merit hampering nedit in all other situations.

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-05 05:44:21 UTC
Permalink
Post by Tony Balinski
Post by Bert Wesarg
Post by TK Soh
Post by Tony Balinski
I thought from the source point-of-view, 5.6 was pretty well ready.
Can't we just call it a release and move to 5.7?
Good idea. We should do that.
I'm all for a source-only release. But I've found a bug report with a
patch in the tracker, which should be worth putting in. I don't know
http://www.nedit.org/pipermail/discuss/2009-November/010240.html
If there are still no objections, I put it in. Than I think we can tag
the BETA-5-6 branch as REL-5-6 and make the release.
Do it.
Fire at will.
Post by Tony Balinski
I did find a good use for the current behaviour though :-) - I have Gnu
debugger commands that cause nedit to track the progression of a program with
rangeset-highlighted lines. Because of this bug, the focus for input stays
with the terminal window I use to enter gdb commands. Quite convenient. But it
doesn't merit hampering nedit in all other situations.
Tony
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-05 06:50:47 UTC
Permalink
Post by TK Soh
Post by Tony Balinski
Do it.
Done. I have also brought over the minix Makefile from Eddy to the
branch. And updated the release date.

I didn't tag the branch though, will wait a while.

Does anyone know more about the release procedure?
Post by TK Soh
Fire at will.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-05 10:33:18 UTC
Permalink
Post by Bert Wesarg
Post by Tony Balinski
Do it.
Done. I have also brought over the minix Makefile from Eddy to the
branch. And updated the release date.
I didn't tag the branch though, will wait a while.
Does anyone know more about the release procedure?
Scott does. I think he posted something on this some time ago. Maybe
can try search the archive.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
AVKuznetsov
2010-07-05 10:41:37 UTC
Permalink
On Mon, 5 Jul 2010 08:50:47 +0200
Post by Bert Wesarg
Post by TK Soh
Post by Tony Balinski
Do it.
Done. I have also brought over the minix Makefile from Eddy to the
branch. And updated the release date.
I didn't tag the branch though, will wait a while.
Does anyone know more about the release procedure?
Look at Thorsten's 5.6 release plan
http://www.nedit.org/pipermail/develop/2008-March/014353.html
Post by Bert Wesarg
Post by TK Soh
Fire at will.
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-07-05 11:18:47 UTC
Permalink
Look at Thorsten's  5.6 release plan
http://www.nedit.org/pipermail/develop/2008-March/014353.html
Thanks, But he does not write about how to make the release archive.

Bert
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-05 12:13:29 UTC
Permalink
Post by Bert Wesarg
Look at Thorsten's  5.6 release plan
http://www.nedit.org/pipermail/develop/2008-March/014353.html
Thanks, But he does not write about how to make the release archive.
Some info on releasing from Scott:

http://www.nedit.org/pipermail/develop/2009-October/014879.html
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Paterline, David L. (NF)
2010-07-06 12:59:33 UTC
Permalink
I hate to expose my ignorance, but just to confirm my understanding, what exactly is meant by source-only release?
Post by Paterline, David L. (NF)
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which
executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version
with the patch, but have had some problems with X/Motif. So, if anyone has a version
built for those platforms, I'd appreciate getting a copy.
I still plan to try to experiment with the Motif version, as suggested in this thread, but if someone has a binary version available, that certainly would be appreciated.

Thanks for all the responses.

---
David L. Paterline
Functional Lead, Software Development
Core Engineering

Westinghouse Electric Company
Westinghouse Energy Center
Monroeville, PA 15146, USA
Phone:  +1 (412) 374-2286
Fax:  +1 (412) 374-2284
Email:  ***@westinghouse.com
Home Page:  www.westinghousenuclear.com

-----Original Message-----
From: discuss-***@nedit.org [mailto:discuss-***@nedit.org] On Behalf Of Bert Wesarg
Sent: Sunday, July 04, 2010 3:53 PM
To: General NEdit discussion list
Subject: Re: Looking for NEdit 5.5 with toolbar patch for Linux platform (SLES9 / SLES10)
Post by Paterline, David L. (NF)
Post by Tony Balinski
I thought from the source point-of-view, 5.6 was pretty well ready.
Can't we just call it a release and move to 5.7?
Good idea. We should do that.
I'm all for a source-only release. But I've found a bug report with a
patch in the tracker, which should be worth putting in. I don't know
why I didn't apply it already:

http://www.nedit.org/pipermail/discuss/2009-November/010240.html

If there are still no objections, I put it in. Than I think we can tag
the BETA-5-6 branch as REL-5-6 and make the release.

Bert
--
NEdit Discuss mailing list - ***@nedit.org
http://www.nedit.org/mailman/listinfo/discuss
TK Soh
2010-07-06 23:48:24 UTC
Permalink
On Tue, Jul 6, 2010 at 12:59 PM, Paterline, David L. (NF)
Post by Paterline, David L. (NF)
I hate to expose my ignorance, but just to confirm my understanding, what exactly is meant by source-only release?
It means users would have to build their own binaries (executable),
unless someone volunteer to contribute/share their binaries.
Post by Paterline, David L. (NF)
Post by Paterline, David L. (NF)
Does anyone have a binary version of NEdit with the T. K. Soh toolbar patch which
executed on a Linux SLES 9 / SLES 10 platform? I've tried to compile the version
with the patch, but have had some problems with X/Motif. So, if anyone has a version
built for those platforms, I'd appreciate getting a copy.
I still plan to try to experiment with the Motif version, as suggested in this thread, but if someone has a binary version available, that certainly would be appreciated.
Thanks for all the responses.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Loading...