On Sunday 22 September 2019 08:55:01 Curt wrote: > On 2019-09-21, Gene Heskett <ghesk...@shentel.net> wrote: > > My instant show stopper is in (fresh git clone today) > > linuxcnc-dev/src: ./configure --with-realtime=uspace > > [...] > > checking for GTK 2.4.0 or above... no > > configure: error: GTK2 missing. Install it or specify --disable-gtk > > to skip the parts of LinuxCNC that depend on GTK > > > > This is rasbian 10.1, so its got some wayland in it. What do I do > > next? Cheers, Gene Heskett > > Rather than stabbing the darkness time and time again, did you perform > the following? > > http://linuxcnc.org/docs/master/html/code/building-linuxcnc.html#Satis >fying-Build-Dependencies > > apt-get install dpkg-dev > > sudo apt-get install dpkg-dev > > Then ask your LinuxCNC git checkout to generate its Debian package > meta-data: > > cd linuxcnc-dev/debian > ./configure uspace > cd .. > > Finally ask dpkg-checkbuilddeps to do its job (note that it needs to > run from the linuxcnc-dev directory, not from linuxcnc-dev/debian): > > dpkg-checkbuilddeps > > It will emit a list of packages that are required to build LinuxCNC on > your system, but that are not installed yet. Install them all with > sudo apt-get install, followed by the package names. > > You can rerun dpkg-checkbuilddeps any time you want, to list any > missing packages.
done all that Curt, worked a treat, but forgot to sub in new driver code for the spi. Did that but huge amount of errors, turns out my workspace partition had gone ro sitting hot but doing nothing overnight, umount,remount, everything I did yesterday is gone, start all over with a fresh git clone. Then the kernel went to hell. But now my rt kernel has choked, drawing an undersized screen, with icons for the 3 ssd partitions mounted, but no mouse or keyboard. Grrrrrr. Nothing but trouble with this 64GB Sandisk u-sd card. And I need to go find my short order cooks hat, lunch time. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Genes Web page <http://geneslinuxbox.net:6309/gene>