SVN 12379 fails to build on Windows

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

SVN 12379 fails to build on Windows

Gale
Administrator
Same with debug or release build

25>Leveller.cpp
25>..\..\..\src\effects\Leveller.cpp(225) : error C2248: 'wxString::wxString' : cannot access private member declared in class 'wxString'
25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of 'wxString::wxString'
25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of 'wxString'
25>..\..\..\src\effects\Leveller.cpp(233) : error C2248: 'wxString::wxString' : cannot access private member declared in class 'wxString'
25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of 'wxString::wxString'
25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of 'wxString'


Thanks


Gale
Reply | Threaded
Open this post in threaded view
|

Re: SVN 12379 fails to build on Windows

Paul Livesey
On 22 Jun 2013, at 09:01, "Gale (Audacity Team)" <[hidden email]> wrote:

> Same with debug or release build
>
> 25>Leveller.cpp
> 25>..\..\..\src\effects\Leveller.cpp(225) : error C2248:
> 'wxString::wxString' : cannot access private member declared in class
> 'wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of
> 'wxString::wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of
> 'wxString'
> 25>..\..\..\src\effects\Leveller.cpp(233) : error C2248:
> 'wxString::wxString' : cannot access private member declared in class
> 'wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of
> 'wxString::wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of
> 'wxString'
>
>
> Thanks
>
>
> Gale
>

I haven't had a look at the specifics yet but the Mac build failed last night as well, according to my build system. I'll take a closer look at it later today if need be.

Paul


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Reply | Threaded
Open this post in threaded view
|

Re: SVN 12379 fails to build on Windows

Richard Ash (audacity-help)
In view of the "Leveller redundancy" thread about this effect (where
the compile failure is) I fixed it with a very simple patch (windows/mac
will need to alter their project files to match).

Richard
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel

noleveler.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: SVN 12379 fails to build on Windows

MartynShaw
In reply to this post by Gale
Same here.  It looks like we need to revert changes made in r12379 to
Leveller.cpp starting around line 220, and think again.

I'm guessing that Vaughan has been busy this weekend and has not had a
chance to look at this, so I'll leave it for a while.

Martyn

On 22/06/2013 09:01, Gale (Audacity Team) wrote:

> Same with debug or release build
>
> 25>Leveller.cpp
> 25>..\..\..\src\effects\Leveller.cpp(225) : error C2248:
> 'wxString::wxString' : cannot access private member declared in class
> 'wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of
> 'wxString::wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of
> 'wxString'
> 25>..\..\..\src\effects\Leveller.cpp(233) : error C2248:
> 'wxString::wxString' : cannot access private member declared in class
> 'wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of
> 'wxString::wxString'
> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of
> 'wxString'
>
>
> Thanks
>
>
> Gale
>
>
>
> --
> View this message in context: http://audacity.238276.n2.nabble.com/SVN-12379-fails-to-build-on-Windows-tp7558437.html
> Sent from the audacity-devel mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> audacity-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/audacity-devel
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Reply | Threaded
Open this post in threaded view
|

Re: SVN 12379 fails to build on Windows

Vaughan Johnson
Administrator
Yes, I couldn't get to anything Audacity code until today. I like
Richard's fix -- get rid of the dang effect! Are we agreed on that?

Anyway, I've fixed the problem. I sure thought it was building for me
before I committed it. :-)

I thought I had made the change I just now made to fix it, before I
committed it. Sorry I couldn't get to my email sooner.

- V


On 6/23/2013 3:30 PM, Martyn Shaw wrote:

> Same here.  It looks like we need to revert changes made in r12379 to
> Leveller.cpp starting around line 220, and think again.
>
> I'm guessing that Vaughan has been busy this weekend and has not had a
> chance to look at this, so I'll leave it for a while.
>
> Martyn
>
> On 22/06/2013 09:01, Gale (Audacity Team) wrote:
>> Same with debug or release build
>>
>> 25>Leveller.cpp
>> 25>..\..\..\src\effects\Leveller.cpp(225) : error C2248:
>> 'wxString::wxString' : cannot access private member declared in class
>> 'wxString'
>> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of
>> 'wxString::wxString'
>> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of
>> 'wxString'
>> 25>..\..\..\src\effects\Leveller.cpp(233) : error C2248:
>> 'wxString::wxString' : cannot access private member declared in class
>> 'wxString'
>> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(682) : see declaration of
>> 'wxString::wxString'
>> 25>        C:\wxWidgets-2.8.12\include\wx/string.h(659) : see declaration of
>> 'wxString'
>>
>>
>> Thanks
>>
>>
>> Gale
>>
>>
>>
>> --
>> View this message in context: http://audacity.238276.n2.nabble.com/SVN-12379-fails-to-build-on-Windows-tp7558437.html
>> Sent from the audacity-devel mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Windows:
>>
>> Build for Windows Store.
>>
>> http://p.sf.net/sfu/windows-dev2dev
>> _______________________________________________
>> audacity-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/audacity-devel
>>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> audacity-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/audacity-devel
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Reply | Threaded
Open this post in threaded view
|

Re: SVN 12379 fails to build on Windows

Vaughan Johnson
Administrator
On 6/25/2013 10:02 AM, Vaughan Johnson wrote:
> Yes, I couldn't get to anything Audacity code until today. I like
> Richard's fix -- get rid of the dang effect! Are we agreed on that?

Catching up on the other threads, I see we are not. I'm finished with
Level(l)er for the foreseeable future.

- V

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel