[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: compiling gaf from git repos
On Thu, 15 Jan 2009 00:51:17 +0000, Peter Clifton wrote:
> libgeda/configure.ac.in
>
> Try just
>
> LT_INIT([win32_dll])
>
> LT_INIT([shared])
Configure complains if any of these lines is present.
> LT_INIT()
This got me beyond the configure step.
But make install gets stuck further down the line:
$ make install
(...)
make[3]: Leaving directory `/usr/local/geda-src/gaf/libgeda/share'
make[2]: Leaving directory `/usr/local/geda-src/gaf/libgeda/share'
Making install in src
make[2]: Entering directory `/usr/local/geda-src/gaf/libgeda/src'
make[2]: LIBTOOL@: Command not found
make[2]: *** [a_basic.lo] Error 127
make[2]: Leaving directory `/usr/local/geda-src/gaf/libgeda/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/geda-src/gaf/libgeda'
make: *** [libgeda_install] Error 2
So I tried the next recipe:
> AC_LIBTOOL_WIN32_DLL
> AM_PROG_LIBTOOL
With these options the current git-head compiled and installed fine.
Thanks for the detailed advice.
When started gschem presents a GUI with a black background, although my
local gsemrc configures a light background with the line
(load (build-path geda-rc-path "gschem-lightbg"))
The log file contains this message:
(...)
Read system-gschemrc file [/usr/local/share/gEDA/system-gschemrc]
In unknown file:
?: 0* [primitive-load "/usr/local/share/gEDA/"]
In /usr/local/share/gEDA/gschem-lightbg:
60: 1* (background-color 0 "grey94" "null" "1 1 1")
/usr/local/share/gEDA/gschem-lightbg:59:0: Unbound variable: background-color
Read ~/.gEDA/gschemrc file [/home/kmk/.gEDA/gschemrc]
(...)
The same message appears if I change "gschem-lightbg" to "gschem-darkbg".
Seems like gschem does not like the variable background-color.
---<(kaimartin)>---
--
Kai-Martin Knaak
http://lilalaser.de/blog
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user