dumol

Results 22 comments of dumol

> OK, after some research... > Can you wrap the `#include ` line in `#if 0` like so: > > ``` > #if 0 > #include > #endif > ```...

> `_PW_NAME_LEN` is the maximum length of a valid username on HP-UX. Do you happen to know what that is? By default, only 8 characters are allowed as maximum length...

> Also can you check to see if you have any of the defines here: https://github.com/ibara/oksh/blob/master/portable.h#L49 > That may also shed some light on what to do for HP-UX. Sorry,...

Thanks! The above solves previous errors, build continues to: ``` $ make cc -DEMACS -DVI -w -c main.c cc -DEMACS -DVI -w -c misc.c cc -DEMACS -DVI -w -c path.c...

True, build is successful if using ``./configure --disable-curses``. However, running the resulting binary gives: ``` $ ./oksh Bus error (core dumped) ```

The system has this package installed with `depothelper`: http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/. Have tried the same patched tree with similar options, but compilation bailes out early on: ``` bash-4.4$ which gcc /usr/local/bin/gcc bash-4.4$...

Actually, that line was supposed to be `#ifndef __hpux__`, but that didn't work with the default compiler, so at the time I did the quick and dirty hack to change...

> Ah, that means my configure check for needing -std=c99 is slightly off. I check for `long long` support but not for the C99 preprocessor definitions of `LLONG_MAX` and `LLONG_MIN`....

> The possible fix for this can be «Terminal» version where the Vietnamese will be removed and this will give us the ability to significantly lower the base line height....

I think I have the same problem if I start `pokoy` after setting up my monitors. Usually I only have one output active, and if I rotate it after starting...