Gerald Capodieci | 7 Oct 16:28

Current download

Can someone post a direct link to the current release? Every time I try I get linked to Sourceforce or EarthCD who are trying to sell another produce.
Jerry
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-devel
zjm040186 | 6 Oct 16:17

recompile version 1.2.6

hi, everyone,
 
    I am a new developer, I want to recompile the audacity, its version is 1.2.6, based on vs2003.
 
    But I got some errors, for example: can't find "sndfiled.lib" when I compile the audacity.sln.
 
    And there are some errors when I compile the third-party libraries. Would someone tell me the version of third-party libraries, as libsndfile, ogg, vorbise, flac.It would be better to send me the proper libraries.
 
    Thanks!
 
    Best Regards!
 
   
 
   
 
2008-10-06
zjm040186
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-devel
LRN | 6 Oct 15:43

GSoC fixups


 >>MP4 files renamed to MOV will not play in Windows iTunes or QuickTime 
- so remove MOV extension from M4A filter
 >Removed 'mov' extension from 'm4a' filter.
I'm still missing 'default extension' option in Audacity...

 >>Files with extensions in upper case invisible in import dialogue when 
FFmpeg-compatible files filter is chosen.
 >Convert filenames to lowercase before feeding them to wxMatchWild().
I noticed http://trac.wxwidgets.org/ticket/4253 , but guys got a point - 
if you explicitly want to match case-insensitively, convert to 
lowercase. So i did just that.

 >>"Select file(s) for batch processing..." dialogue lacks "All 
Supported files" and "FFmpeg-compatible files" filters
Seems to be a feature request rather than a bug, right? I mean, there 
was no "all supported files" filter in batch processing in previous 
versions?

 >Trying to show Custom FFmpeg export options dialog when FFmpeg 
libraries are not found will not crash Audacity anymore - now it shows 
an error and empty options dialog.
Empty options dialog IS ugly, but it seems to be a design flaw - 
everything happens in ExportFFmpegOptions() constructor, so it is not 
possible to just return false when libraries cannot be loaded - 
constructor always succeeds and it's dialog is always shown.

 >>Importing FFmpeg formats when FFmpeg library missing should raise the 
"FFmpeg not found" error, not the generic "not supported" error
 >On Windows Audacity won't show wxSysErrorMsg() at all, completely 
relying on (more meaningful) native system messages. On other platforms 
it still uses wxSysErrorMsg().
I can't fix that for other platforms - for each platform some kind of 
native error function should be used. It depends on how wxWidgets 
suppresses native error messages (on Windows it uses SetErrorMode()).

 >>In non-FFmpeg builds, attempting to import FFmpeg-supported formats 
should give an error that suggests downloading FFmpeg
Still thinking.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Richard Ash | 5 Oct 18:32

a bug in Meters and Audio I/O

I'm trying to track down an intermittent bug (reported for OS X as well
as Linux) where the VU meters (specifically, the playback VU meters)
indicate clipping at the start of playback before working normally. This
is a pain, because it latches the clipping indicators on, and prevents
you seeing what is actually clipped in the track.

After various debugging, I've concluded that the problem is in the data
that is passed to Meter::UpdateDisplay(), because the values are
definitely wrong when they come out of there to be used to update the
meter.

Looking at the calling code in audacityAudioCallback() (in AudioIO.cpp),
I'm confused as to how this works at all. The first thing that function
does is to update the VU meters. Now that's fair enough for the record
VU meters, because we have the record audio data ready to use. However
it seems pretty off the mark for the playback meters, because it's only
much later on that we consider actually collecting the audio we want to
play and putting it in the portaudio output buffer. So what we are
updating the VU meter with is certainly not the section of audio that is
about to be played. It might (if portaudio uses persistent buffers) be
the section of audio that has just been played, but there are no
guarantees of that.

