Hi -- If you just sit in the top level and run "make", it will output a list of env variables you need to set. One of them is LD_LIBRARY_PATH, which needs to be set to find libgeda when the other tools are being built. The other two are PATH and PKG_CONFIG_PATH.
If you have already set these variables, then the problem is likely that you have an old version of libgeda sitting on your search path. Get rid of it. HTH, Stuart On Fri, 9 Jan 2009, Peter Wiley-Cordone wrote: > It appears as though if I run make reconfig after getting the code > from the git repository, configure fails in gschem when checking for > the libgeda repository dependency. I'm building on a macbook if that > makes any difference. > > If I just run make config and then sudo make install after getting the > code from the git repository it works fine. > > I'm somewhat new to gnu build tools and building open source projects, > and it's not apparent to me how to fix this issue (though it has > gotten me to read up more on autoconf, etc.). > > Peter Wiley-Cordone > [email protected] > > > > > > > _______________________________________________ > geda-dev mailing list > [email protected] > http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev > _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
