bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] server.cpp and configure.in patches and question about v


From: Alain NAKACHE
Subject: [Bayonne-devel] server.cpp and configure.in patches and question about voice files download
Date: Tue, 16 Sep 2003 15:31:29 +0200

Hi all,

May I suggest this patch for server/server.cpp :
Index: server.cpp
===================================================================
RCS file: /cvsroot/bayonne/bayonne/server/server.cpp,v
retrieving revision 1.282
diff -r1.282 server.cpp
1640c1640
<       m = months[--dt->tm_mon];
---
>       m = months[dt->tm_mon];

since definition of tm_mon in the manpage is :
tm_mon The number of months since January, in the range 0 to 11.
and this one for configure.in :
Index: configure.in
===================================================================
RCS file: /cvsroot/bayonne/bayonne/configure.in,v
retrieving revision 1.188
diff -r1.188 configure.in
12c12
< VERSION="1.3snapshot-20030914"
---
> VERSION="1.3.0.20030916"

since multiple '-' in version prevent RPM to build

Can you explain this error when downloading voices files :
--12:14:15--  ftp://ftp.gnu.org/gnu/bayonne/voices/UsEngM.tar.gz
           => `UsEngM.tar.gz'
Resolving ftp.gnu.org... done.
Connecting to ftp.gnu.org[199.232.41.7]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /gnu/bayonne/voices ...
No such directory `gnu/bayonne/voices'.
??

Thanks for your feedback.

Regards
Alain

reply via email to

[Prev in Thread] Current Thread [Next in Thread]