[LMH]build problems after cvs update

John Morrison jm@mak.com
Sat Apr 27 04:46:01 2002


Hi;

Which platform and which compiler?  And, does it just warn/complain (as
mine does because I don't quite have the varargs stuff right for the x86
target), or does it fail to compile?

-jm

Andreas Eder wrote:
> 
> 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 | pts/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, disk_clusternum));
> ---
> >   DEBUG(("e3Band::loadCluster(%p, %u, %u)\n", m, vaddr_clusternum, disk_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
> --
> Wherever I lay my .emacs, there´s my $HOME.
> 
> http://lists.unlambda.com/mailman/listinfo/lispm-hackers

-- 
==== John Morrison
==== MAK Technologies Inc.
==== 185 Alewife Brook Parkway, Cambridge, MA 02138
==== http://www.mak.com/
==== vox:617-876-8085 x115
==== fax:617-876-9208
==== jm@mak.com