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 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
