On Fri, 2008-05-09 at 14:09 -0500, Amans,Ross wrote:
> Fixed my home (c:\home) and restarted cygwin. 
> Have done:
> Make open
> Make reconfig
> Make install
> 
> Make install works thru libgeda, and then gives an error when starting
> geda-schem
> 
> "
> checking for GTHREAD... yes
> checking for LIBGEDA... no
> configure: error: libgeda detection error: Requested 'libgeda >=
> 20080127' but version of libgeda is 20060123
> make: *** [geda-gschem-1.4.0/config.h] Error 1
> "
> 
> But it just installed libgeda-1.4.0, which is 20080127, right? So how
> does it find out libgeda version? What is going wrong here?

Did you have an old version of libgeda installed at some point?

For the configure of the other tools to work, it needs to find libgeda.
On my machine, this means setting the following environment variables:

export LD_LIBRARY_PATH=/home/pcjc2/geda/lib:$LD_LIBRARY_PATH
export PATH=/home/pcjc2/geda/bin:$PATH
export PKG_CONFIG_PATH=/home/pcjc2/geda/lib/pkgconfig:$PKG_CONFIG_PATH

Best wishes,

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)



_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to