On Tue, Jul 22, 2003 at 09:35:07AM +0200, Juergen Spitzmueller spake thusly:
 
> Martin Vermeer wrote:
> > Ah, sorry. Attached.
> 
> It did not compile:
> 
>       BranchList.C:15: error: `vector' not declared
> 
> Removing "using std::vector;" from Branch.C (15) fixed compiling, but lyx 
> aborts as soon as I try to open the document dialog:

Yes, you can remove the "using std::vector" statement. It's not used
(I should have spotted that). For me it compiles and runs fine also
after that (I believe "using" only allows you to omit namespaces when
writing identifiers, so should not have any runtime effects if it
compiles.)
 
>       Program received signal SIGABRT, Aborted.
>       0x403d9691 in kill () from /lib/libc.so.6

Did you configure again (needed to regenerate the Makefiles which have
changed)? You should be able to get away with ./config.status before
make. (I'm not quite sure if you should start from autogen.sh)

If you did, I'd like to see the backtrace :-)

> Juergen.
> 

Martin

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to