Slackware 12.0 - audacity-src-1.3.4-beta compile errors - Slackware
This is a discussion on Slackware 12.0 - audacity-src-1.3.4-beta compile errors - Slackware ; Hi,
Hope somebody here can help - no response from the audacity forum after 2
weeks.
Slackware 12.0 (Linux) with wxGTK-2.8.4.
I get this error during make:
import/ImportMP3.cpp: In function 'void GetMP3ImportPlugin
(ImportPluginList*, UnusableImportPluginList*)':
import/ImportMP3.cpp:52: error: 'DESC' was not declared ...
-
Slackware 12.0 - audacity-src-1.3.4-beta compile errors
Hi,
Hope somebody here can help - no response from the audacity forum after 2
weeks.
Slackware 12.0 (Linux) with wxGTK-2.8.4.
I get this error during make:
import/ImportMP3.cpp: In function 'void GetMP3ImportPlugin
(ImportPluginList*, UnusableImportPluginList*)':
import/ImportMP3.cpp:52: error: 'DESC' was not declared in this scope
import/ImportMP3.cpp:52: error: 'wxSIZEOF' was not declared in this scope
make[1]: *** [import/ImportMP3.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/dad/Desktop/audacity-src-1.3.4-beta/src'
make: *** [audacity] Error 2
audacity-src-1.3.3-beta compiles and runs fine.
Anybody knows what the fix is?
Have Googled for this and can't find any hints - found the same error
message in three postings, but without any solution.
http://www.google.co.uk/search?hl=en...tMP3.cpp%3A+In
+function+%27void+GetMP3ImportPlugin%28ImportPlugi nList*%2C
+UnusableImportPluginList*%29%27%3A&btnG=Google+Search&meta=
Cheers
Peter
-
Re: Slackware 12.0 - audacity-src-1.3.4-beta compile errors
On Tue, 26 Feb 2008 11:01:12 -0600, geep wrote:
> Hi,
>
> Hope somebody here can help - no response from the audacity forum after 2
> weeks.
>
> Slackware 12.0 (Linux) with wxGTK-2.8.4.
> I get this error during make:
> import/ImportMP3.cpp: In function 'void GetMP3ImportPlugin
> (ImportPluginList*, UnusableImportPluginList*)':
> import/ImportMP3.cpp:52: error: 'DESC' was not declared in this scope
> import/ImportMP3.cpp:52: error: 'wxSIZEOF' was not declared in this scope
> make[1]: *** [import/ImportMP3.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/home/dad/Desktop/audacity-src-1.3.4-beta/src'
> make: *** [audacity] Error 2
>
> audacity-src-1.3.3-beta compiles and runs fine.
>
> Anybody knows what the fix is?
>
> Have Googled for this and can't find any hints - found the same error
> message in three postings, but without any solution.
> http://www.google.co.uk/search?hl=en...tMP3.cpp%3A+In
> +function+%27void+GetMP3ImportPlugin%28ImportPlugi nList*%2C
> +UnusableImportPluginList*%29%27%3A&btnG=Google+Search&meta=
>
> Cheers
>
> Peter
>
Probably, this is not on topic, but FWIW,
I have these packages:
wxGTK-2.6.4-i486-1_SBo
libsndfile-1.0.17-i486-1_SBo
audacity-1.3.3-i486-1_SBo,
The above version was enough to experiment with recording vinyl.
--
Douglas Mayne
-
Re: Slackware 12.0 - audacity-src-1.3.4-beta compile errors
If you want MP3 encoding capability, you will need to install LAME
first.
On Feb 26, 12:12 pm, Douglas Mayne wrote:
> On Tue, 26 Feb 2008 11:01:12 -0600, geep wrote:
> > Hi,
>
> > Hope somebody here can help - no response from the audacity forum after 2
> > weeks.
>
> > Slackware 12.0 (Linux) with wxGTK-2.8.4.
> > I get this error during make:
> > import/ImportMP3.cpp: In function 'void GetMP3ImportPlugin
> > (ImportPluginList*, UnusableImportPluginList*)':
> > import/ImportMP3.cpp:52: error: 'DESC' was not declared in this scope
> > import/ImportMP3.cpp:52: error: 'wxSIZEOF' was not declared in this scope
> > make[1]: *** [import/ImportMP3.o] Error 1
> > make[1]: *** Waiting for unfinished jobs....
> > make[1]: Leaving directory `/home/dad/Desktop/audacity-src-1.3.4-beta/src'
> > make: *** [audacity] Error 2
>
> > audacity-src-1.3.3-beta compiles and runs fine.
>
> > Anybody knows what the fix is?
>
> > Have Googled for this and can't find any hints - found the same error
> > message in three postings, but without any solution.
> >http://www.google.co.uk/search?hl=en...tMP3.cpp%3A+In
> > +function+%27void+GetMP3ImportPlugin%28ImportPlugi nList*%2C
> > +UnusableImportPluginList*%29%27%3A&btnG=Google+Search&meta=
>
> > Cheers
>
> > Peter
>
> Probably, this is not on topic, but FWIW,
>
> I have these packages:
> wxGTK-2.6.4-i486-1_SBo
> libsndfile-1.0.17-i486-1_SBo
> audacity-1.3.3-i486-1_SBo,
>
> The above version was enough to experiment with recording vinyl.
>
> --
> Douglas Mayne
-
Re: Slackware 12.0 - audacity-src-1.3.4-beta compile errors
On Wed, 27 Feb 2008 16:42:57 -0800, jessbody wrote:
> If you want MP3 encoding capability, you will need to install LAME
> first.
>
Hi,
lame-3.97 already installed.
Cheers,
Peter
> On Feb 26, 12:12 pm, Douglas Mayne wrote:
>> On Tue, 26 Feb 2008 11:01:12 -0600, geep wrote:
>> > Hi,
>>
>> > Hope somebody here can help - no response from the audacity forum
>> > after 2 weeks.
>>
>> > Slackware 12.0 (Linux) with wxGTK-2.8.4. I get this error during
>> > make:
>> > import/ImportMP3.cpp: In function 'void GetMP3ImportPlugin
>> > (ImportPluginList*, UnusableImportPluginList*)':
>> > import/ImportMP3.cpp:52: error: 'DESC' was not declared in this scope
>> > import/ImportMP3.cpp:52: error: 'wxSIZEOF' was not declared in this
>> > scope make[1]: *** [import/ImportMP3.o] Error 1 make[1]: *** Waiting
>> > for unfinished jobs.... make[1]: Leaving directory
>> > `/home/dad/Desktop/audacity-src-1.3.4-beta/src' make: *** [audacity]
>> > Error 2
>>
>> > audacity-src-1.3.3-beta compiles and runs fine.
>>
>> > Anybody knows what the fix is?
>>
>> > Have Googled for this and can't find any hints - found the same error
>> > message in three postings, but without any solution.
>> >http://www.google.co.uk/search?hl=en...tMP3.cpp%3A+In
>> > +function+%27void+GetMP3ImportPlugin%28ImportPlugi nList*%2C
>> > +UnusableImportPluginList*%29%27%3A&btnG=Google+Search&meta=
>>
>> > Cheers
>>
>> > Peter
>>
>> Probably, this is not on topic, but FWIW,
>>
>> I have these packages:
>> wxGTK-2.6.4-i486-1_SBo
>> libsndfile-1.0.17-i486-1_SBo
>> audacity-1.3.3-i486-1_SBo,
>>
>> The above version was enough to experiment with recording vinyl.
>>
>> --
>> Douglas Mayne