Michael Hernandez wrote:
On Aug 4, 2006, at 1:37 PM, Maxim Bourmistrov wrote:

It compiles and works here.
Just comment out "The ugly hack for OpenBSD":
/*
# ifdef OS_OPENBSD
typedef unsigned int    _our_wint_t;
typedef struct {
        int __count;
        union {
                _our_wint_t     __wch;
                char            __wchb[4]
        } __value;
} mbstate_t;
# endif
*/

On Friday 04 August 2006 19:02, you wrote:

Can anyone recommend a light-weight multi-tabbed terminal for OBSD  3.9?
I looked through the i386 packages, but didn't notice any. I'm using FVWM2.

I have used mrxvt, materm.sourceforge.net, on FreeBSD in the past and
really liked it; minimal dependencies and small memory foot print. I
just tried to compile mrxvt-0.4.2 on OBSD, but it failed.

-pachl

You might also want to try the latest version - I think 0.5.1 is just about ready based on recent mailing list traffic.

Mike H

I tried Maxim's code modification with v0.4.2 mentioned above, but it did not work. However, the unmodified v0.5.1 code does work as Mike H suggested. v0.5.1 did compile, but not without warnings, e.g. sprintf() -> snprintf(). I have never created a port/package for OBSD before, but will try to clean up the code and port it to OBSD in my limited free time.

Thanks for all of your suggestions thus far.

-pachl

Reply via email to