help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Building a C extension package


From: Damien Pollet
Subject: [Help-smalltalk] Building a C extension package
Date: Mon, 31 Mar 2008 18:09:51 +0100

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]