--- Em dom, 6/12/09, Sean Porterfield <[email protected]> escreveu:
> De: Sean Porterfield <[email protected]> > Assunto: tetex error: conflictin types for 'getline' > Para: [email protected] > Data: Domingo, 6 de Dezembro de 2009, 4:56 > http://www.linuxfromscratch.org/blfs/view/svn/pst/tetex.html > ... > http://www.mail-archive.com/[email protected]/msg09506.html > indicates a fix. Is this the correct procedure? It seems that fix is replacing "getline" by "afm_getline" everywhere in Tetex files. The error message you are receiving "tetex error: conflictin types for 'getline'" might refer to stdin or stdout, (can't remember), meaning the system libraries have already that name in use. This is a recurring problem with several softwares I have installed in LFS from BLFS or not. Each time, I do exactly that: replace "getline" by "abc_getline", whith "abc" replaced by some letters identifying the package being installed. … > Is there something I've missed > or done wrong? I believe I read that the problem appeared because the compiler is now "more stringent". Please, somebody correct me if I am wrong. []s, Fernando Oliveira Natal, RN, BRAZIL ____________________________________________________________________________________ Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
