[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [BusyBox] bug#1143: pristine_setup.sh, cannot find loop.h
From:       Giulio Orsero <giulioo () pobox ! com>
Date:       2001-03-28 20:00:24
[Download RAW message or body]

Package: busybox
Version: 0.51pre

run pristine_setup.sh from a target dir

make
...
gcc -Wall -Wshadow -Os -fomit-frame-pointer -D_GNU_SOURCE  -DBB_VER='"0.51pre"'
-DBB_BT='"2001.03.28-19:50+0000"' -DUSE_SYSTEM_PWD_GRP  -I../busybox/libbb -c ..
/busybox/libbb/loop.c -o libbb/loop.o
../busybox/libbb/loop.c:35: loop.h: No such file or directory

loop.h gets created in the target libbb dir, while it's been searched in the
source dir libbb dir.

Doing
-LIBBB_DIR = $(BB_SRC_DIR:=/)$(LIBBB)
+LIBBB_DIR = $(LIBBB)
in Makefile makes the build go on and complete, but I don't know if this breaks
something else.

-- 
giulioo@pobox.com




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic