Just spotted this, it's a simple fix though
/Users/paullivesey/Development/audacity-nightly-2009.07.08-15.39/audacity/mac/../src/effects/Reverse.cpp:
In member function 'virtual bool EffectReverse::Process()':
/Users/paullivesey/Development/audacity-nightly-2009.07.08-15.39/audacity/mac/../src/effects/Reverse.cpp:86:
error: 'GetActiveProject' was not declared in this scope
/Users/paullivesey/Development/audacity-nightly-2009.07.08-15.39/audacity/mac/../src/effects/Reverse.cpp:88:
error: invalid use of undefined type 'struct AudacityProject'
/Users/paullivesey/Development/audacity-nightly-2009.07.08-15.39/audacity/mac/../src/effects/../Track.h:36:
error: forward declaration of 'struct AudacityProject'
** BUILD FAILED **
I think a :-
#include "../Project.h"
in Reverse.cpp should cure this.
Paul.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at:
http://p.sf.net/sfu/Challenge_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel