bug-lilypond
[Top][All Lists]
Advanced

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

Re: Compilation error in 1.5.66


From: Jan Nieuwenhuizen
Subject: Re: Compilation error in 1.5.66
Date: Tue, 09 Jul 2002 17:21:03 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Mats Bengtsson <address@hidden> writes:

> Of course, but it doesn't mean we should abandon the support
> for older versions immediately.

That is a matter of who's going to write the patch, and how good it
looks.

> So far, it only involves a single file. I simply copied
> source-file.cc from an older Lilypond and it seems to work well.

Hmm.  So it is really just source-file.cc?  In that case, I'd suggest
to do something like:

source-file.cc:

#if HAVE_SSTREAM
#include <sstream>
#else
#include <strstream> // or what have you?
#define stringstream strstream    // or whatever, maybe with parameters?
#define istringstream istrstream  // or whatever..
#define 
#endif

Would you like to produce a patch?  I'll take care of the HAVE_SSTREAM
macro in configure.in, if you like.

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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