Having finally got around to trying to make lyx again (after being bit 
by the beyond char 0 loop), I'm having those same cvs troubles.

I ran automake, autoconf, and autoheader (after finding that my 
ill-advised update to debian frozen had removed some of these and 
assorted other useful things), then ./configure, which works.

But my make fails oddly:  

eyryttyp0:lyx>make
Making all in intl
make[1]: Entering directory `/usr/src/lyx/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/lyx/intl'
Making all in po
make[1]: Entering directory `/usr/src/lyx/po'
PATH=../src:$PATH cp ./lyx.pot ./lyx.po ; : --default-domain=lyx --directory=.. 
\
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f lyx.po \
   || ( rm -f ./lyx.pot \
        && mv lyx.po ./lyx.pot )
cp: ./lyx.pot: No such file or directory
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./lyx.pot \
| sed -e "s/@PACKAGE NAME@/lyx/" > cat-id-tbl.tmp
sed: can't read ./lyx.pot: No such file or directory
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
  rm cat-id-tbl.tmp; \
else \
  echo cat-id-tbl.c changed; \
  rm -f ./cat-id-tbl.c; \
  mv cat-id-tbl.tmp ./cat-id-tbl.c; \
fi
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
file=./`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file da.po
/bin/sh: no: command not found
make[1]: *** [da.gmo] Error 127
make[1]: Leaving directory `/usr/src/lyx/po'
make: *** [all-recursive] Error 1


If i use disable-nls, i fail like:

Making all in support
make[2]: Entering directory `/usr/src/lyx/src/support'
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I./../include -I/usr/X11R6/include -g 
-O -ansi -Wall -c FileInfo.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I./../include -I/usr/X11R6/include -g 
-O -ansi -Wall -c LString.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I./../include -I/usr/X11R6/include -g 
-O -ansi -Wall -c LSubstring.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I./../include -I/usr/X11R6/include -g 
-O -ansi -Wall -c Regexp.C
In file included from ../../src/include/Regexp.h:24,
                 from Regexp.C:18:
/usr/include/regex.h:348: syntax error before `;'
/usr/include/regex.h:446: type specifier omitted for parameter
/usr/include/regex.h:446: parse error before `,'
/usr/include/regex.h:515: type specifier omitted for parameter
/usr/include/regex.h:515: parse error before `,'
/usr/include/regex.h:518: syntax error before `('
make[2]: *** [Regexp.o] Error 1
make[2]: Leaving directory `/usr/src/lyx/src/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/lyx/src'
make: *** [all-recursive] Error 1

also, make clean fails:
eyryttyp0:lyx>make clean
Making clean in development
make[1]: Entering directory `/usr/src/lyx/development'
test -z "" || rm -f 
test -z "" || rm -f 
make[1]: Leaving directory `/usr/src/lyx/development'
Making clean in lib
.make[1]: Entering directory `/usr/src/lyx/lib'
Making clean in reLyX
make[2]: Entering directory `/usr/src/lyx/lib/reLyX'
make[2]: *** No rule to make target `clean'.  Stop.
make[2]: Leaving directory `/usr/src/lyx/lib/reLyX'
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory `/usr/src/lyx/lib'
make: *** [clean-recursive] Error 1
eyryttyp0:lyx>./conf
config.status* config/        configure*     configure.cmd* 


Am i forgetting something?  When i discovered a bug in cfdisk (it will 
make another logical partition past the end of the extended partition, 
and throw the date to the other parts of the disk), one of the 
casualties was my mail directory, so i've lost the old messages about 
this :(


-- 

Reply via email to