[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: Intalling repo code on Ubuntu 8.10
On Mon, Nov 17, 2008 at 4:18 AM, Stuart Brorson <[1]sdb@cloud9.net>
wrote:
$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
$ export PATH=/usr/local/bin:${PATH}
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
$ sudo make libgeda
$ sudo make install
$ sudo ldconfig
However, when I do the above (I used the Makefile's /usr/local/geda
defaults) I am getting this error when I go to execute the: sudo
make
install (after I did the sudo make libgeda)
configure: error: libgeda detection error: No package 'libgeda'
found
make: *** [gschem/config.h] Error 1
Hmmmmm.... where are you trying to build libgeda? I suspect you
are
having *_PATH problems. That is, your LD_LIBRARY_PATH (or maybe
PKG_CONFIG_PATH) is messed up, and doesn't point to the --prefix
where
you put libgeda.
HTH,
Stuart
That is the weird part. I made sure that the toplevel Makefile was
pointing to /usr/local/geda (I changed it from $HOME/geda to
/usr/local/geda and this is where my exports where pointing to as
well, i.e. I was using the exports that are suggested when entering:
$ make
I will keep fidling around with it and hopefully I can get it working.
Thanks,
--
Newell
[2]http://www.gempillar.com
Before enlightenment: chop wood, carry water
After enlightenment: code, build circuits
References
1. mailto:sdb@cloud9.net
2. http://www.gempillar.com/
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev