Try this: http://www.ghz.cc/charles/fink/ Cheers, Ezra.
Am 06.02.2004 um 18:34 schrieb John Doty:
Experience installing gEDA-20040111 on MacOS 10.3 ("Panther").
I installed Fink 0.6.2 (http://fink.sourceforge.net/), and used it to install the following:
glib 1.2.10-18 pkgconfig 0.15.0-2 gtk+ 1.2.10-13 guile 1.4-17 guile-dev 1.4-17 libstroke 0.5.1-5 intltool 0.22-1
Fink does not have a zlib package. I attempted to install zlib-1.1.4 from
the tarball, but "make test" failed. As it is optional, I did not attempt
to debug further.
make xinstall doesn't work because setup.sh doesn't look for libs in /sw/lib, which is where fink puts them.
In this system, including malloc.h directly doesn't work, so:
in geda-20040111/src/doc.c malloc.h should be stdlib.h in geda-20040111/src/m_file.c malloc.h should be stdlib.h
Even with those fixes, I couldn't build bin/geda:
ld: Undefined symbols: _libintl_bindtextdomain _libintl_textdomain _libintl_dgettext make[3]: *** [geda] Error 1
I also had trouble with raw2gw:
ld: Undefined symbols: _get_current_dir_name make[3]: *** [raw2gw] Error 1
Other binaries appeared to build all right. I haven't done much testing,
but I've run gschem and it seems to work.
John Doty "You can't confuse me, that's my job." Home: [EMAIL PROTECTED] Work: [EMAIL PROTECTED]
