On 07/13/2011 10:31 AM, Daniel Rogge wrote: > Hello all, > > My name is Rogge - I've been a watcher on this list for some time, but this > is my first post to the list.
Welcome! > checking for tcl... /usr/lib/tcl8.5/tclConfig.sh found > checking for tk... /usr/lib/tk8.5/tkConfig.sh found > checking for BWidget using /usr/bin/tclsh8.5... found > checking for Img using /usr/bin/tclsh8.5... configure: error: not found > > I have successfully checked out and compiled an older version (2.4.0). > > Any direction would be greatly appreciated. I'm trying to play around with > GladeVCP and I understand that it is only available in 2.5 (hence the > attempt to compile the latest code). It looks like you are missing some build dependencies (the configure script is complaining specifically about TkImg in the error message you helpfully included above). These are supplied by packages, and easy to install: cd emc2-dev/debian ./configure -a cd .. dpkg-checkbuilddeps Then "apt-get install" each of the missing build dependencies, and your configure should work (the configure script in src this time, not in the debian directory). But there's an easier way if you just want to run the 2.5 branch: install the pre-built debs from the buildbot. Instructions here: <http://wiki.linuxcnc.org/emcinfo.pl?Installing_EMC2#Debs_of_recent_git_versions> -- Sebastian Kuzminsky ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
