If you open an existing file with "nedit filename", open another with Ctl-O and then close that one again with Ctl-W, nedit terminates with message: Error: XtPopdown requires a subclass of shellWidgetClass
Small remark: It seems, that this only happens if you used the find function Ctl-F in the second window.
do you have openmotif or lesstif?
Klaus?
Sorry for the delay. nedit is statically linked with *tif and it appears that (since both lesstif and openmotif are installed), it appears to have taken openmotif. $ strings `which nedit` |grep -i motif @(#)Motif Version 2.2.2
does this bug still show up, if you remove openmotif and let it attach itself to lesstif?
As I said, nedit is statically linked. Its ebuild file says it requires openmotif. Simply hiding away openmotif and recompiling gives a long list of errors: XmFontListCreate() is an obsolete function! Cannot find callback list in XtAddCallback Cannot find callback list in XtAddCallback ...
Sorry, I forgot to say: recompiling works, running nedit gives these error messages above.
please try -r2 and report?
Sorry, same effect with -r2.
With nedit-5.3-r2: [quote] (cd util; make -f Makefile.linux libNUtil.a) make[1]: Entering directory `/var/tmp/portage/nedit-5.3-r2/work/nedit-5.3/util' cc -march=pentium2 -O3 -pipe -fomit-frame-pointer -D__LINUX__ -I/usr/X11R6/inclu de -D__LINUX__ -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -c -o DialogF.o DialogF.c DialogF.c:33:19: Xm/Xm.h: No such file or directory DialogF.c:34:25: Xm/MessageB.h: No such file or directory DialogF.c:35:24: Xm/DialogS.h: No such file or directory DialogF.c:36:22: Xm/PushB.h: No such file or directory DialogF.c:37:23: Xm/PushBG.h: No such file or directory DialogF.c:38:26: Xm/SelectioB.h: No such file or directory [/quote] [quote from nedit-5.3-r2] RDEPEND="spell? ( app-text/aspell )" DEPEND="${RDEPEND} dev-util/yacc" [/quote] I suspect that nedit-5.2-r2 DEPENDS on virtual/x11. Otherwise if we don't have X installed, then it isn't going to find: -I/usr/X11R6/include/Xm.
it's actually a lack of listing of openmotif or lesstif in the DEPENDS list. Sorry for that :(
Sure we all talk about the same bug?
I have done a test. Sorry, my bug is still there. ("emerge openmotif nedit" didn't change the situation.) Is anybody being able to reproduce it?
nebuchadnezzar gnome-extra # qpkg -f /usr/X11R6/include/Xm/Xm.h x11-libs/openmotif * so I do not understand why you have this error...
raker, this bug's yours, baby
My bug's described in comments 0 to 1. I really have no problems with a missing header file; everything builds perfectly. It only refuses to run in a stable manner ,-)
And I was commenting on comment #8 to report on -r2. Just a little confusion. :)
nedit-5.4_pre20030213 will be added to portage soon. I am waiting for the gentoo mirrors to catch the source file first. I'll post here when it is available.
The ebuild is now in portage. Please test.
FYI, nedit-5.3 with open-motif-2.2.2_1 under FreeBSD (native) doesn't show this bug. Have you been able to reproduce my original bug? Sorry, at the moment I have no computer still running with Gentoo, so don't wait for my report.