help-cgicc
[Top][All Lists]
Advanced

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

Re: where is cgicc.m4?


From: Brian Welsh
Subject: Re: where is cgicc.m4?
Date: Mon, 28 Jan 2002 17:57:18 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901

I got a fresh example directory as you suggested and still get these errors.


At one point I found a .deps directory and in that directory was the file example.Po make still failed make still failed with

Makefile:159: /example.Po: No such file or directory
make: *** No rule to make target `/example.Po'.  Stop.

Notice it is no rule to make example.Po also notice the file is referenced as /example.Po (not ./example.Po or ./.deps/example.Po)

As for the other errors from automake, a Google search turns up other references to this error but nothing on how to resolve it.

Finally, the autoconf error:
autoconf: configure.in: No such file or directory

If I copy configure.ac to configure.in then execute ./autogen I get:

== Running aclocal ==
aclocal: both `configure.ac' and `configure.in' present: ignoring `configure.in'
== Running automake ==
automake: both `configure.ac' and `configure.in' present: ignoring 
`configure.in'
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in 
AM_CONDITIONAL
== Running autoconf ==
autoconf: Undefined macros:
configure.in:37:AC_CONFIG_FILES([Makefile])
configure.in:6:AC_CONFIG_SRCDIR(example.cpp)

And still, if I don't have the configure.in I am still getting:
== Running aclocal ==
== Running automake ==
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
== Running autoconf ==
autoconf: configure.in: No such file or directory


Do you (or know where I can find) another example that will build?

Thanks again
-- Brian




Brian Welsh wrote:

OK, thanks I upgraded to automake-1.5, now, from %make distclean I get:

Makefile:159: /example.Po: No such file or directory
make: *** No rule to make target `/example.Po'.  Stop.

./autogen gives this:

== Running aclocal ==
== Running automake ==
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
== Running autoconf ==
autoconf: configure.in: No such file or directory

Then, of course, ./configure produces no errors.

and make fails with:

Makefile:159: /example.Po: No such file or directory
make: *** No rule to make target `/example.Po'.  Stop.


-- Brian






reply via email to

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