I followed the steps in http://wiki.audacityteam.org/wiki/Developing_On_Windows, and used MS VC++ 2008 Express plus the windows SDK download.
I have downloaded wxWidgets version 2.8.11.
I can confirm that my WXWIN is set as a system environment variable only (not a user variable, but I am the only user of this machine) to point correctly to C:wxWidgets-2.8.11 where my wxWidgets has been installed.
I performed the additional step, not documented in http://wiki.audacityteam.org/wiki/Developing_On_Windows, of setting:
#define wxUSE_ODBC 1
(instead of zero as supplied by default) in setup.h, to allow all 20 projects in wxWidgets to build successfully.
I have successfully built release, debug, unicode release and unicode debug versions, both non-dll and dll, of wxWidgets, and successfully built a sample widgets project using unicode release and unicode debug widgets dlls.
So I am hoping I have hit all the known benchmarks for building wxWidgets, but I am having problems building the Audacity solution I got from SVN head. All the compilation phase proceeds correctly but the linking phase fails with
LINK : fatal error LNK1104: cannot open file 'filedialog.lib'
I can confirm that filedialog.lib exists - see attachment 1. It looks as if it has been generated by compiling this Audacity solution, based on the file date. But then it fails to find it on the link phase - see attachment 2. Does this imply some inconsistency in the linker project properties of the Audacity project included in the Audacity solution?
I have successfully built Audacity about 2 years ago on Windows xp but I can't remember having met this particular problem - there were other ones instead though
Thanks in advance for any help you can give me with this
Best regards
David Wallace