Hello, how did you link those directories? it did not work. Am Dienstag, 23. Dezember 2014 12:14:55 UTC+1 schrieb Karl Jacobs: > > > > Am Montag, 23. Juni 2014 20:04:24 UTC+2 schrieb Charles Steinkuehler: >> >> Posting to list in hopes it might be useful to someone else. >> >> On 6/16/2014 9:04 AM, Michael Haberler wrote: >> > >> > I managed to install from source - not nice: >> > >> > apt-get install python-gtk2-dev libgnomeui-dev >> > wget >> http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-3.8.5.tar.xz >> > tar Jxvf glade3-3.8.5.tar.xz >> > cd glade3-3.8.5 >> > ./configure >> > make >> > sudo make install >> > >> > search for replacement package currently without success :-/ >> >> It was a bit uglier for me, building on the 'Bone. I had a bunch of >> missing dependencies at the ./configure stage, so I enabled the >> commented src lines in /etc/apt/sources.list and did: >> >> sudo aptitude upgrade >> sudo aptitude build-dep glade >> >> This pulled in most of the requirements, but I still needed to: >> >> sudo aptitude install scrollkeeper >> >> ...to get make to finish successfully. Also, once everything was built >> and installed I needed to: >> >> sudo ldconfig -v >> >> ...before glade-3 would run. But it seems to be working now. >> >> <fingers crossed> >> >> WARNING: >> My disk usage after building from scratch is more than will fit on a 4G >> uSD (or RevC eMMC), so make sure you have enough disk space before >> attempting to build from source on the 'Bone. I typically use 8G or 16G >> class-10 uSD cards. >> >> -- >> Charles Steinkuehler >> [email protected] >> >> Thanks for those hints! On a 'Bone with a > bone-debian-7.7-lxde-4gb-armhf-2014-11-19-4gb.img and machinekit package > install, I just had to follow Michael Haberlers entries and do an apt-get > install intltool, nothing else for a successful make. I did have to use > sudo ldconfig -v and make links from /usr/share/glade3/catalogs to > /usr/local/share/glade3/catalogs so that the gladevcp catalog ist found, > and the same for pixmaps. > Karl > > > >
-- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