In practise it seems that when portaudio calls audacityAudioCallback()
it does in fact use the same buffer for playback each time, so we
largely get away with this, and the meters are just one callback behind
(which isn't important or noticeable). The first time round, however,
the buffer can (and does) contain any values, hence why sometimes the
first meter update is off the scale on one or both channels.

I haven't yet changed anything, because this is a very complex piece of
code, but I'm fairly sure that what we ought to be doing is updating the
playback meters as the last thing in the callback, after we have zeroed
the portaudio playback buffer and re-filled it with the next block of
audio to be played. This does break up the structure a bit, but the
meters will behave properly.

Richard

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Clayton Otey | 4 Oct 11:23

Time scaling/Pitch shifting issues

I've implemented the new features but there are issues with licensing and so forth.  My sbsms library requires libfftw3 and libsamplerate, which, according to what i've read, both have issues regarding the proper usage of the GPL license, and so cannot be included in binary distributions of audacity.  I could either implement this as a ladspa plug-in or use libresample and my own fft code, which would reduce the quality/speed.  Which would be better?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Michael Burian | 4 Oct 21:07

Usability: How about a File -> Save menu entry?

How about a "Save" entry in the "File" menu?

After opening a sound file audacity is aware of it's path, as well as
the file format. It would be great if audacity could take advantage of
that information and provide a menu shortcut that enables one to just
"save" the file after modification.

After a successful "save", it should be possible to close audacity
immediately and without any "Save changes?" dialogs getting in the way.
(unless there actually are unsaved changes, of course)

What do you think?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Martyn Shaw | 25 Sep 23:56

Eee compilation

Hi there

After updating to latest CVS I can not longer get Audacity to compile
on my Asus Eee.  I'm certainly a newby to *nix so it may be me but I
did
./configure --enable-debug -q
make
and I get a heap of entering / leaving messages followed by
make[2]: Entering directory `/home/user/audacity/lib-src/portsmf'
make[2]: *** No rule to make target
`autotools/m4/ax_cflags_strict_prototypes.m4', needed by
`Makefile.in'.  Stop.
followed by it backing out of the directories and stopping.

Any ideas?
Martyn

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Gale Andrews | 25 Sep 20:44

Fw: Re: Bugs on Audacity 1.3.5-beta (Linux 32-bit, i686, Arch Linux)


I'm forwarding to our developers mailing list.

Can anyone on Linux replicate this crash on clicking View > History,
using CVS?

Gale 

| From "Richard L. Bomfim Ferreira" <willemdiamond <at> gmail.com> 
| Wed, 24 Sep 2008 13:23:30 -0300
| Subject: Bugs on Audacity 1.3.5-beta (Linux 32-bit, i686, Arch Linux)
|  > 
> > | From Richard L. Bomfim Ferreira 
> > | Tue, 23 Sep 2008 21:42:34 -0300
> > | Subject: Bugs on Audacity 1.3.5-beta (Linux 32-bit, i686, Arch Linux)
> > > When I was using Audacity, it appeared to have the following bugs:
> > > - If you select 'History' on 'Edit' Menu, the program suddently close,
> > > with no error message.
> > 
> > Have you compiled from our source tarball or is this a version supplied 
> > by your distribution? This is not reproducible on Windows, but are there 
> > steps before clicking the menu item to reproduce it, and does it depend
> > on the size of the history? 
> > 
> >From source code. It does not depend of the size of History. If you have one or
> thousands of actions to undo and select History on menu View (I said Edit, sorry),
> the program closes with no error messages. Running on terminal,
> it says:
> 
> (audacity:6067): GLib-GObject-WARNING **: invalid (NULL) pointer instance
> 
> (audacity:6067): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
`G_TYPE_CHECK_INSTANCE (instance)' failed
> 
> (audacity:6067): Gtk-CRITICAL **: gtk_widget_set_direction: assertion `GTK_IS_WIDGET (widget)' failed
> 
> (audacity:6067): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
> 
> (audacity:6067): Gtk-CRITICAL **: gtk_widget_ensure_style: assertion `GTK_IS_WIDGET (widget)' failed
> Segmentation fault
> 
> I.e., record something, undo it and go to View -> History.
> 
> 
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Rupinder Singh | 1 Oct 21:09

Source files related compile errors

Hi all,

Im trying to compile Audacity 1.2.6 using VC++ 2005 and wxWidgets 2.8.9. I followed the instructions in compile.txt, Widgets have been built and everything is in place but I get some source file related errors (103 in all). Some of them are as follows:

ToolBar.cpp
..\src\ToolBar.cpp(236) : error C2039: 'GetSystemColour' : is not a member of 'wxSystemSettings'
        C:\wxWidgets-2.8.9\include\wx/settings.h(181) : see declaration of 'wxSystemSettings'
..\src\ToolBar.cpp(236) : error C3861: 'GetSystemColour': identifier not found
..\src\ToolBar.cpp(258) : error C2039: 'GetSystemColour' : is not a member of 'wxSystemSettings'
        C:\wxWidgets-2.8.9\include\wx/settings.h(181) : see declaration of 'wxSystemSettings'
..\src\ToolBar.cpp(258) : error C3861: 'GetSystemColour': identifier not found

I have attached the whole log herewith...
The linker and include libraries related errors have been resolved successfully

Thank you
------ Build started: Project: portmixer, Configuration: Debug Win32 ------
Compiling...
px_win_wmme.c
c:\audacity2\audacity\lib-src\portmixer\px_win_wmme\px_win_wmme.c(183) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\portmixer\px_win_wmme\px_win_wmme.c(344) : warning C4244: 'return' : conversion from 'double' to 'PxVolume', possible loss of data
Creating library...
Build log was saved at "file://c:\Audacity2\audacity\lib-src\portmixer\winproj\Debug\BuildLog.htm"
portmixer - 0 error(s), 2 warning(s)
------ Build started: Project: libsndfile, Configuration: Debug Win32 ------
Compiling...
flac.c
file_io.c
c:\audacity2\audacity\lib-src\libsndfile\src\file_io.c(640) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\file_io.c(651) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\file_io.c(662) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\file_io.c(809) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
dwvw.c
dwd.c
double64.c
dither.c
common.c
c:\audacity2\audacity\lib-src\libsndfile\src\common.c(337) : warning C4996: '_vsnprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\common.c(1221) : warning C4996: 'gmtime' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\time.inl(101) : see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\common.c(1230) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\common.c(1232) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
command.c
caf.c
c:\audacity2\audacity\lib-src\libsndfile\src\caf.c(267) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\caf.c(318) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
broadcast.c
c:\audacity2\audacity\lib-src\libsndfile\src\broadcast.c(59) : warning C4996: 'strncpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\broadcast.c(63) : warning C4996: 'strncpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\broadcast.c(67) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\broadcast.c(71) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
avr.c
au.c
alaw.c
aiff.c
c:\audacity2\audacity\lib-src\libsndfile\src\aiff.c(452) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
table.c
short_term.c
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\short_term.c(250) : warning C4244: '=' : conversion from 'float' to 'word', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\short_term.c(252) : warning C4244: '=' : conversion from 'float' to 'word', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\short_term.c(329) : warning C4244: '=' : conversion from 'float' to 'word', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\short_term.c(331) : warning C4244: '=' : conversion from 'float' to 'word', possible loss of data
rpe.c
preprocess.c
lpc.c
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\lpc.c(165) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
long_term.c
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(570) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(571) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(572) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(573) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(574) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(575) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(576) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(577) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(578) : warning C4244: '=' : conversion from 'float' to 'longword', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\gsm610\long_term.c(819) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
gsm_option.c
gsm_encode.c
gsm_destroy.c
gsm_decode.c
gsm_create.c
decode.c
code.c
add.c
g72x.c
c:\audacity2\audacity\lib-src\libsndfile\src\g72x\g72x.c(433) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
c:\audacity2\audacity\lib-src\libsndfile\src\g72x\g72x.c(434) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
g723_40.c
g723_24.c
g723_16.c
g721.c
xi.c
c:\audacity2\audacity\lib-src\libsndfile\src\xi.c(98) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
wve.c
wav_w64.c
c:\audacity2\audacity\lib-src\libsndfile\src\wav_w64.c(207) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
wav.c
c:\audacity2\audacity\lib-src\libsndfile\src\wav.c(469) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\wav.c(1378) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\wav.c(1389) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\wav.c(1526) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\wav.c(1539) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
w64.c
vox_adpcm.c
voc.c
ulaw.c
txw.c
svx.c
strings.c
c:\audacity2\audacity\lib-src\libsndfile\src\strings.c(115) : warning C4996: 'strncat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\strings.c(117) : warning C4996: 'strncat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(143) : see declaration of 'strncat'
        Message: 'This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sndfile.c
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(308) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(309) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(348) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(349) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(367) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(373) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(379) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(401) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(402) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(543) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(814) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(816) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(861) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(929) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(2141) : warning C4996: 'strncpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(2330) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(2338) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(2344) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sndfile.c(2347) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sds.c
sd2.c
c:\audacity2\audacity\lib-src\libsndfile\src\sd2.c(252) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sd2.c(253) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\sd2.c(254) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
rx2.c
raw.c
pvf.c
c:\audacity2\audacity\lib-src\libsndfile\src\pvf.c(120) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\pvf.c(152) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pcm.c
paf.c
ogg.c
nist.c
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(154) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(164) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(179) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(182) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(185) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(190) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(197) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\nist.c(220) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
ms_adpcm.c
mat5.c
c:\audacity2\audacity\lib-src\libsndfile\src\mat5.c(362) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
mat4.c
c:\audacity2\audacity\lib-src\libsndfile\src\mat4.c(246) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libsndfile\src\mat4.c(385) : warning C4996: '_snprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
ircam.c
ima_adpcm.c
htk.c
gsm610.c
float32.c
Generating Code...
Compiling...
g72x.c
Creating library...
Build log was saved at "file://c:\Audacity2\audacity\lib-src\libsndfile\Win32\Debug\BuildLog.htm"
libsndfile - 0 error(s), 76 warning(s)
------ Build started: Project: SoundTouch, Configuration: Debug Win32 ------
Compiling...
sse_optimized.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\sse_optimized.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
SoundTouch.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\soundtouch.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
RateTransposer.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\ratetransposer.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
mmx_optimized.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\mmx_optimized.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
FIRFilter.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\firfilter.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\firfilter.cpp(180) : error C2668: 'pow' : ambiguous call to overloaded function
        c:\program files\microsoft visual studio 8\vc\include\math.h(575): could be 'long double pow(long double,int)'
        c:\program files\microsoft visual studio 8\vc\include\math.h(573): or 'long double pow(long double,long double)'
        c:\program files\microsoft visual studio 8\vc\include\math.h(527): or 'float pow(float,int)'
        c:\program files\microsoft visual studio 8\vc\include\math.h(525): or 'float pow(float,float)'
        c:\program files\microsoft visual studio 8\vc\include\math.h(489): or 'double pow(double,int)'
        c:\program files\microsoft visual studio 8\vc\include\math.h(123): or 'double pow(double,double)'
        while trying to match the argument list '(int, uint)'
FIFOSampleBuffer.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\fifosamplebuffer.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
cpu_detect_x86_win.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\cpu_detect_x86_win.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
AAFilter.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\aafilter.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
3dnow_win.cpp
c:\audacity2\audacity\lib-src\soundtouch\source\soundtouch\3dnow_win.cpp : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.\Debug\TDStretch.sbr': No such file or directory
Build log was saved at "file://c:\Audacity2\audacity\lib-src\soundtouch\source\SoundTouch\Debug\BuildLog.htm"
SoundTouch - 11 error(s), 0 warning(s)
------ Build started: Project: libnyquist, Configuration: Debug Win32 ------
Compiling...
winfun.c
c:\audacity2\audacity\lib-src\libnyquist\win\winfun.c(34) : warning C4101: 'winsize' : unreferenced local variable
c:\audacity2\audacity\lib-src\libnyquist\win\winfun.c(35) : warning C4101: 'textattrib' : unreferenced local variable
c:\audacity2\audacity\lib-src\libnyquist\win\winfun.c(36) : warning C4101: 'n' : unreferenced local variable
c:\audacity2\audacity\lib-src\libnyquist\win\winfun.c(33) : warning C4101: 'myhandle' : unreferenced local variable
c:\audacity2\audacity\lib-src\libnyquist\win\winfun.c(34) : warning C4101: 'origin' : unreferenced local variable
term.c
sndwin32.c
c:\audacity2\audacity\lib-src\libnyquist\snd\sndwin32.c(17) : warning C4996: '_open' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(249) : see declaration of '_open'
        Message: 'This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\sndwin32.c(25) : warning C4996: '_open' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(249) : see declaration of '_open'
        Message: 'This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\sndwin32.c(43) : warning C4996: 'read' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(329) : see declaration of 'read'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\sndwin32.c(49) : warning C4996: 'write' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(334) : see declaration of 'write'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\sndwin32.c(55) : warning C4996: 'close' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
sndio.c
sndheader.c
c:\audacity2\audacity\lib-src\libnyquist\snd\sndheader.c(927) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\sndheader.c(1029) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sndcvt.c
snd.c
c:\audacity2\audacity\lib-src\libnyquist\snd\snd.c(63) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\snd.c(64) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\snd\snd.c(145) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
audionone.c
white.c
upsample.c
tonev.c
tone.c
tapv.c
slope.c
siosc.c
sine.c
shape.c
scale.c
sampler.c
resonvv.c
Generating Code...
c:\audacity2\audacity\lib-src\libnyquist\sys\term.c(38) : warning C4716: 'term_testchar' : must return a value
Compiling...
resonvc.c
resoncv.c
reson.c
recip.c
quantize.c
pwl.c
prod.c
pluck.c
partial.c
osc.c
oneshot.c
offset.c
maxv.c
log.c
integrate.c
ifft.c
gate.c
fromobject.c
fromarraystream.c
follow.c
Generating Code...
Compiling...
fmosc.c
exp.c
delaycv.c
delay.c
coterm.c
convolve.c
const.c
congen.c
clip.c
chase.c
buzz.c
biquad.c
atonev.c
atone.c
aresonvv.c
aresonvc.c
aresoncv.c
areson.c
amosc.c
alpass.c
Generating Code...
Compiling...
nyx.c
c:\audacity2\audacity\lib-src\libnyquist\nyx\nyx.c(145) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\nyx\nyx.c(580) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyx\nyx.c(590) : warning C4996: 'strncpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyx\nyx.c(591) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyx\nyx.c(592) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyx\nyx.c(674) : warning C4013: 'chdir' undefined; assuming extern returning int
fftn.c
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(292) : warning C4018: '>' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(293) : warning C4018: '>' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(324) : warning C4018: '<' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(326) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(327) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(361) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(362) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(363) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(364) : warning C4305: 'initializing' : truncation from 'double' to 'float'
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(417) : warning C4018: '<' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(460) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(524) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(525) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(526) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(527) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(552) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(572) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(638) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(643) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(678) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(679) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(694) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(738) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(739) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(740) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(819) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(839) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(292) : warning C4018: '>' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(293) : warning C4018: '>' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(324) : warning C4018: '<' : signed/unsigned mismatch
c:\audacity2\audacity\lib-src\libnyquist\fft\fftn.c(417) : warning C4018: '<' : signed/unsigned mismatch
userio.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(509) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(536) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(537) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(538) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(539) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(540) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(548) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(556) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(557) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(568) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(572) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(573) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(581) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\userio.c(862) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
timebase.c
tempomap.c
seqwrite.c
seqread.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\seqread.c(595) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\seqread.c(1273) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
seqmwrite.c
seqmread.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\seqmread.c(278) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
seq.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\seq.c(301) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
record.c
moxc.c
midifns.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\midifns.c(1501) : warning C4996: 'fscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\midifns.c(1744) : warning C4013: 'tolower' undefined; assuming extern returning int
midifile.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\midifile.c(182) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\midifile.c(183) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\midifile.c(377) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
mem.c
cmtcmd.c
cmdline.c
c:\audacity2\audacity\lib-src\libnyquist\cmt\cmdline.c(230) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\cmdline.c(443) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\cmdline.c(453) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\cmt\cmdline.c(460) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cleanup.c
cext.c
xlsys.c
Generating Code...
Compiling...
xlsym.c
xlsubr.c
xlstr.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlstr.c(295) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xlread.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(91) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(121) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(135) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(152) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(384) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(385) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(399) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(400) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xlprin.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(247) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(248) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(255) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(257) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(266) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(268) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(270) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(294) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(305) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(324) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlprin.c(336) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xlpp.c
xlobj.c
xlmath.c
xllist.c
xljump.c
xlisp.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlisp.c(107) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xlio.c
xlinit.c
xlimage.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlimage.c(47) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlimage.c(48) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlimage.c(146) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlimage.c(147) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xlglob.c
xlftab.c
xlfio.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlfio.c(494) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlfio.c(495) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlfio.c(515) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlfio.c(516) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xleval.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xleval.c(628) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xleval.c(629) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xleval.c(822) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xleval.c(843) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xldmem.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(105) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(118) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(299) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(346) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(556) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(557) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(558) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(559) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(560) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(561) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldmem.c(642) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
xldbug.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldbug.c(84) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldbug.c(99) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xldbug.c(151) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlimage.c(400) : warning C4715: 'cvoptr' : not all control paths return a value
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlread.c(243) : warning C4715: 'readone' : not all control paths return a value
Compiling...
xlcont.c
xlbfun.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlbfun.c(317) : warning C4996: 'strncpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlbfun.c(330) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
path.c
c:\audacity2\audacity\lib-src\libnyquist\xlisp\path.c(28) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\path.c(57) : warning C4013: 'get_xlisp_path' undefined; assuming extern returning int
c:\audacity2\audacity\lib-src\libnyquist\xlisp\path.c(63) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\xlisp\path.c(175) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
extern.c
stats.c
sound.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sound.c(135) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sound.c(375) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sound.c(885) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sndwrite.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(87) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(155) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(252) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(269) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(285) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(306) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(320) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(332) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndwrite.c(365) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sndseq.c
sndread.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndread.c(128) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndread.c(139) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
sndmax.c
sndfnint.c
sndfail.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndfail.c(12) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\sndfail.c(13) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
seqinterf.c
seqfnint.c
seqext.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\seqext.c(60) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
samples.c
resampv.c
resamp.c
probe.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\probe.c(13) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\probe.c(27) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\probe.c(31) : warning C4013: 'nyquist_printf' undefined; assuming extern returning int
multiseq.c
Generating Code...
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlbfun.c(606) : warning C4716: 'xcleanup' : must return a value
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlbfun.c(613) : warning C4716: 'xtoplevel' : must return a value
c:\audacity2\audacity\lib-src\libnyquist\xlisp\xlbfun.c(620) : warning C4716: 'xcontinue' : must return a value
Compiling...
multiread.c
local.c
c:\audacity2\audacity\lib-src\libnyquist\nyqsrc\local.c(51) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
inverse.c
handlers.c
fft.c
ffilterkit.c
falloc.c
downsample.c
debug.c
compose.c
avg.c
add.c
Generating Code...
Compiling...
ieeecvt.c
Creating library...
Build log was saved at "file://c:\Audacity2\audacity\lib-src\libnyquist\win\Debug\BuildLog.htm"
libnyquist - 0 error(s), 159 warning(s)
------ Build started: Project: libid3tag, Configuration: Debug Win32 ------
Compiling...
version.c
util.c
utf8.c
.\utf8.c(215) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(220) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(221) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(226) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(227) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(228) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(233) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(234) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(235) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(236) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(241) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(242) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(243) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(244) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(245) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(250) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(251) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(252) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(253) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(254) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
.\utf8.c(255) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf8_t', possible loss of data
utf16.c
.\utf16.c(117) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf16_t', possible loss of data
.\utf16.c(124) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf16_t', possible loss of data
.\utf16.c(125) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_utf16_t', possible loss of data
ucs4.c
tag.c
.\tag.c(311) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\tag.c(481) : warning C4018: '>' : signed/unsigned mismatch
.\tag.c(496) : warning C4018: '>' : signed/unsigned mismatch
.\tag.c(530) : warning C4018: '>' : signed/unsigned mismatch
.\tag.c(537) : warning C4018: '>' : signed/unsigned mismatch
.\tag.c(555) : warning C4018: '>' : signed/unsigned mismatch
render.c
.\render.c(71) : warning C4244: '=' : conversion from 'unsigned long' to 'id3_byte_t', possible loss of data
.\render.c(72) : warning C4244: '=' : conversion from 'unsigned long' to 'id3_byte_t', possible loss of data
.\render.c(73) : warning C4244: '=' : conversion from 'unsigned long' to 'id3_byte_t', possible loss of data
.\render.c(74) : warning C4244: '=' : conversion from 'unsigned long' to 'id3_byte_t', possible loss of data
.\render.c(75) : warning C4244: '=' : conversion from 'unsigned long' to 'id3_byte_t', possible loss of data
.\render.c(89) : warning C4244: '=' : conversion from 'long' to 'id3_byte_t', possible loss of data
.\render.c(90) : warning C4244: '=' : conversion from 'long' to 'id3_byte_t', possible loss of data
.\render.c(91) : warning C4244: '=' : conversion from 'long' to 'id3_byte_t', possible loss of data
.\render.c(92) : warning C4244: '=' : conversion from 'long' to 'id3_byte_t', possible loss of data
parse.c
latin1.c
.\latin1.c(115) : warning C4244: '=' : conversion from 'id3_ucs4_t' to 'id3_latin1_t', possible loss of data
genre.c
frametype.c
frame.c
.\frame.c(288) : warning C4018: '>' : signed/unsigned mismatch
.\frame.c(305) : warning C4018: '>' : signed/unsigned mismatch
.\frame.c(373) : warning C4018: '>' : signed/unsigned mismatch
file.c
.\file.c(392) : warning C4996: 'strdup' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
.\file.c(435) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\file.c(456) : warning C4996: 'fdopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(686) : see declaration of 'fdopen'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.'
.\file.c(466) : warning C4013: 'dup' undefined; assuming extern returning int
.\file.c(470) : warning C4013: 'dup2' undefined; assuming extern returning int
.\file.c(471) : warning C4013: 'close' undefined; assuming extern returning int
field.c
.\field.c(80) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\field.c(84) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\field.c(429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\field.c(672) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
debug.c
crc.c
compat.c
Generating Code...
Creating library...
Build log was saved at "file://c:\Audacity2\audacity\lib-src\libid3tag\Debug\BuildLog.htm"
libid3tag - 0 error(s), 53 warning(s)
------ Build started: Project: PAStaticWMME, Configuration: Debug Win32 ------
Compiling...
pa_win_wmme.c
c:\audacity2\audacity\lib-src\portaudio\pa_win_wmme\pa_win_wmme.c(396) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\portaudio\pa_win_wmme\pa_win_wmme.c(397) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\portaudio\pa_win_wmme\pa_win_wmme.c(402) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\portaudio\pa_win_wmme\pa_win_wmme.c(453) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\portaudio\pa_win_wmme\pa_win_wmme.c(454) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\audacity2\audacity\lib-src\portaudio\pa_win_wmme\pa_win_wmme.c(459) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pa_lib.c
Generating Code...
Creating library...
Build log was saved at "file://c:\Audacity2\audacity\lib-src\portaudio\winproj\PAStaticWMME\Debug\BuildLog.htm"
PAStaticWMME - 0 error(s), 6 warning(s)
------ Build started: Project: Audacity, Configuration: Debug Win32 ------
Compiling...
LoadLadspa.cpp
..\src\effects\ladspa\LoadLadspa.cpp(70) : error C2653: 'wxDllLoader' : is not a class or namespace name
..\src\effects\ladspa\LoadLadspa.cpp(72) : error C2653: 'wxDllLoader' : is not a class or namespace name
..\src\effects\ladspa\LoadLadspa.cpp(72) : error C3861: 'GetSymbol': identifier not found
Keyboard.cpp
..\src\commands\Keyboard.cpp(207) : error C2196: case value '366' already used
..\src\commands\Keyboard.cpp(210) : error C2196: case value '367' already used
..\src\commands\Keyboard.cpp(246) : error C2196: case value '380' already used
..\src\commands\Keyboard.cpp(252) : error C2196: case value '381' already used
Ruler.cpp
C:\wxWidgets-2.8.9\include\wx/datetime.h(1108) : warning C4996: 'localtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\src\widgets\Ruler.cpp(921) : error C2065: 'wxPaintDC' : undeclared identifier
..\src\widgets\Ruler.cpp(921) : error C2146: syntax error : missing ';' before identifier 'dc'
..\src\widgets\Ruler.cpp(921) : error C3861: 'dc': identifier not found
Meter.cpp
..\src\widgets\Meter.cpp(203) : error C2039: 'GetSystemColour' : is not a member of 'wxSystemSettings'
        C:\wxWidgets-2.8.9\include\wx/settings.h(181) : see declaration of 'wxSystemSettings'
..\src\widgets\Meter.cpp(203) : error C3861: 'GetSystemColour': identifier not found
..\src\widgets\Meter.cpp(224) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
ASlider.cpp
C:\wxWidgets-2.8.9\include\wx/datetime.h(1108) : warning C4996: 'localtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\src\widgets\ASlider.cpp(262) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\ASlider.cpp(270) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\ASlider.cpp(271) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
AButton.cpp
..\src\widgets\AButton.cpp(83) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(84) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(85) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(86) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(118) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(119) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(120) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\src\widgets\AButton.cpp(121) : error C2664: 'wxBitmap::wxBitmap(const char *const *)' : cannot convert parameter 1 from 'wxImage *' to 'const char *const *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
PrefsDialog.cpp
c:\audacity2\audacity\src\prefs\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
..\src\prefs\PrefsDialog.cpp(78) : error C2065: 'wxNotebookSizer' : undeclared identifier
..\src\prefs\PrefsDialog.cpp(78) : error C2065: 'catSizer' : undeclared identifier
..\src\prefs\PrefsDialog.cpp(78) : error C2061: syntax error : identifier 'wxNotebookSizer'
..\src\prefs\PrefsDialog.cpp(94) : warning C4018: '>=' : signed/unsigned mismatch
..\src\prefs\PrefsDialog.cpp(172) : warning C4018: '<' : signed/unsigned mismatch
KeyConfigPrefs.cpp
c:\audacity2\audacity\src\prefs\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
..\src\prefs\KeyConfigPrefs.cpp(96) : fatal error C1903: unable to recover from previous error(s); stopping compilation
FileFormatPrefs.cpp
c:\audacity2\audacity\src\prefs\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
c:\audacity2\audacity\src\prefs\PrefsPanel.h(40) : fatal error C1903: unable to recover from previous error(s); stopping compilation
AudioIOPrefs.cpp
c:\audacity2\audacity\src\prefs\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
ImportLOF.cpp
c:\audacity2\audacity\src\import\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
ExportPCM.cpp
c:\audacity2\audacity\src\export\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
ExportOGG.cpp
c:\audacity2\audacity\src\export\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
ExportMultiple.cpp
c:\audacity2\audacity\src\export\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
ExportMP3.cpp
c:\audacity2\audacity\src\export\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
Export.cpp
c:\audacity2\audacity\src\export\../Project.h(222) : error C2061: syntax error : identifier 'wxPaintDC'
SoundTouchEffect.cpp
c:\Audacity2\audacity\lib-src\soundtouch\soundtouch/SoundTouch.h : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
..\src\effects\SoundTouchEffect.cpp(275) : warning C4018: '<' : signed/unsigned mismatch
LoadEffects.cpp
c:\audacity2\audacity\src\effects\Equalization.h(123) : warning C4005: 'ID_BUTTON_PREVIEW' : macro redefinition
        c:\audacity2\audacity\src\effects\Amplify.h(33) : see previous definition of 'ID_BUTTON_PREVIEW'
c:\audacity2\audacity\src\effects\Phaser.h(93) : warning C4005: 'ID_BUTTON_PREVIEW' : macro redefinition
        c:\audacity2\audacity\src\effects\Equalization.h(123) : see previous definition of 'ID_BUTTON_PREVIEW'
c:\Audacity2\audacity\lib-src\soundtouch\soundtouch/SoundTouch.h : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
ChangeTempo.cpp
c:\Audacity2\audacity\lib-src\soundtouch\soundtouch/SoundTouch.h : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
ChangePitch.cpp
c:\Audacity2\audacity\lib-src\soundtouch\soundtouch/SoundTouch.h : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format
Generating Code...
Compiling...
TrackPanel.cpp
..\src\TrackPanel.cpp(2202) : warning C4305: '=' : truncation from 'double' to 'float'
..\src\TrackPanel.cpp(2649) : warning C4996: 'wxRect::Inside' was declared deprecated
        C:\wxWidgets-2.8.9\include\wx/gdicmn.h(453) : see declaration of 'wxRect::Inside'
..\src\TrackPanel.cpp(2652) : warning C4996: 'wxRect::Inside' was declared deprecated
        C:\wxWidgets-2.8.9\include\wx/gdicmn.h(453) : see declaration of 'wxRect::Inside'
..\src\TrackPanel.cpp(2724) : warning C4996: 'wxRect::Inside' was declared deprecated
        C:\wxWidgets-2.8.9\include\wx/gdicmn.h(453) : see declaration of 'wxRect::Inside'
..\src\TrackPanel.cpp(2728) : warning C4996: 'wxRect::Inside' was declared deprecated
        C:\wxWidgets-2.8.9\include\wx/gdicmn.h(453) : see declaration of 'wxRect::Inside'
..\src\TrackPanel.cpp(2923) : warning C4996: 'wxRect::Inside' was declared deprecated
        C:\wxWidgets-2.8.9\include\wx/gdicmn.h(453) : see declaration of 'wxRect::Inside'
..\src\TrackPanel.cpp(2936) : warning C4996: 'wxRect::Inside' was declared deprecated
        C:\wxWidgets-2.8.9\include\wx/gdicmn.h(453) : see declaration of 'wxRect::Inside'
..\src\TrackPanel.cpp(2962) : warning C4996: 'wxRect::Inside' was declared deprecated