Re: Can not build audacity 2.0.3 with wxWidgets 2.8.12
Posted: Mon Mar 18, 2013 1:38 am
Hi Gale,
I hadn't seen before the link you mentioned ( http://audacity.238276.n2.nabble.com/Ti ... l#a7557180 )
I chose the following solution in order to eliminate the MAX_PATH error:
***** Modify Audacity.h
#ifdef __WXMSW__
#include "configwin.h"
#undef PLATFORM_MAX_PATH
#define PLATFORM_MAX_PATH 260 //-------------- only this line has been changed
#endif
I have no other problems compiling Audacity with ASIO now.
I have seen other people with the MAX_PATH error. Maybe it is a good idea to incorporate one of the solutions to the SVN HEAD version.
Audacity is a great software! Thanks for all developers!
Cheers
André
I hadn't seen before the link you mentioned ( http://audacity.238276.n2.nabble.com/Ti ... l#a7557180 )
I chose the following solution in order to eliminate the MAX_PATH error:
***** Modify Audacity.h
#ifdef __WXMSW__
#include "configwin.h"
#undef PLATFORM_MAX_PATH
#define PLATFORM_MAX_PATH 260 //-------------- only this line has been changed
#endif
I have no other problems compiling Audacity with ASIO now.
I have seen other people with the MAX_PATH error. Maybe it is a good idea to incorporate one of the solutions to the SVN HEAD version.
Audacity is a great software! Thanks for all developers!
Cheers
André