Scott Smedley <[EMAIL PROTECTED]> writes:
> Hi Dan,
> 
> > Just woke up and had to try this...
> 
> That's the kind of enthusiasm I like! :)

I think we really need to do this.
The huge fvwm man page is one of the biggest complaints we get.

> > When it got to the docs, it started printing this warning:
> > 
> > make[3]: Entering directory `/home/dane/src/fvwm/build_fvwm2_5_20/doc/fvwm'
> > Generating authors.html
> > ../../../fvwm2_5_20/doc/fvwm/authors.xml:6: warning: failed to load externa
> l entity "../../../fvwm2_5_20/doc/fvwm.ent"
> > %myents;
> >         ^
> > Entity: line 1: 
> >  %myents; 
> 
> For some reason, the new *.in files aren't being parsed.
> 
> What command did you run? (./configure?)
> 
> Do you still get this problem if you run utils/configure_dev.sh?

I just started over.
I downloaded a fresh copy.
Within the download I ran:

aclocal
autoheader
automake --add-missing
autoreconf

Then I cd'd to a new empty directory and ran:

../fvwm/configure \
  --disable-iconv \
  --bindir=$targdir/$dver \
  --sysconfdir=$targdir/etc/$dver \
  --datadir=$targdir/share/$dver \
  --mandir=/home/dane/man \
  --with-imagepath="/home/dane/icons:/usr/local/share/icons/wm-icons"\
  --libexecdir=$targdir/exec \
  --prefix=$targdir \
  --with-fontconfig-prefix=/usr/X11R6 \
  --with-xft-prefix=/usr/X11R6

(The variables ($targdir, $dev) are set to allow me to build
and install multiple versions.)  That's from a script.
I think the key is that I build from OUTSIDE the source dir.

I still get the same problems.

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]

Reply via email to