bug-mcsim
[Top][All Lists]
Advanced

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

Re: texi2dvi error in make


From: Robert J Goedman
Subject: Re: texi2dvi error in make
Date: Mon, 13 May 2013 08:26:17 -0700

Hi Frederic,

After taking out the '-o $@' in the build lines for .texinfo.dvi and .texinfo.pdf in Makefile.in in the docs subdirectory, the build completes without problems, including the mcsim.pdf & mcsim.dvi. i.e.:

make distclean
./configure CC=clang
make
make install


I added the 'CC=clang' to make sure the right compiler was selected.

make check fails, but manually perc.model works as per the documentation. Not sure about the Makefile in that directory, the Makefile in samples/1cpt might be a better starting point for me. The R/deSolve examples work great!

Regards,
Rob J. Goedman




On May 13, 2013, at 6:56 AM, Robert J Goedman <address@hidden> wrote:

Hi Frederic,

Thank you for the answer. I'll play around with it a bit more, but as you state, the error is not affecting the usage of the package.

Regards,
Rob J. Goedman




On May 13, 2013, at 1:29 AM, Frederic Bois <address@hidden> wrote:

Hi,

I don't know, I don't get it and I see nothing wrong with the command given.
Building the doc automatically is more problems that I imagined for automake...
In any case, the doc is made last; so if it fails it's no big deal. The compiled doc is in the distributed package
anyway and you don't even need to redo it. If you want the info file installed, the best is then to
do "install-info mcsim.info" yourself.

Sorry about that. Maybe I should remove the troubled makefile from the doc directory...

Frederic Bois



On 10/05/2013 19:21, Robert J Goedman wrote:
Hi,

To install mcsim-5.5.0 I'm using texi2dvi (GNU Texinfo 4.8) 1.34 on Mac OSX 10.8 and get below error message.

I wonder if there is a workaround for that.

Rob J. Goedman
address@hidden


...
libtool: link: ranlib .libs/libmcsim.a
libtool: link: ( cd ".libs" && rm -f "libmcsim.la" && ln -s "../libmcsim.la" "libmcsim.la" )
Making all in doc
TEXINPUTS=".:$TEXINPUTS" \
MAKEINFO='/bin/sh /Users/rob/Projects/mcsim-5.5.0/missing makeinfo   -I .' \
texi2dvi  --build-dir=mcsim.t2d -o mcsim.dvi  \
mcsim.texinfo
/usr/bin/texi2dvi: Can't use option `--output' with more than one argument.
make[2]: *** [mcsim.dvi] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
robs-15inch-2:mcsim-5.5.0 rob$







reply via email to

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