help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Building a C extension package


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Building a C extension package
Date: Mon, 31 Mar 2008 19:48:35 +0200
User-agent: Thunderbird 2.0.0.12 (Macintosh/20080213)


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

If you install automake from macports, it should find the macros. Weird there's no better way to add a directory to the global path, I'll make a bug report.

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

This is my bug, for now add.

GST_PACKAGE_DEPENDENCIES()

to the configure.ac file, it does not hurt even after the bug is fixed.

Paolo




reply via email to

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