tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] RE : [RFC] Moving source code to "src"


From: Michael Matz
Subject: Re: [Tinycc-devel] RE : [RFC] Moving source code to "src"
Date: Wed, 29 Jul 2015 14:58:55 +0200 (CEST)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hi,

On Mon, 27 Jul 2015, gus knight wrote:

> On Mon, Jul 27, 2015 at 12:48 PM, Christian JULLIEN <address@hidden> wrote:
> > Hi Gus,
> >
> > This is a good idea. If you do so, I also suggest an arch directory that
> > contains subdirectories for all supported archives
> 
> I wound up going with one dir per arch rather than an "arch"
> directory. Let me know if there are any regressions.

$ cd tinycc
$ ./configure && make
...
make: *** No targets specified and no makefile found.  Stop.

Sigh.  Also make -C src is broken, the documentation in particular:

$ make -C src
...
./texi2pod.pl ../docs/tcc-doc.texi tcc.pod
make: ./texi2pod.pl: Command not found
make: [tcc.1] Error 127 (ignored)
pod2man --section=1 --center="Tiny C Compiler" --release=`cat ./../VERSION` 
tcc.pod > tcc.1
Can't open tcc.pod: No such file or directory at /usr/bin/pod2man line 60.
make: [tcc.1] Error 2 (ignored)

This is because you've moved texi2pod.pl from ./ into ./docs/ but haven't 
changed the makefile.  Please fix.


Ciao,
Michael.



reply via email to

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