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: Serge Bromow
Subject: Re: [XForms] Re: [Xforms-cvs] First time CVS download.
Date: Mon, 01 Dec 2003 11:10:16 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

Helpfull but no Cigar!

Here is Autoconf output on a fresh install.
Note the missing "config.h" & "stamp-h".
This causes "./configure" and subsequent "make"
to fail. Are these generated or just missing.
If generated, by what command?

-------------------------------------------------------
address@hidden xforms]$ ./autogen.sh
Using autoconf (GNU Autoconf) 2.54
Generate acinclude.m4... done.
Building macros...
       .
done.
Building config header template...
       .
autoheader: `lib/config.h.in' is created
done.
Building Makefile templates...
       .
automake: configure.ac: installing `config/install-sh'
automake: configure.ac: installing `config/mkinstalldirs'
automake: configure.ac: installing `config/missing'
configure.ac: 6: required file `./[lib/config.h].in' not found
configure.ac: 6: required file `./[lib/stamp-h.in' not found
lib/include/Makefile.am:3: invalid variable `nodist_include_HEADERS'
fdesign/Makefile.am:19: variable `LIBS' not defined
fd2ps/Makefile.am:19: variable `LIBS' not defined
demos/Makefile.am:168: variable `LIBS' not defined
demos/Makefile.am:172: variable `LIBS' not defined
demos/Makefile.am:180: variable `LIBS' not defined
demos/Makefile.am:187: variable `LIBS' not defined
demos/Makefile.am:199: variable `LIBS' not defined
demos/Makefile.am:207: variable `LIBS' not defined
demos/Makefile.am:260: variable `LIBS' not defined
demos/Makefile.am:225: invalid unused variable name: `nodist_pmbrowse_SOURCES' demos/Makefile.am:160: invalid unused variable name: `nodist_formbrowser_SOURCES' demos/Makefile.am:192: invalid unused variable name: `nodist_inputall_SOURCES' demos/Makefile.am:250: invalid unused variable name: `nodist_thumbwheel_SOURCES'demos/Makefile.am:154: invalid unused variable name: `nodist_folder_SOURCES' demos/Makefile.am:238: invalid unused variable name: `nodist_scrollbar_SOURCES' demos/Makefile.am:138: invalid unused variable name: `nodist_demotest_SOURCES' demos/Makefile.am:145: invalid unused variable name: `nodist_dirlist_SOURCES' demos/Makefile.am:115: invalid unused variable name: `nodist_buttonall_SOURCES'
demos/Makefile.am:106: invalid unused variable name: `AM_LDFLAGS'
demos/Makefile.am:119: invalid unused variable name: `nodist_butttypes_SOURCES'
done.
Building configure...
      .
done.

run "./configure ; make"

-------------------------------------------------------

Angus Leeming wrote:

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]