build - Missing tk.h and tcl.h files when building VRip -


i trying compile vrip in ubuntu 10.04, using site http://graphics.stanford.edu/software/vrip/guide/ guide. relies on installation of tcl , tk -- have acquired latest versions of these synaptic package manager.

when write "make depend", error:

in file included vripinit.cc:30: vripinit.h:22:17: error: tcl.h: no such file or directory vripmain.cc:22:16: error: tk.h: no such file or directory in file included vripmain.cc:28: vripinit.h:22:17: error: tcl.h: no such file or directory in file included vripmisccmds.cc:29: vripmisccmds.h:22:17: error: tcl.h: no such file or directory in file included vripfillcmds.cc:29: vripfillcmds.h:22:17: error: tcl.h: no such file or directory in file included vripfilecmds.cc:29: vripfilecmds.h:22:17: error: tcl.h: no such file or directory in file included vripgridcmds.cc:29: vripgridcmds.h:22:17: error: tcl.h: no such file or directory in file included vriprangecmds.cc:36: vriprangecmds.h:21:17: error: tcl.h: no such file or directory in file included vripguicmds.cc:37: vripguicmds.h:22:17: error: tcl.h: no such file or directory vripguicmds.cc:43:16: error: tk.h: no such file or directory in file included vripplycmds.cc:32: vripplycmds.h:22:17: error: tcl.h: no such file or directory rm makedep.bak

it seems looking header files , not finding them. i'm not sure tell look. more experience out? i've spent couple of hours trying figure out without success... :s

thanks, lplates

install tcl-dev package using apt or synaptic; tcl contains runtime, while tcl-devel contains header , development files. same tk-dev


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -