pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc-wip NetBSD 4.99.55/i386 2008-03-19 16:28
On Thu, 3 Apr 2008 11:41:29 +0200
Hauke Fath <hf%spg.tu-darmstadt.de@localhost> wrote:
> wip/c-news fails with
>
> ==== input:
> cc -O2 -I../include -c c7decode.c
> c7decode.c: In function 'main':
> c7decode.c:85: warning: incompatible implicit declaration of built-in
> function 'exit'
> cc -O2 -I../include c7decode.o ../libcnews.a -o c7decode
> make: don't know how to make 1/coder.h. Stop
> From c-news/work/input/makefile, it is not clear to me where your
> build tries to make "1/coder.h". The relevant parts of the makefile
> are
>
> BATCH=../batch
>
> [...]
>
> bdecode.o: bdecode.c $(BATCH)/coder.h
> $(CC) -c $(CFLAGS) -I$(BATCH) bdecode.c
>
> -- no idea how your build slips in a "1" for $(BATCH)?
BATCH is actually a variable set by the bulk build and used internally
by pkgsrc.
# grep -r BATCH pkgsrc/mk
I don't know why it's reexported to the build environment, but even
the old bulk build system seems to do that.
Kind regards,
-Tobias
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss
Home |
Main Index |
Thread Index |
Old Index