Compiling Audacity 1.3.4 beta with Windows XP!

Hi,

from everything i’ve read this should be a simple compile but it’s been anything but simple for me!

I am using wxWidgets 2.8.7 (built in unicode debug) and VC++ 2005(8.0) so I have already installed Windows

Platform SDK and updated the VC++ options.

The most recent errors i get are:

…srcimportImportMP3.cpp(52) : error C2065: ‘DESC’ : undeclared identifier

…srcimportImportMP3.cpp(52) : error C3861: ‘wxSIZEOF’: identifier not found

13>…lib-srclib-widget-extraNonGuiThread.cpp(22) : error C2491: ‘NonGuiThread::IsLive’ : definition of dllimport static data member not allowed

I got the lib-widget-extra from the plugin-audacity-00-00-01 download along with some other libraries and files that were

‘missing’ when I tried to compile.

Can someone please help me