to nie win 10 to dasz szybko radędamiansr50ce pisze:że już 4 raz będę go dziś instalować

Dodane 1 minuta :
dla tego mam zadajnik na lpt
to nie win 10 to dasz szybko radędamiansr50ce pisze:że już 4 raz będę go dziś instalować
Kod: Zaznacz cały
sudo ./configure
Kod: Zaznacz cały
nc@debian:~$ cd linuxcnc-dev/src
cnc@debian:~/linuxcnc-dev/src$ sudo ./autogen.sh
cnc@debian:~/linuxcnc-dev/src$ sudo ./configure
checking for c++... c++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether c++ supports C++17 features with -std=gnu++17... no
checking whether c++ supports C++17 features with -std=gnu++1z... no
configure: error: *** A compiler with support for C++17 language features is required.
cnc@debian:~/linuxcnc-dev/src$
Kod: Zaznacz cały
cnc@debian:~$ sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
Executing: /tmp/apt-key-gpghome.Ha8oZDQv7M/gpg.1.sh --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
gpg: keyserver receive failed: Brak nazwy
cnc@debian:~$
Kod: Zaznacz cały
cnc@debian:~$ sudo apt-key adv --keyserver hkp://pgpkeys.eu --recv-key EF1B07FEE0EE663E
Executing: /tmp/apt-key-gpghome.Vq2oDIEI78/gpg.1.sh --keyserver hkp://pgpkeys.eu --recv-key EF1B07FEE0EE663E
gpg: key EF1B07FEE0EE663E: "LinuxCNC Buildbot <[email protected]>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
cnc@debian:~$
Kod: Zaznacz cały
cnc@debian:~$ cd linuxcnc-dev/src
cnc@debian:~/linuxcnc-dev/src$ sudo ./autogen.sh
cnc@debian:~/linuxcnc-dev/src$ sudo ./configure
Kod: Zaznacz cały
checking for c++... c++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether c++ supports C++17 features with -std=gnu++17... no
checking whether c++ supports C++17 features with -std=gnu++1z... no
configure: error: *** A compiler with support for C++17 language features is required.
cnc@debian:~/linuxcnc-dev/src$