From: <hea...@ct...> - 2003-07-10 13:07:11
|
Hi. I'm trying to compile Visual 2.1.1 under OS 10.2.6 with Fink 0.5.3. Doing "./ configure --prefix=/sw" produces no errors. When I issue "make" the process bombs with the following: [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% The gtkglarea.h file IS present in /sw/include/gtkgl/ so I just tried hardcoding that path but make then complained about the absence of another header file, which is also present. It's like my header files can't be seen by make or something. I'm thinking about trashing my current Fink installation and starting over. I originally installed 0.5.1 and upgraded (without any visible errors) to 0.5.2 and then to 0.5.3 but apparently some things didn't get updated properly. Any suggestions? Cheers, Joe Heafner - Instructional Astronomy and Physics Home Page http://users.vnet.net/heafnerj/index.html I don't have a Lexus, but I do have a Mac. Same thing. |