Build failure on a Mac

2 messages Options
Embed this post
Permalink
Paul Livesey

Build failure on a Mac

Reply Threaded More More options
Print post
Permalink
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
André Pinto

Re: Build failure on a Mac

Reply Threaded More More options
Print post
Permalink
Hi,

It was caused by one of my commits. I don't know why I don't get this compile errors in MSVC++ :s

I've commited the include instruction. Thanks Paul.

André.

On Wed, Jul 8, 2009 at 4:25 PM, Paul Livesey <[hidden email]> wrote:
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


------------------------------------------------------------------------------
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