Hi,

I'm trying to start an Objective-C bridge for GST, based on
http://smalltalk.gnu.org/wiki/creating-and-distributing-packages

First I had a problem with aclocal not finding
/opt/local/share/aclocal/gst*.m4 (the macports tree).
What's the correct way to deal with this ? In the end I added this
line to Makefile.am but that's specific to people using macports :(
ACLOCAL_AMFLAGS = -I /opt/local/share/aclocal

Now I get this...

make: *** No rule to make target `_GST_PKG_DEPENDENCIES', needed by
`ObjectiveC.star'.  Stop.

This seems to be a macro defined in gst-package.m4 but not used
anywhere… what am I missing (besides the point of autotools, that is)?


-- 
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to