Re: Help needed with wide streams

2006-11-05 Thread Enrico Forestieri
On Sun, Nov 05, 2006 at 06:17:12PM +0100, Asger Ottar Alstrup wrote: > Enrico Forestieri wrote: > > The point is that I am not able to link with debug info (-g) as the > > final link stage fails with a "Memory exhausted" error. > > You could try to compile most of the code without debug info, exc

Re: Help needed with wide streams

2006-11-05 Thread Georg Baum
Am Sonntag, 5. November 2006 18:11 schrieb Enrico Forestieri: > Thanks, I'll try to digest that. At a first glance it seems really > irksome... Yes. Some stuff is really powerful, but sometimes also horribly complicated. Fortunately one does not need to touch these things often. > > I guess tha

Re: Help needed with wide streams

2006-11-05 Thread Asger Ottar Alstrup
Enrico Forestieri wrote: The point is that I am not able to link with debug info (-g) as the final link stage fails with a "Memory exhausted" error. You could try to compile most of the code without debug info, except for the files you are interested in debugging. Just pass -g to the files you

Re: Help needed with wide streams

2006-11-05 Thread Enrico Forestieri
On Sun, Nov 05, 2006 at 05:45:35PM +0100, Georg Baum wrote: > Am Sonntag, 5. November 2006 17:19 schrieb Enrico Forestieri: > > where os is an odocstream. If I change these lines to: > > > > if (par_begin + 1 == par_end) > > os << "% Preview source code for current paragraph\n\n"; > >

Re: Help needed with wide streams

2006-11-05 Thread Georg Baum
Am Sonntag, 5. November 2006 17:19 schrieb Enrico Forestieri: > where os is an odocstream. If I change these lines to: > > if (par_begin + 1 == par_end) > os << "% Preview source code for current paragraph\n\n"; > else > os << "% Preview source code for selected paragra