xforms-cvs
[Top][All Lists]
Advanced

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

Re: [XForms] Re: [Xforms-cvs] First time CVS download.


From: Angus Leeming
Subject: Re: [XForms] Re: [Xforms-cvs] First time CVS download.
Date: Sun, 30 Nov 2003 17:29:45 +0000
User-agent: KMail/1.4.3

On Saturday 29 November 2003 10:18 pm, Jean-Marc Lasgouttes wrote:
> >>>>> "Angus" == Angus Leeming <address@hidden> writes:
>
> Angus> On Saturday 29 November 2003 7:22 pm, Serge B Bromow wrote:
> >> My Mistake. I compiled 2.58 and installed it without removing the
> >> RH rpm. I have now corected that. I have a clean install and test
> >> (60+ checks).
> >>
> >> I still do not have a "forms.h". Here is the aoutput of configure.
> >> Note thier is no mention of "creating forms.h"
>
> Angus> Nor will there be. It is generated in the 'make'.
>
> Is it generated when one does just a 'make dist' or does one have to
> build the whole library?

$ make distdir
$ ls xforms-1.0.2/lib/include | grep forms.h
$

So, no forms.h

$ cd xforms-1.0.2
$ ./configure
$ ls lib/include | grep forms.h
$

So, still no forms.h

$ make
[...snip]
Making all in include
make[3]: Entering directory 
`/home/angus/xforms/xforms/build/xforms-1.0.2/lib/include'
rm -f tmpforms
sed "1,/crop here for forms/d" AAA.h > tmpforms
for i in Basic.h XBasic.h bitmap.h box.h browser.h button.h canvas.h chart.h 
choice.h clipbd.h clock.h counter.h cursor.h dial.h filesys.h flps.h 
formbrowser.h frame.h free.h goodies.h input.h menu.h menubar.h popup.h 
positioner.h scrollbar.h slider.h tabfolder.h text.h thumbwheel.h timer.h 
xyplot.h zzz.h; do \
        sed "1,/crop here for forms/d" ./$i >> tmpforms; \
done
if cmp -s tmpforms forms.h ; then \
        rm -f tmpforms ;\
else \
        rm -f forms.h ;\
        mv tmpforms forms.h ;\
fi
echo timestamp > stamp-forms
make[3]: Leaving directory 
`/home/angus/xforms/xforms/build/xforms-1.0.2/lib/include'
[snip...]

$ ls lib/include | grep forms.h
forms.h
$

Does that answer your question?
Angus





reply via email to

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