On Thursday 20 March 2008 15:30:49 José Matos wrote:
> I have been trying to compile the first alpha release, for that I have
> changed configure.ac changing the release from 1.6.0svn to 1.6.0alpha1,
> this changes automatically the configure flags to be in the pre-release
> mode.

I have another type of problem that led me to change the 
src/client/Makefile.am

Steps to reproduce the problem:

1) move the second of configure.ac to alpha1:
AC_INIT(LyX,1.6.0alpha1,[EMAIL PROTECTED],[lyx])

2) export the svn code to another directory
svn export . /some/path/lyx-export

3) change to that directory
cd /some/path/lyx-export

4) build a distribution from the new directory
./autogen.sh && ./configure && make dist

...
make[2]: Entering directory `/some/path/lyx-export/src/client'
make[2]: *** No rule to make target `lyxclient.cpp', needed by `distdir'.  
Stop.
make[2]: Leaving directory `/some/path/lyx-export/src/client'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/some/path/lyx-export/src'
make: *** [distdir] Error 1

Argh.... :-(
-- 
José Abílio

Reply via email to