reopen 71487
thanks
Dave Hart writes:
> After installing Libtool to the same prefix as the prerelease Automake, the
> problem disappeared.
I think you might have sent this to the wrong bug report.
Bug#71487 is an Emacs bug, see:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71487
surround the librariy paths anymore.
Regards
Stefan
.R:
rm -f $@ .$@.tmp
$(do_subst) $(srcdir)/$@.R >.$@.tmp
chmod +x .$@.tmp
chmod a-w .$@.tmp
mv -f .$@.tmp $@
Now each of the *.R files depends on its source and a library fun.R… how do i
get fun.R into the rule?
greetings,
stefan
Hi,
my intention was to create the scripts only when needed. With other Makefiles
this works.
cheers,
Stefan
Am 26.11.2011 um 20:30 schrieb Dave Hart:
> On Sat, Nov 26, 2011 at 19:05, Stefan wrote:
>> What fails is, that on make distcheck it looks like the scripts are not
>>
all-local: $(noinst_PLOTS)
--SNAP--
--OUCH--
Is there anybody able to help me? Not having a proper make distcheck is
freaking my out a bit, right now.
greetings,
Stefan
freaking my out a bit, right now.
greetings,
Stefan
unsubscribe
Oh, and my Automake Version is 1.10.1.
Am 06.11.2011 um 10:14 schrieb Stefano Lattarini:
> On Saturday 05 November 2011, Stefan wrote:
>> Hi automake list!
>>
>> I'm trying to write a Makefile(.am) to make pdf plots from R scripts.
>> Hence the plot is depe
,Generated from $@.R; do not edit by hand.,g'
.R:
rm -f $@ .$@.tmp
$(do_subst) $(srcdir)/$@.R >.$@.tmp
chmod +x .$@.tmp
chmod a-w .$@.tmp
mv -f .$@.tmp $@
.R.pdf:
./$*
all-local: $(noinst_PLOTS)
greetings & thanks for looking at my stuff
s for .R
in the Makefile.am (plus a bit of other settings).
For changes in the R-script, the pdfs are updated, but not if I change
something in the data.
What am I doing wrong, here?
greetings,
Stefan
ction by myself, before...and didn't get it.
kind regards,
Stefan
Ralf Wildenhues wrote:
> * Stefan Bienert wrote on Mon, Oct 19, 2009 at 02:06:40PM CEST:
>> cd ../.. && /bin/sh
>> /home/user/projects/documentation.git/share/misc/config/missing --run
>> aut
Ralf Wildenhues wrote:
> * Stefan Bienert wrote on Mon, Oct 19, 2009 at 12:45:19AM CEST:
>> Is there a way to stop automake producing a rule for dvi docs?
>> It just makes my 'distcheck' fail.
>
> dvi:
This does not work:
cd ../.. && /bin/sh
/home/use
Hi list!
Is there a way to stop automake producing a rule for dvi docs?
It just makes my 'distcheck' fail.
kind regards,
Stefan
.
greetings,
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany
Email: bien...@zbh.uni-hamburg.de
Phone: +49 (40) 42838 7345
Fax:+49 (40) 42838 7332
Hi List!
Could it be that a primary
noinst_TEXINFOS
does not work with automake 1.10.2?
I tried to use it in my project but nothin gets build on "make".
greetings,
Stefan
.
Does anyone know, how to extend the dependencies for the version file to
all include files of the main texinfo file?
greetings,
Stefan
Argh! I really hate this konqueror of KDE!
With putting the pdf and html documentation into EXTRA_DIST everything
works fine. It's just this mean konqueror file browser which does not show
the archive properly.
Sorry to have disturbed the list with this problem.
greetings,
Stefan
,
Stefan
Thanks a lot!
Everything works fine and this in less than 5minutes work! Seems like a
new record in automake-configuration to me.
greetings,
Stefan
Hi there,
is there an easy way to traet pdf, html in the same way info targets are
treated?
I would like to have `make all` producing info, pdf and html docs from
texinfo sources. Also installation of all three targets should happen on
`make install`.
greetings,
Stefan
annot compile
See `config.log' for more details.
And I don't know what to make out of that. Furthermore the config.log does not
contain any references to "-lgeneva" - I guess the configure script fails
before the library is included (what after all was the purpose to use
A
hope somebody can understand what I want to do.
greetings,
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany
Email: [EMAIL PROTECTED]
Phone: +49 (40) 42838 7345
Fax:+49 (40) 42838 7332
make dist" working as intended
Thanks a lot in advance
Best Regards
Stefan
----
Stefan Klett (Dipl. Informatiker) | E-mail: [EMAIL PROTECTED]
Forschungszentrum Karlsruhe / KIT | Web: http://www.fzk.de
SCC Steinbuch Centre for Comput
Hello,
after an hour of searching, how am I supposed to invoke "-lm -lz" into
my compilation? The documentation states something about using "LIBS" as
a variable, autoconf also speaks of "LIBS" but nobody tells one what to
do with that variable.
greetings,
Ste
Hi again,
I just wanted to note that I fixed my problem. It seems as if I messed
up the noinst_ prefixes throughout my project. If everything is set
properly, it works.
greetings,
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
used anymore. Should'nt
noinst_HEADERS be set before line 49?
I am using automake 1.9.6
regards,
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany
Email: [EMAIL PROTECTED]
Phone: +49 (40) 42838 7345
Fax:+49 (40) 42838 7332
../../../src/librtbbasic/memmgr.c: At top level:
../../../src/librtbbasic/memmgr.c:473: error: conflicting types for
âxreallocâ
../../../src/librtbbasic/memmgr.c:205: error: previous implicit
declaration of âxreallocâ was here
../../../src/librtbbasic/memmgr.c: In function âchecked_xreallocâ:
../../../src/librtbbasic/memmgr.c:532: warning: implicit declaration of
function âXFREEâ
../../../src/librtbbasic/memmgr.c:532: warning: nested extern declaration
of âXFREEâ
../../../src/librtbbasic/memmgr.c: At top level:
../../../src/librtbbasic/memmgr.c:662: warning: conflicting types for
âxfreeâ
../../../src/librtbbasic/memmgr.c:165: warning: previous implicit
declaration of âxfreeâ was here
make[4]: *** [memmgr.o] Error 1
make[4]: Leaving directory
`/home/zbh/projects/phd/recode/usr/phd-0.1/_build/src/librtbbasic'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/zbh/projects/phd/recode/usr/phd-0.1/_build/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/zbh/projects/phd/recode/usr/phd-0.1/_build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/zbh/projects/phd/recode/usr/phd-0.1/_build'
make: *** [distcheck] Error 2
greetings,
Stefan
each make distcheck, the header is not copied nor is an
appropriate -I path set.
Help!
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany
Email: [EMAIL PROTECTED]
Phone: +49 (40) 42838 7345
Fax:+49 (40) 42838 7332
(btw,
this should really be mentioned in the manual, which's current version
gave me the impression that I have to put everything in the
distributiopn by myself.).
with best regards,
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Ha
config])
AC_CONFIG_MACRO_DIR([share/misc/m4])
greetings,
Stefan
Hi there,
the output of make distcheck is attached to this mail.
greetings,
Stefan{ test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {}
';' && rm -fr prj-0.1; }; }
test -d prj-0.1 || mkdir prj-0.1
list='src share '; for subdir in $list; do
ittle" bit
confusing at this point...
best regards,
Stefan
--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany
Email: [EMAIL PROTECTED]
Phone: +49 (40) 42838 7345
Fax:+49 (40) 42838 7332
ts in core code. We
felt it was better to roll with a version that compiled the current code
and move forward with making the Player work on current Linux systems.
I agree it always has to be a trade off. I was just suggesting that
there might be some more drawbacks to the approach you've chosen.
Thanks for listening,
Stefan.
--
-Mike Melanson
because of two-phase lookup.
Is it something two-phase lookup related? Is it only in one part of
the code, and reproducible in a small program?
Stefan.
log.
Also, compared to the obscure problems in the approach you've chosen
outlined by Ralf and Johan Petersson's article, Flash 7's problems on
Linux (use of the OSS API, videos on youtube exhibiting sync problems
between audio and video, alleged instability and memory leaks caused
to Fi
post on this list by Ralf
Wildenhues.
Stefan.
On 8/26/06, Isajha <[EMAIL PROTECTED]> wrote:
For this question i produced little example program without I got the
following automake (and autoconf) code - the real code is made up of
several static and dynamic libraries as well as several executab
Well, the ccache project page (ccache.samba.org) says ccache is based
on compilercache:
"The idea came from Erik Thiele [,who] wrote the original
compilercache program as a bourne shell script. ccache is a
re-implementation of Erik's idea in C with more features and better
performance."
Then the
ree non-recursive make is not an universal solution, but I think
it can still be useful in certain project setups - especially those
where making the build system notice a file change requires two or
more runs of 'make'.
Just my 2 cents,
Stefan.
So, my question would be: how do people mix recursive makefiles with
dependency handling? Or in hybrid approaches?
Stefan.
On 5/24/06, Morrison <[EMAIL PROTECTED]> wrote:
Hear hear! After spending a fair bit of time considering the non-
recursive makefile approach for a rather complex pr
ficially patched CVS versions of
the autotools would probably not be contemplated by people making this
kind of decisions here.
Stefan.
On 4/20/06, Marc Alff <[EMAIL PROTECTED]> wrote:
> Let me try to explain how the whole thing would work in your case :
> Assumption is that tod
Hi and thanks for replying,
On 4/19/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Stefan,
> Have you ever considered using Libtool? Its convenience archives would
> be a portable alternative to --whole-archive.
I'm not that familiar with libtool. And you have to bear i
recently changed
our build to separate these, because before somebody had just put
everything under --whole-archive, and I managed to shrink the biggest
binary by 10MB. Or do you suggest that I would only make the
--whole-archive libraries into relocatables?
Stefan.
On 4/19/06, Marc Alff <[EMAIL
nker options like --start-group, which
make sense to be used in Makefile.ams.
I'm using automake 1.9.5, and GNU make 3.80.
Stefan.
43 matches
Mail list logo