[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: gEDA-20040111 on MacOS 10.3 ("Panther")
- To: geda-user@seul.org
- Subject: gEDA-user: gEDA-20040111 on MacOS 10.3 ("Panther")
- From: John Doty <jpd@space.mit.edu>
- Date: Fri, 6 Feb 2004 12:34:03 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Fri, 06 Feb 2004 12:34:27 -0500
- In-reply-to: <40218817.9000107@jandecaluwe.com>
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
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: jpd@w-d.org
Work: jpd@space.mit.edu