Mail Archives: djgpp-workers/2005/01/28/11:16:47
On Wednesday 26 January 2005 20:17, Eli Zaretskii wrote:
> > From: Andris Pavenis <pavenis AT latnet DOT lv>
> > Date: Wed, 26 Jan 2005 09:12:24 +0200
> >
> > > > Tried. Initially it didn't compile (-Wall -W... -Werror) with
> > > > gcc-3.4.3.
> > >
> > > What were the warnings/errors, and how did you fix them?
> >
> > Some type casts due to comparison of signed and unsigned integers etc.
>
> The changes to fix that should probably be committed to the CVS.
>
> > So maybe really I should return to reallocating DOS memory block used to
> > pass command line.
>
> Yes, I think, on balance, this is the best way to fix the problem.
> Since that code worked for me at some point, I think it won't be hard
> to make it work again.
Well. There were additionally one wrong argument for _put_path2 which caused
failures after larger memory block were allocated (no more tbuf_beg==__tb).
After that command lines up to 64K seemed to mostly work, but there was still
some occasional problems with my test example (I suspect some memory
corruption). I didn't have time to look into that more detailed yet.
Andris
- Raw text -