This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
ObjC with automake/autoconf, an error
- From: Pupeno <pupeno at pupeno dot com>
- To: Automake at gnu dot org
- Cc:
- Date: Tue, 23 Nov 2004 20:52:50 -0300
- Subject: ObjC with automake/autoconf, an error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Trying to compile a test project using objective c and autoconf/automake I get
the following error:
gmake[2]: Entering directory `/home/pupeno/src/testtest/debug/src'
source='/home/pupeno/src/testtest/src/testtest.m' object='testtest.o'
libtool=no depfile='.deps/testtest.Po' tmpdepfile='.deps/testtest.TPo'
@OBJCDEPMODE@ /bin/sh /home/pupeno/src/testtest/depcomp cc -DHAVE_CONFIG_H
- -I. -I/home/pupeno/src/testtest/src -I.. -c -o testtest.o `test -f
'/home/pupeno/src/testtest/src/testtest.m' || echo
'/home/pupeno/src/testtest/src/'`/home/pupeno/src/testtest/src/testtest.m
/bin/sh: line 1: @OBJCDEPMODE@: command not found
What is this OBJCDEPMODE and to what (and how) should I set it ?
Are there any work on making a canned set of macros of objc ?
Thanks
- --
Pupeno: pupeno@pupeno.com - http://www.pupeno.com
PS: My configure.in is like this:
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(testtest, 0.1.0)
AC_PROG_CC
OBJC="cc"
OBJCFLAGS=""
AC_SUBST(OBJC)
AC_SUBST(OBJCFLAGS)
AC_OUTPUT(Makefile src/Makefile)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFBo81UfW48a9PWGkURAmqEAKCSeZaYhyG40pVpP8dukt4FaGMVWwCghL20
CWNI5NFJ8Dw1SBCkccjG3SE=
=M2Tb
-----END PGP SIGNATURE-----