-----BEGIN PGP SIGNED MESSAGE-----
   Hash: SHA1
   On Tue, Nov 18, 2008 at 2:22 AM, Bernd Jendrissek
   <[EMAIL PROTECTED]> wrote:
   On Mon, Nov 17, 2008 at 10:29 PM, Newell Jensen
   <[EMAIL PROTECTED]> wrote:
   >   On Mon, Nov 17, 2008 at 4:18 AM, Stuart Brorson
   <[EMAIL PROTECTED]>
   >   wrote:
   >
   >     $ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
   [1] /usr/local/lib
   >     $ export PATH=/usr/local/bin:${PATH}
   [2] /usr/local/bin
   >     $ export
   PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
   [1] /usr/local/lib
   >     $ sudo make libgeda
   >     $ sudo make install
   >     $ sudo ldconfig
   [snip]
   >   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
   [3] /usr/local/geda
   Do you maybe need [1] to be /usr/local/geda/lib and [2] to be
   /usr/local/geda/bin?
   I am using the suggested export's in the toplevel makefile in the gaf
   directory which will be printed out from doing:
   $ cd gaf/
   $ make
   This will print out some stuff...
   For bash:
   export LD_LIBRARY_PATH=/usr/local/geda/lib:$LD_LIBRARY_PATH
   export PATH=/usr/local/geda/bin:${PATH}
   export PKG_CONFIG_PATH=/usr/local/geda/lib/pkgconfig:$PKG_CONFIG_PATH
   I copied and pasted these and tested the changes.  I also
   modified my Makefile and changed:
   prefix?=/usr/local/geda (it used to be $HOME/geda)
   I then did:
   $ sudo make libgeda  (I also tried it without this step but get
   the same error)
   $ sudo make install
   This is where it failed giving:
   checking for LIBGEDA... no
   configure: error: libgeda detection error: No package 'libgeda' found
   make: *** [gschem/config.h] Error 1
   So I go into gaf/gschem and look into the config.log file and it
   shows:
   configure:7603: $PKG_CONFIG --exists --print-errors "libgeda >=
   $DATE_VERSION"
   Package libgeda was not found in the pkg-config search path.
   Perhaps you should add the directory containing `libgeda.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'libgeda' found
   configure:7606: $? = 1
   configure:7621: $PKG_CONFIG --exists --print-errors "libgeda >=
   $DATE_VERSION"
   Package libgeda was not found in the pkg-config search path.
   Perhaps you should add the directory containing `libgeda.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'libgeda' found
   configure:7624: $? = 1
   No package 'libgeda' found
   configure:7652: result: no
   configure:7669: error: libgeda detection error: No package 'libgeda'
   found
   I checked to see where libgeda.pc is on my file system and it is in
   /usr/local/geda/lib/pkgconfig which is on my PKG_CONFIG_PATH.
   I am at a total impass at this point so if anyone has further
   suggestions, I am all ears.
   - --
   Newell
   [4]http://www.gempillar.com
   Before enlightenment: chop wood, carry water
   After enlightenment: code, build circuits
   -----BEGIN PGP SIGNATURE-----
   Version: GnuPG v1.4.9 (GNU/Linux)
   iEYEARECAAYFAkkim44ACgkQdmyjKRmwZoR+aQCbB9V4g6rNPL1hi2CHnMOAcUgb
   geYAnibne/RG6U2KrHgKn22gQY6RDuw4
   =LjSy
   -----END PGP SIGNATURE-----

References

   1. mailto:[EMAIL PROTECTED]
   2. mailto:[EMAIL PROTECTED]
   3. mailto:[EMAIL PROTECTED]
   4. http://www.gempillar.com/

_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to