From: Dethe E. <de...@li...> - 2006-11-30 00:39:07
|
OK the problem turned out to be that I am a doofus. Although I had sourced /sw/bin/init.sh, I hadn't actually checked my path afterwards (maybe I ran it instead of sourcing it?). Anyway, I was picking up Apple's autoconf chain, not fink's. Changed that, found a couple of more dependencies needed, installed those, made it much further. I'm running into a problem when VPython tries to bind to numpy. I have numpy installed in my standard Python, and (via scipy) in fink. But VPython's make can't find it, and setting GCC_INCLUDE_DIR doesn't appear to help. Is this something I need to add to PKG_CONFIG_PATH? I'm feeling like this is so close now. And I found where the .info file was hiding, so I'm looking at that to see how the fink VPython was built. Progress! Thanks, --Dethe On 29-Nov-06, at 9:43 AM, Martin Costabel wrote: > Dethe Elza wrote: > [] >> I'm using the source tree from CVS and I've compared the >> autogen.sh to the one you are using and they are identical, so I'm >> not sure why I'm getting errors with it. When I try to run the >> resulting configure script I get the following errors: >> ./configure: line 19239: syntax error near unexpected token `GTK,' >> ./configure: line 19239: ` PKG_CHECK_MODULES( GTK, sigc+ >> +-2.0, ,' > > I don't know anything about the autotools either, but this doesn't > look good, indeed. Here is what I have installed in this area from > Fink: > > i autoconf 2.60-4 > i automake1.9 1.9.6-3 > i libtool14 1.5.22-1000 > i libtool14-shlibs 1.5.22-1000 > i m4 1.4.5-3 > > What do you have there? (This is on 10.4.8/intel). > > -- > Martin > We must be careful not to build a world we don't want to live in. -- Stu Card |