texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] TeXmacs 1.0.0.7


From: Stéphane Payrard
Subject: Re: [Texmacs-dev] TeXmacs 1.0.0.7
Date: Wed, 12 Jun 2002 18:03:17 +0200
User-agent: Mutt/1.4i

On Wed, Jun 12, 2002 at 10:33:09AM +0200, Joris van der Hoeven wrote:
> 
> Hi,
> 
> I just released TeXmacs 1.0.0.7 with the possibility to
> automatically save user preferences and a reorganization
> of the menus. Don't hesitate to make comments on
> the new menu structure.
> 
> <Joris>

Hi

TeXmacs 1.0.0.7 compiles and runs fine with gcc 3.1.1 modulo the
following patch that remove a spurious default affectation to a formal
parameter in a .cc It also warns about bogus volatile but that will be
fixed by the nogencc patch from David.


 *** src/Convert/Connect/pipes.gen.cc.old       2002-06-12 06:43:44.000000000 
-0400
--- src/Convert/Connect/pipes.gen.cc    2002-06-12 16:17:17.000000000 -0400
***************
*** 342,348 ****
  
******************************************************************************/
  
  string
! connection_start (string name, string session, bool again=FALSE) {
    // cout << "Start " << name << ", " << session << "\n";
    if (!connection_declared (name))
      return "Error: connection " * name * " has not been declared";
--- 342,348 ----
  
******************************************************************************/
  
  string
! connection_start (string name, string session, bool again) {
    // cout << "Start " << name << ", " << session << "\n";
    if (!connection_declared (name))
      return "Error: connection " * name * " has not been declared";



reply via email to

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