Re: Compilation errors when in alpha mode

2008-03-21 Thread Pavel Sanda
> > > In the line above I replaced g++ by g++ -E and I have removed what comes > > > after the -c (of course). > > > > > > I send you the result attached. It seems that the compiler is right > > > bad_cast is nowhere to be found... > > > > bad_cast come from > > /usr/lib/gcc/i686-pc-linux-gnu/4.1.2

Re: Compilation errors when in alpha mode

2008-03-21 Thread José Matos
On Friday 21 March 2008 01:40:55 Pavel Sanda wrote: > José Matos wrote: > > In the line above I replaced g++ by g++ -E and I have removed what comes > > after the -c (of course). > > > > I send you the result attached. It seems that the compiler is right > > bad_cast is nowhere to be found... > > b

Re: Compilation errors when in alpha mode

2008-03-21 Thread José Matos
On Friday 21 March 2008 01:07:39 Pavel Sanda wrote: > > >  g++ -DHAVE_CONFIG_H -I. -I../../../../lyx/lyx-devel/src/support > > > -I../../src -I../../../../lyx/lyx-devel/src/support/.. > > > -I../../../../lyx/lyx-devel/boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR > > > -DQT_NO_STL -DQT_NO_KEYWORDS -D

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
José Matos wrote: > In the line above I replaced g++ by g++ -E and I have removed what comes > after > the -c (of course). > > I send you the result attached. It seems that the compiler is right bad_cast > is nowhere to be found... bad_cast come from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/includ

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
> > 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. > > fyi i have just succesfully compiled alpha1. > i

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
> 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

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
> 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. fyi i have just succesfully compiled alpha1. i just changed 1.6.0a

Re: Compilation errors when in alpha mode

2008-03-20 Thread José Matos
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 t

Compilation errors when in alpha mode

2008-03-20 Thread José Matos
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. Compiling the tree fails with the attached errors. This is strange because