Hi all [1]
The installation of this new rc was without any issue. I used the config/kernel/firmware from Slackware -current [2] [3] so no problem so far.
At this moment I'm noticing that you are using dash for sh instead of bash, so trying to build x11vnc gives me this error:
---
In file included from ../rfb/rfbproto.h:70:0,
from ../rfb/rfb.h:44,
from main.c:16:
../rfb/rfbconfig.h:9:22: warning: extra tokens at end of #ifndef directive
#ifndef LIBVNCSERVER_
^
../rfb/rfbconfig.h:10:22: warning: ISO C99 requires whitespace after the macro name
#define LIBVNCSERVER_
^
../rfb/rfbconfig.h:20:22: warning: extra tokens at end of #ifndef directive
#ifndef LIBVNCSERVER_
^
...
...
main.c:1060:19: fatal error: conio.h: No such file or directory
compilation terminated.
Makefile:345: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 1
make[2]: Leaving directory '/usr/ports/contrib/x11vnc/work/src/x11vnc-0.9.13/libvncserver'
Makefile:312: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/ports/contrib/x11vnc/work/src/x11vnc-0.9.13'
Makefile:231: recipe for target 'all' failed
make: *** [all] Error 2
---
After doing:
root@ ~ cd /bin/; rm sh ; ln -s bash sh; cd -
the installation of x11vnc ends without any issue.
- Cheers
[1] I hope this time it is to the mail-list ;-)
[2]
ftp://ftp.osuosl.org/pub/slackware/slackware64-current/source/k/[3] I was using Slackware before, since like 10 years ago.