[LMH]build problems after cvs update

Andreas Eder Andreas.Eder@t-online.de
Fri Apr 26 12:17:00 2002


Hi,
after doing a cvs update I had problems rebuilding e3.
It were some problems in band.h and band.cc. I fixed (?) them. At
least I can compile an run e3 now.
I have no write access to cvs, so i post the diffs here, since they
are rather minuscule.

diff band.h band.h.new                                          553 | p=
ts/4
18c18
<  protected:
---
>     // protected:


diff band.cc band.cc.new                                          554 |=
 pts/4
52c52
<   DEBUG(("e3BandStream::read(%u, %d)\n", where, num_bytes));
---
>   DEBUG(("e3BandStream::read(%p, %d)\n", where, num_bytes));
69c69
<   DEBUG(("e3BandStream::readWord(%u)\n", &tmp));
---
>   DEBUG(("e3BandStream::readWord(%p)\n", &tmp));
194c194
<   DEBUG(("e3Band::loadCluster(%u, %u, %u)\n", m, vaddr_clusternum, di=
sk_clusternum));
---
>   DEBUG(("e3Band::loadCluster(%p, %u, %u)\n", m, vaddr_clusternum, di=
sk_clusternum));
217c217
<   DEBUG(("e3Band::loadClusters(%u, %u)\n", m, origin_address));
---
>   DEBUG(("e3Band::loadClusters(%p, %u)\n", m, origin_address));
254c254,255
<   DEBUG(("e3Band::load(%u)\n", m));band_stream->load_band->bad();
---
>   DEBUG(("e3Band::load(%p)\n", m));
>   band_stream->load_band->bad();
260c261,262
<   DEBUG(("e3Band::load(%u) 1\n", m));band_stream->load_band->bad();
---
>   DEBUG(("e3Band::load(%p) 1\n", m));
>   band_stream->load_band->bad();
263c265
<   DEBUG(("e3Band::load(%u) 2\n", m));
---
>   DEBUG(("e3Band::load(%p) 2\n", m));
268c270
<   DEBUG(("e3Band::load(%u) 3\n", m));
---
>   DEBUG(("e3Band::load(%p) 3\n", m));
270c272
<   DEBUG(("e3Band::load(%u) 4\n", m));
---
>   DEBUG(("e3Band::load(%p) 4\n", m));
288c290,291
<   DEBUG(("e3Band::readWord(%u) 2\n", a));band_stream->load_band->bad(=
);
---
>   DEBUG(("e3Band::readWord(%u) 2\n", a));
>   band_stream->load_band->bad();
290c293,294
<   DEBUG(("e3Band::readWord(%u) 3\n", a));band_stream->load_band->bad(=
);
---
>   DEBUG(("e3Band::readWord(%u) 3\n", a));
>   band_stream->load_band->bad();


I hope this helps.
How can I get write access to cvs?

'Andreas
--=20
Wherever I lay my .emacs, there=B4s my $HOME.