Hello,
I'm using Autoconf 2.56, Automake 1.7.1 and M4 1.4.1. When I add too
many files (or too long paths) to AC_OUTPUT, running automake ends with
M4: Error matching regular expression `^ *\(.*\) *$'
Automake runs autoconf with several --trace options to get output it
can simply parse
Hello Dave,
I've created a patch file for Autoconf fixing this problem. I've
posted it to Autoconf but noone responded yet. Can you try it and let me
know?
Martin
http://mail.gnu.org/pipermail/automake/2002-November/012234.html
Dave Benson wrote:
ok, i still don't completely understand wh
Hello Izabella,
this problem is probably caused by too many files in AC_OUTPUT. Does
it print also
/usr/bin/m4: Error matching regular expression `^ *\(.*\) *$'
It was reported by Dave Benson and me. I've created Autoconf patch
which should fix it.
Martin
http://mail.gnu.org/pipermail
Alexandre Duret-Lutz wrote:
[M-F-T: [EMAIL PROTECTED]]
"Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
[...]
Martin> I've created a patch which is aware of M4 problem and
Martin> separates the task into two expressions - first removes the
Martin> term
I have a special rule in my Makefile.am which creates symlink to one
of source directories when building to different directory tree (using
VPATH). I have this directory also in EXTRA_DIST.
Now when I run just configure and make dist, everything works fine.
However, when I first compile the
Alexandre Duret-Lutz wrote:
"Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
Martin> I have a special rule in my Makefile.am which creates symlink to
Martin> one of source directories when building to different directory tree
Martin> (using VPATH). I have this dir
Earnie Boyd wrote:
Akim Demaille wrote:
> On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>> >> Why wouldn't nodist_ stuff be automatically included into
CLEANFILES?
> I think it would make sense.
> http://www.cygwin.com/ml/bug-automake/2002/msg01693.html
I would love this.
Akim Demaille wrote:
> Earnie Boyd wrote:
>> Akim Demaille wrote:
>>
>>> > On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>>> >> >> Why wouldn't nodist_ stuff be automatically included into
>>> CLEANFILES?
>>>
>>> > I think it would make sense.
>>>
>>> > http://www.cyg
Hello,
I'm trying to create 32-bit shared libraries on 64-bit PA-RISC 2.0
(HP-UX 11) with aCC compiler. I have several libraries and executables
in my project. When I run them from build directory, everything works
fine. However, when I run make install and delete build directory, the
execut
ht before it). All this will result in
incorrect command line for C++ compiler - it will not find the file.
Probably the file after 'test -f' should be put in quotes. Here is
simple patch which does this in lib/am/depend2.am, but I'm not familiar
with automake
Akim Demaille wrote:
>
> >>>>> "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes:
>
> Martin> Hello, I've encountered problem when using automake generated
> Martin> makefiles with Sun's make.
>
> Martin> When
> >> This is precisely why we don't support VPATH onm SunOS. So don't
> >> use it, and let Automake to without.
>
> s/to/do/, sorry.
>
> Martin> I'm surely missing something here, but my patch seems to work
> Martin> fine. What are other problems which lead to not support VPATH
> Martin> on Sun
irectory. This works good. But I would like to
use the nobase_ feature (I have automake 1.5 so why not use its
features?).
May be I'm missing something here. Can someone help me?
Thanks
Martin Frydl
kefile.am looks like this:
lib_LTLIBRARIES = libmylib.la
libmylib_la_SOURCES = file.cpp subdir/file.cpp
Is there any possibility how to use multiple files with the same name
as sources for one library (program)? Or should I rename them so that
they don't collide?
Thanks
Martin Frydl
uilt. If
I run the automake command again, the file is already here and some code
in automake recognizes it and adds it to DIST_COMMON (everything is
right).
I saw the problem in both 1.5 and CVS versions.
Regards
Martin Frydl
15 matches
Mail list logo