LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
Hy
whem I try do compile LyX 1.6.10
in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

a have the problem below

Mensagem de Erro:
make[4]: Entrando no diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
  CXXInsetInclude.lo
insets/InsetInclude.cpp: In member function ‘const
lyx::support::FileNameList lyx::InsetInclude::getBibfilesCache(const
lyx::Buffer) const’:
insets/InsetInclude.cpp:809:37: error: uninitialized const ‘empty’
[-fpermissive]
./support/FileNameList.h:27:7: note: ‘const class
lyx::support::FileNameList’ has no user-provided default constructor
make[4]: ** [InsetInclude.lo] Erro 1
make[4]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
make[3]: ** [all-recursive] Erro 1
make[3]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
make[2]: ** [all] Erro 2
make[2]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10'
make: ** [all] Erro 2


I open file FileNameList and include 2 lines

class FileNameList: public std::vectorFileName
{
public: //new
FileNameList() : std::vectorFileName(){} //new
};

after this modification the program compile.
please verify thie problem and solution.



*Prof. André Duarte Bueno, Dr*
Engenharia de Software,  Análise e Processamento de Imagens
*UENF* - Universidade Estadual do Norte Fluminense - Darcy Ribeiro
*CCT *- Centro de Ciencias e Tecnologias
*LENEP* - Laboratório de Engenharia e Exploração de Petróleo
Rodovia Amaral Peixoto, km 163, Avenida Brenand S/N
CEP:   27925-310 - Imboassica - Macaé - RJ - Brasil
Fone:   +55 (22)  2765-6500 geral / *(22) 2765-6563 *sala / (22) 9954-2635
cel
Fax: +55 (22) 2765-6565
e-mail: *bu...@lenep.uenf.br*
http://www2.lenep.uenf.br/~buenohttp://www.lenep.uenf.br/%7Ebueno


Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread Pavel Sanda
andre duarte bueno wrote:
 Hy
 whem I try do compile LyX 1.6.10
 in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

either use lyx 2.0 or get lyx 1.6 from svn where it should be fixed.
newer lyx 1.6.11 won't be released.
pavel


Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
thanks

*Prof. André Duarte Bueno, Dr*
Engenharia de Software,  Análise e Processamento de Imagens
*UENF* - Universidade Estadual do Norte Fluminense - Darcy Ribeiro
*CCT *- Centro de Ciencias e Tecnologias
*LENEP* - Laboratório de Engenharia e Exploração de Petróleo
Rodovia Amaral Peixoto, km 163, Avenida Brenand S/N
CEP:   27925-310 - Imboassica - Macaé - RJ - Brasil
Fone:   +55 (22)  2765-6500 geral / *(22) 2765-6563 *sala / (22) 9954-2635
cel
Fax: +55 (22) 2765-6565
e-mail: *bu...@lenep.uenf.br*
http://www2.lenep.uenf.br/~buenohttp://www.lenep.uenf.br/%7Ebueno




2011/9/5 Pavel Sanda sa...@lyx.org

 andre duarte bueno wrote:
  Hy
  whem I try do compile LyX 1.6.10
  in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

 either use lyx 2.0 or get lyx 1.6 from svn where it should be fixed.
 newer lyx 1.6.11 won't be released.
 pavel



Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread José Matos
On 09/05/2011 08:26 PM, andre duarte bueno wrote:
 Hy
 whem I try do compile LyX 1.6.10
 in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

Is there any specific reason for not to use lyx 2.0 from the distribution?

Regards,

-- 
José Matos



LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
Hy
whem I try do compile LyX 1.6.10
in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

a have the problem below

Mensagem de Erro:
make[4]: Entrando no diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
  CXXInsetInclude.lo
insets/InsetInclude.cpp: In member function ‘const
lyx::support::FileNameList& lyx::InsetInclude::getBibfilesCache(const
lyx::Buffer&) const’:
insets/InsetInclude.cpp:809:37: error: uninitialized const ‘empty’
[-fpermissive]
./support/FileNameList.h:27:7: note: ‘const class
lyx::support::FileNameList’ has no user-provided default constructor
make[4]: ** [InsetInclude.lo] Erro 1
make[4]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
make[3]: ** [all-recursive] Erro 1
make[3]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
make[2]: ** [all] Erro 2
make[2]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório
`/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10'
make: ** [all] Erro 2


I open file FileNameList and include 2 lines

class FileNameList: public std::vector
{
public: //new
FileNameList() : std::vector(){} //new
};

after this modification the program compile.
please verify thie problem and solution.



*Prof. André Duarte Bueno, Dr*
Engenharia de Software,  Análise e Processamento de Imagens
*UENF* - Universidade Estadual do Norte Fluminense - Darcy Ribeiro
*CCT *- Centro de Ciencias e Tecnologias
*LENEP* - Laboratório de Engenharia e Exploração de Petróleo
Rodovia Amaral Peixoto, km 163, Avenida Brenand S/N
CEP:   27925-310 - Imboassica - Macaé - RJ - Brasil
Fone:   +55 (22)  2765-6500 geral / *(22) 2765-6563 *sala / (22) 9954-2635
cel
Fax: +55 (22) 2765-6565
e-mail: *bu...@lenep.uenf.br*
http://www2.lenep.uenf.br/~bueno


Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread Pavel Sanda
andre duarte bueno wrote:
> Hy
> whem I try do compile LyX 1.6.10
> in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

either use lyx 2.0 or get lyx 1.6 from svn where it should be fixed.
newer lyx 1.6.11 won't be released.
pavel


Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
thanks

*Prof. André Duarte Bueno, Dr*
Engenharia de Software,  Análise e Processamento de Imagens
*UENF* - Universidade Estadual do Norte Fluminense - Darcy Ribeiro
*CCT *- Centro de Ciencias e Tecnologias
*LENEP* - Laboratório de Engenharia e Exploração de Petróleo
Rodovia Amaral Peixoto, km 163, Avenida Brenand S/N
CEP:   27925-310 - Imboassica - Macaé - RJ - Brasil
Fone:   +55 (22)  2765-6500 geral / *(22) 2765-6563 *sala / (22) 9954-2635
cel
Fax: +55 (22) 2765-6565
e-mail: *bu...@lenep.uenf.br*
http://www2.lenep.uenf.br/~bueno




2011/9/5 Pavel Sanda 

> andre duarte bueno wrote:
> > Hy
> > whem I try do compile LyX 1.6.10
> > in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)
>
> either use lyx 2.0 or get lyx 1.6 from svn where it should be fixed.
> newer lyx 1.6.11 won't be released.
> pavel
>


Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread José Matos
On 09/05/2011 08:26 PM, andre duarte bueno wrote:
> Hy
> whem I try do compile LyX 1.6.10
> in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10)

Is there any specific reason for not to use lyx 2.0 from the distribution?

Regards,

-- 
José Matos