[Patch] cygwin terminfo ``smacs'' setting.

2004-10-02 Thread Bas van Gompel
When playing around with a terminfo-aware app (see User-Agent header), I noticed that the ``smacs''-setting in the cygwin-entry reads ``\E11m'', not the apparently correct ``\E[11m'', causing line-drawing to fail. Following patch should fix that. Apply with ``patch -p0'' in ``/usr/src'' _after_

Re: [Patch] cygwin terminfo ``smacs'' setting.

2004-10-02 Thread Charles Wilson
Thanks, I'll include it in the next release of terminfo. -- Chuck Bas van Gompel wrote: When playing around with a terminfo-aware app (see User-Agent header), I noticed that the ``smacs''-setting in the cygwin-entry reads ``\E11m'', not the apparently correct ``\E[11m'', causing line-drawing to

Re: gnome 2.8.0 and external dependencies

2004-10-02 Thread Gerrit P. Haase
Hello Yaakov, I cannot run libbonobo executables without getting this stupid access violation error. I have all base libraries recompiled, glib2, atk pango are already uploaded, gtk2-x11 is ready, but I cannot run the executables linked against these libs. I tried to rebuild IDL ORBit, IDL

Re: gnome 2.8.0 and external dependencies

2004-10-02 Thread Charles Wilson
Gerrit P. Haase wrote: Well, you have a struct that is const, so it never changes and new gcc puts the whole struct into .rdata static const struct poptOption cl_libIDL_callback_options[] = { [snip] But the important part is that INSIDE the struct, one of the initialized fields contains the