Csound Csound-dev Csound-tekno Search About

Re: MSVC makefile

Date1998-04-23 16:43
FromGabriel Maldonado
SubjectRe: MSVC makefile
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

Date1998-04-23 18:22
FromMichael Hamel
SubjectRe: MSVC makefile (internal compiler error)
I had a similar problem compiling 3.46 last year. I haven't used MSVC in a
while, but I remember that there is an option somewhere that is used to
specify whether or not to use optimization during compilation. If you
disable optimization, the error should go away. Hopefully.

Mike