Dauerlaeufer68
Active Member
Moin,
nach langer Zeit hab ich mal wieder die OpenBSDkiste angeworfen und mir in den Kopf gesetzt NsCDE zu installieren.
Ich habe mir folgendes Youtubetutorial als Vorbild genommen . Bin auch soweit bis zum Teil 'make' gekommen. Danach kam diese Meldung und der Vorgang brach ab.
openbsd$ make
Making all in src
Making all in colorpicker
cd ../.. && make am--refresh
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/home/barny/NsCDE/ac-aux/missing' aclocal-1.16
/home/barny/NsCDE/ac-aux/missing[81]: aclocal-1.16: not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<https://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<https://www.gnu.org/software/autoconf>
<https://www.gnu.org/software/m4/>
<https://www.perl.org/>
*** Error 127 in . (Makefile:396 './aclocal.m4')
*** Error 2 in src/colorpicker (Makefile:351 '../../aclocal.m4')
*** Error 1 in src (Makefile:398 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_...)
*** Error 1 in /home/barny/NsCDE (Makefile:433 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am_...)
automake & autoconf sind jeweils in der 'latest' Version installiert, der Rest auf der Liste auch.
Was bedeutet das genau? Wo setze ich an?
Ich habe nix modifiziert oder geändert, bin nach Tutorial vorgegangen. Ja, ist zwar für OpenBSD 7.5 aber ich hab mir gedacht so gravierend sind die Unterschiede nicht, das geht schon.
Any Idea?
Vielen Dank
Dauerlaeufer68
nach langer Zeit hab ich mal wieder die OpenBSDkiste angeworfen und mir in den Kopf gesetzt NsCDE zu installieren.
Ich habe mir folgendes Youtubetutorial als Vorbild genommen . Bin auch soweit bis zum Teil 'make' gekommen. Danach kam diese Meldung und der Vorgang brach ab.
openbsd$ make
Making all in src
Making all in colorpicker
cd ../.. && make am--refresh
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/home/barny/NsCDE/ac-aux/missing' aclocal-1.16
/home/barny/NsCDE/ac-aux/missing[81]: aclocal-1.16: not found
WARNING: 'aclocal-1.16' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<https://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<https://www.gnu.org/software/autoconf>
<https://www.gnu.org/software/m4/>
<https://www.perl.org/>
*** Error 127 in . (Makefile:396 './aclocal.m4')
*** Error 2 in src/colorpicker (Makefile:351 '../../aclocal.m4')
*** Error 1 in src (Makefile:398 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_...)
*** Error 1 in /home/barny/NsCDE (Makefile:433 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am_...)
automake & autoconf sind jeweils in der 'latest' Version installiert, der Rest auf der Liste auch.
Was bedeutet das genau? Wo setze ich an?
Ich habe nix modifiziert oder geändert, bin nach Tutorial vorgegangen. Ja, ist zwar für OpenBSD 7.5 aber ich hab mir gedacht so gravierend sind die Unterschiede nicht, das geht schon.
Any Idea?
Vielen Dank

Dauerlaeufer68
.