[chord] Problem building VIS

Emil Sit sit at MIT.EDU
Thu May 6 07:57:34 EDT 2004


On Thu, 06 May 2004 at 12:37 (+0200), vmi at mobnets.rwth-aachen.de wrote:
> [root at PC-2 devel]# gmake vis
> /bin/sh ../libtool --mode=link g++  -g -O2 -Wall -Werror    -o vis
> g++ -g -O2 -Wall -Werror -o vis
> g++: no input files
> gmake: *** [vis] Error 1

This means that configure did not detect gtk on your system and
did not generate any specific Makefile rules to build vis.  What
you see are the generic rules being fired, which don't work.

Do you have gtk installed? (For example, if you use GNOME, then 
the answer should be yes.  You can also try manually running
'pkg-config gtk+-2.0 --modversion').  If so, make sure pkg-config
is in your PATH when you run configure.

-- 
Emil Sit / MIT LCS PDOS / http://pdos.lcs.mit.edu/chord/  



More information about the chord mailing list