เมื่อ พฤ. 2008-04-17 เวลา 11:27 +0700, Theppitak Karoonboonyanan เขียน
ว่า:
> On Thu, Apr 17, 2008 at 10:34 AM, Paul Wise <[EMAIL PROTECTED]> wrote:
> > On Thu, Apr 17, 2008 at 11:25 AM, Paul Wise <[EMAIL PROTECTED]> wrote:
> >
> > > for X11/Intrinsic.h in the configure script and investigate why the
> > > build doesn't fail when it isn't present. It looks like the return
> > > value from make in the src subdir isn't getting passed out to the
> > > top-level make process somehow.
> >
> > Looks like this in the upstream makefile:
> >
> > all allbin alldoc tags clean:
> > @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
> >
> > Should be replaced with this:
> >
> > all allbin alldoc tags clean:
> > @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
> >
> > Same for the other targets in the Makefile.in that have a similar
> > construct.
>
> Indeed. Thanks for pointing out.
>
> For the Xt dependency, it was missed during libSM and libICE removal.
> Indeed, xt needs to be checked in the configure script, in addition to x11.
> And hopefully, -Wl,--as-needed can prevent libSM and libICE from being
> pulled in along with libxt again.It's also my faults that I guess the libxt is not linked due to the libSM and libICE linkages was removed, therefore I remove the build-dep of libxt-dev from the debian/control in the latest upload. In the meantime for my computer, the libxt-dev has been installed before so the FTBFS not happen. Sorry that I never make a deeply check it. In the next time, I will build it in the pbuilder for sure. Regards, Neutron Soutmun
signature.asc
Description: นี่คือ ส่วนข้ อความท ี่มีลา ยเซ็นด ิจิทัล กำกับ

