Hi,
> | | Checking the diff of the log between the two runs; here is an obvious
> difference (on my environment).
> | |
> | | -checking for X... libraries /usr/X11R6/lib, headers
> | | +checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> | |
> | | In pbuilder chroot, the X header location is not detected; which kind of
> rings a bell.
>
> The wicked witch is dead, at last. The bug is squashed. I altered
> debian/rules to call as
>
> R CMD INSTALL -l $(debRlib) \
> --configure-args="--x-includes=/usr/X11R6/include" \
> --clean .
One weird thing is that X11/Intrinsic.h is available from the standard search
path
/usr/include/ as /usr/include/X11/Intrinsic.h because of:
lrwxrwxrwx 1 root root 20 2006-01-24 07:26 /usr/include/X11 ->
../X11R6/include/X11
and thus include path of /usr/X11R6/include shouldn't really be
necessary (that's why it's empty inside pbuilder).
I haven't tracked it down to why there is this behavior change.
regards,
junichi
--
[EMAIL PROTECTED],netfort.gr.jp} Debian Project
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]