i just downloaded fsa and it seems really promising. but, i get a buch of errors while compiling with fc3/gcc3.4.2 : (sorry for the localized messages) -> gcc -v gcc 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) ../../src/Core/Hash.hh:19:30: ext/stl_hash_fun.h : Aucun fichier ou répertoire de ce type -> file does not exist (i replaced it with ext/hash_fun.h which looks good) ../../src/Core/Types.hh:79: erreur: spécialisation explicite doit être précédé par « template <> » -> should add "template <>" at line 79 (so, i added it) BinaryStream.cc:105: attention : specialization of `template<class T> bool Core::BinaryOutputStream::write(const T*, std::streamsize)' in different namespace BinaryStream.hh:136: attention : Ã partir de la définition de «template<class T> bool Core::BinaryOutputStream::write(const T*, std::streamsize) » BinaryStream.cc: In member function `bool Core::BinaryOutputStream::write(const T*, std::streamsize) [with T = bool]': BinaryStream.cc:106: erreur interne du compilateur: dans comptypes, cp/typeck.c:932 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. -> compiler internal error (there i cannot do much...) i attached the preprocessed file output by the compiler (cceZFVUq.out). could you help me a little ;) -- Benoit Favre
Could I request that the users of this list refrain from sending large files? Or that the list administrator set a max attachment size of maybe 50-100k. I'm on a dialup connection, and while that (and I) may be an anachronism these days, I might not be the only one... -- Mike Maxwell Linguistic Data Consortium maxwell@ldc.upenn.edu
Hi Mike, On Tuesday 03 May 2005 17:01, Mike Maxwell wrote:
Could I request that the users of this list refrain from sending large files? Or that the list administrator set a max attachment size of maybe 50-100k. I'm on a dialup connection, and while that (and I) may be an anachronism these days, I might not be the only one...
Good idea. I will restrict file sizes on the mailing-list from now on. Stephan
Hi Benoit, I don't speak French, so can you please turn the error messages into English? I will try to help you then. Stephan On Monday 18 April 2005 14:51, Benoit Favre wrote:
i just downloaded fsa and it seems really promising. but, i get a buch of errors while compiling with fc3/gcc3.4.2 : (sorry for the localized messages)
-> gcc -v gcc 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
../../src/Core/Hash.hh:19:30: ext/stl_hash_fun.h : Aucun fichier ou répertoire de ce type -> file does not exist (i replaced it with ext/hash_fun.h which looks good)
../../src/Core/Types.hh:79: erreur: spécialisation explicite doit être précédé par « template <> » -> should add "template <>" at line 79 (so, i added it)
BinaryStream.cc:105: attention : specialization of `template<class T> bool Core::BinaryOutputStream::write(const T*, std::streamsize)' in different namespace BinaryStream.hh:136: attention : Ã partir de la définition de «template<class T> bool Core::BinaryOutputStream::write(const T*, std::streamsize) » BinaryStream.cc: In member function `bool Core::BinaryOutputStream::write(const T*, std::streamsize) [with T = bool]': BinaryStream.cc:106: erreur interne du compilateur: dans comptypes, cp/typeck.c:932 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. -> compiler internal error (there i cannot do much...)
i attached the preprocessed file output by the compiler (cceZFVUq.out). could you help me a little ;)
participants (3)
-
Benoit Favre
-
Mike Maxwell
-
Stephan Kanthak