Building without GTK on anARM board
- RaulHuertasPaiva
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
01 May 2021 23:08 - 01 May 2021 23:09 #207590
by RaulHuertasPaiva
Building without GTK on anARM board was created by RaulHuertasPaiva
Hello! I'm trying to build linuxcnc in a FriendlyElEC RK3399v2 board. When building ,i get the error "configure: error: Python pango and cairo modules not found!\ninstall with "sudo apt-get install python-gtk2". I can't install the packages pygtk2, PyGTK nor python-gtk2. I already tried "./configure --disable-gtk" and seems to have no effect. Could you give me a hint about how to solve this issue? thanks in advance!
Last edit: 01 May 2021 23:09 by RaulHuertasPaiva.
Please Log in or Create an account to join the conversation.
03 May 2021 22:19 #207754
by andypugh
Replied by andypugh on topic Building without GTK on anARM board
Did you try starting from a clean system. ie
make clean
./autogen.sh
./configure --disable-gtk
--disable-gtk is definitely listed as an option, but I can't say that I have ever tested it.
make clean
./autogen.sh
./configure --disable-gtk
--disable-gtk is definitely listed as an option, but I can't say that I have ever tested it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.059 seconds