From: Jonathan B. <jbr...@ea...> - 2003-07-14 00:31:40
|
Now that I think about it, I think that we did something non-standard to install our copy of gtkglarea, and it ended up under /usr/local instead of /sw. Try running configure like this: "CPPFLAGS=-I/sw/include ./configure --prefix=/sw" If that works, we will either change the documentation or the configuration scripts. HTH, -Jonathan Brandmeyer On Sat, 2003-07-12 at 23:21, hea...@ct... wrote: > >From: "Jonathan Brandmeyer" <jbr...@ea...> > > > >Can you privately send me the complete config.log (in the top-level > >directory), cvisual/Makefile, and the output from running 'make'? > > > Certainly. Config.log and cvisual/Makefile are attached. Out from make is as > follows: > > [Joe-Heafners-iBook:~/visual-2.1.1] joeheafner% make > Making all in visual > make[1]: Nothing to be done for `all'. > Making all in cvisual > g++ -c -I./CXX/Include -I. -DHAVE_CONFIG_H -I/sw/include/python2.2 -o > arrow.lo -g -O2 -I/sw/include/gtk-1.2 -I/usr/X11R6/include -I/sw/include/ > glib-1.2 -I/sw/lib/glib/include -D_REENTRANT -I/sw/include/glib-1.2 -I/ > sw/lib/glib/include arrow.cpp > In file included from arrow.cpp:2: > xgl.h:10:29: gtkgl/gtkglarea.h: No such file or directory > make[1]: *** [arrow.lo] Error 1 > make: *** [all-recursive] Error 1 > [Joe-Heafners-iBook:~/visual-2.1.1] joeheafner% > > I'm very grateful for your help! > |