This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: lesstif 0.93.94 and the "attempt to add non-widget ..." error


Volker,

Thanks, I'll try to make a new 'test' lesstif release soon.

Harold

Volker Quetschke wrote:
Sorry I can't be more helpful than this right now.  LtXmFixupVendorShell
is not working.  Find out why.

Thanks Brian,


there was a patch to lib/Xm/Vendor.c that corrects for the (shared)
library loading mechanism, but it was missing for lib/Xm-2.1/Vendor.c.

I attach the changed lesstif-0.93.94-2.patch and lesstif-0.93.94-2.sh
files, the lesstif.README is already updated, so it should be zero
work to produce a new release ;)

The changes in the build script are the ones previously
described plus:
   cd ${topdir} && \
   diff -urN -x '.build' -x '.inst' -x '.sinst' \
     -x 'configure' -x 'Makefile.in' -x 'aclocal.m4' -x 'depcomp' \
+    -x 'compile' -x 'config.*' -x 'ltmain.sh' -x 'missing' -x '*~' \
     ${PKG}-${VER}-orig ${PKG}-${VER} > \
     ${srcinstdir}/${src_patch_name} ; \
   rm -rf ${PKG}-${VER}-orig )

Oh, I forgot to say, this lesstif version not only fixes the
"attempt to add non-widget ..." error, but also fixes the
crash of grace 5.1.14 when double-clicking on the axes :-)

Volker



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]