On July 5, 2014 at 11:10:00 AM, Charles Lepple (clep...@gmail.com) wrote:
On Jul 1, 2014, at 8:32 PM, Kevin Horton <khorto...@rogers.com> wrote:
> I note that gschem throws an error on launch, complaining that it cannot find
> ice-9/boot-9.scm. Installing the guile18-libs package provides this, and
> allows gschem to run. Perhaps geda-gaf requires a dependency on guile18-libs.
>
Hi Kevin,
Hmm, what version of OS X and Xcode are you running? I went from 10.7 to 10.9 +
Xcode 5.1, and I am running into a guile-snarf issue getting the code to build.
So I am not even to the point of launching gschem.
Happy to add the dependency while updating to gEDA 1.8.2, but I'm trying to
track down the build issue before committing. I hope it doesn't involve
separate packages for 10.7 and 10.9.
It does not build for me now either. I am not sure whether I installed it via
the binary distribution, or whether I built it some time ago with an earlier
Xcode.
% fink list xcode
i xcode
5.1.0.0.1.1396320587-1 [virtual package
representing the developer tools]
i xcode.app
5.1.1-1 [virtual package
representing Xcode]
My build attempt fails with:
/bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -DLOCALEDIR=\"/sw/share/locale\" -I./../include
-I./../include/libgeda -I../.. -I/sw/include -I/include -Wall -I/sw/include
-D_THREAD_SAFE -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/sw/include/gtk-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -Os
-pipe -MT libgeda_la-a_basic.lo -MD -MP -MF .deps/libgeda_la-a_basic.Tpo -c -o
libgeda_la-a_basic.lo `test -f 'a_basic.c' || echo './'`a_basic.c
mv -f .deps/libgeda_la-scheme_toplevel.Tpo .deps/libgeda_la-scheme_toplevel.Plo
/bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -DLOCALEDIR=\"/sw/share/locale\" -I./../include
-I./../include/libgeda -I../.. -I/sw/include -I/include -Wall -I/sw/include
-D_THREAD_SAFE -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/sw/include/gtk-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -Os
-pipe -MT libgeda_la-edaerrors.lo -MD -MP -MF .deps/libgeda_la-edaerrors.Tpo -c
-o libgeda_la-edaerrors.lo `test -f 'edaerrors.c' || echo './'`edaerrors.c
1 warning generated.
1 warning generated.
In file included from scheme_object.c:2175:
./scheme_object.x:80:84: error: expected ')'
scm_c_define_gsubr (s_translate_object_x, 3, 0, 0, (SCM (*)())
translate_object_x); ;
^
./scheme_object.x:79:21: note: to match this '('
scm_c_define_gsubr (s_set_picture_data_vector_x,
^
1 error generated.
mv -f .deps/libgeda_la-scheme_attrib.Tpo .deps/libgeda_la-scheme_attrib.Plo
/bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -DLOCALEDIR=\"/sw/share/locale\" -I./../include
-I./../include/libgeda -I../.. -I/sw/include -I/include -Wall -I/sw/include
-D_THREAD_SAFE -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/sw/include/gtk-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -Os
-pipe -MT libgeda_la-f_basic.lo -MD -MP -MF .deps/libgeda_la-f_basic.Tpo -c -o
libgeda_la-f_basic.lo `test -f 'f_basic.c' || echo './'`f_basic.c
make[4]: *** [libgeda_la-scheme_object.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/libgeda_la-scheme_complex.Tpo .deps/libgeda_la-scheme_complex.Plo
mv -f .deps/libgeda_la-scheme_smob.Tpo .deps/libgeda_la-scheme_smob.Plo
mv -f .deps/libgeda_la-scheme_page.Tpo .deps/libgeda_la-scheme_page.Plo
mv -f .deps/libgeda_la-edaerrors.Tpo .deps/libgeda_la-edaerrors.Plo
f_basic.c:238:2: warning: FIXME: What do we do? [-W#warnings]
#warning FIXME: What do we do?
^
f_basic.c:327:2: warning: FIXME: What do we do? [-W#warnings]
#warning FIXME: What do we do?
^
f_basic.c:471:2: warning: FIXME: What do we do? [-W#warnings]
#warning FIXME: What do we do?
^
a_basic.c:284:16: warning: unused variable 'current_fileformat_ver'
[-Wunused-variable]
unsigned int current_fileformat_ver = FILEFORMAT_VERSION;
^
mv -f .deps/libgeda_la-scheme_deprecated.Tpo
.deps/libgeda_la-scheme_deprecated.Plo
1 warning generated.
3 warnings generated.
mv -f .deps/libgeda_la-a_basic.Tpo .deps/libgeda_la-a_basic.Plo
mv -f .deps/libgeda_la-f_basic.Tpo .deps/libgeda_la-f_basic.Plo
make[4]: Leaving directory
`/sw/src/fink.build/geda-gaf-1.8.1-3/geda-gaf-1.8.1/libgeda/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/sw/src/fink.build/geda-gaf-1.8.1-3/geda-gaf-1.8.1/libgeda/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/sw/src/fink.build/geda-gaf-1.8.1-3/geda-gaf-1.8.1/libgeda'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sw/src/fink.build/geda-gaf-1.8.1-3/geda-gaf-1.8.1'
make: *** [all] Error 2
### execution of make failed, exit code 2
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users