| Those internal compiler errors are strangely familiar...sounds like you need to
install the Microsoft Service Pack which undoes damage which ought not to have been
done, not least to the floating-point optimizer. Go to
http://www.microsoft.com/msdn/downloads/ and follow the signposts to VC++. Without
SP1, even when you manage to build, much of the f/p code will not work properly!
The disadvantage of the download is that the files are HUGE - SP1 was 90MBytes!
Microsoft do however offer a CD-ROM alternative.
Richard Dobson
Gabriel Maldonado wrote:
> I attempted to build Winsound with MSVC 5.0, but the following
> files are missing from the archive:
>
> locsig.c
> nreverb.h
>
> and the following errors appear in the build window:
>
> --------------------Configuration: wincsound - Win32 Release--------------------
> Compiling...
> CVANAL.C
> C:\Windows\Desktop\Csound 3.48 sources\CVANAL.C(35) : fatal error C1001:
> INTERNAL COMPILER ERROR
> (compiler file 'msc1.cpp', line 1188)
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more
> information
> DISPREP.C
> C:\Windows\Desktop\Csound 3.48 sources\DISPREP.C(25) : fatal error
> C1001: INTERNAL COMPILER ERROR
> (compiler file 'msc1.cpp', line 1188)
> Please choose the Technical Support command on the Visual C++
> Help menu, or open the Technical Support help file for more
> information
> ENTRY.C
> C:\Windows\Desktop\Csound 3.48 sources\ENTRY.C(23) : fatal error C1083:
> Cannot open include file: 'nreverb.h': No such file or directory
> locsig.c
> fatal error C1083: Cannot open source file: 'C:\Windows\Desktop\Csound
> 3.48 sources\locsig.c': No such file or directory
> RDORCH.C
> C:\Windows\Desktop\Csound 3.48 sources\RDORCH.C(939) : warning C4018:
> '!=' : signed/unsigned Sndwarp.c
> C:\Windows\Desktop\Csound 3.48 sources\Sndwarp.c(56) : warning C4244:
> '=' : conversion from 'float ' to 'int ', possible loss of data
> C:\Windows\Desktop\Csound 3.48 sources\Sndwarp.c(217) : warning C4244:
> '=' : conversion from 'float ' to 'int ', possible loss of data
> VDELAY.C
> C:\Windows\Desktop\Csound 3.48 sources\VDELAY.C(289) : fatal error
> C1083: Cannot open include file: 'nreverb.h': No such file or directory
> WINCWIN.C
> C:\Windows\Desktop\Csound 3.48 sources\WINCWIN.C(144) : warning C4101:
> 'buff' : unreferenced
>
> Error executing cl.exe.
> winsound.exe - 5 error(s), 4 warning(s)
>
> --
> Gabriel Maldonado
>
> http://www.agora.stm.it/G.Maldonado/home2.htm
>
> jpff@maths.bath.ac.uk wrote:
>
> > I put the makefile for MSVC in the src zip over the weekend, and moved
> >
> > it to the server at about 11am Monday. I also fixed a nagging bug in
> > the graphics in the Windows code, so I repaced csound_win.zip as well.
> >
> > I am sorry for the delay in replying, but a machine in our lab at the
> > U caught fire on Thursday/Friday night and apart from the smell of hot
> >
> > plastic we lost /usr/local/ on which the mailer resided (as well as
> > latex, perl, netscape, mosaic, ...). I can now read mail at the
> > university but I cannot reply directly. I can send mail from home,
> > and then carry it to the U. This is introducing a long delay in
> > replies. And I have a lare number of answers to give.
> >
> > ==John
|