Fehler beim Compilieren von Audacity 1.3.4

  • Hallo!


    Betriebssystem SuSE 10.0 64bit


    Configure: ./configure --with-portaudio=v19 --without-portmixer --without-jack --prefix=/home/pol/audacity-1.3.4/ --with-lib-preference=system,local
    (das --without-jack habe ich reingetan, weil make vorher beim jack-Teil einen Fehler gebracht hat. Ich habe kein jack installiert, so weit ich weiß)


    make läuft ziemlich lange, und dann das:
    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] Fehler 1


    Hat jemand eine Ahnung, was da los sein könnte?


    Viele Grüße
    Rüdiger

  • Hallo Markus,


    Danke, das wars. Jetzt geht es.
    Allerdings kommt beim Aufruf von ./audacity das in der Shell, mehrfach:
    Expression 'AlsaOpen( hostApi, parameters, streamDir, &pcm )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1066
    Ist das normal?


    Viele Grüße
    Rüdiger

  • Zitat von pol


    Expression 'AlsaOpen( hostApi, parameters, streamDir, &pcm )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1066
    Ist das normal?


    Das ist (wahrscheinlich) normal. Audacity versucht beim Starten alle verfügbaren Soundquellen einmal zu öffnen, um zu sehen, welche davon verfügbar sind und welche Eigenschaften (Anzahl Kanäle usw.) sie haben. Wenn das fehlschlägt, kommt diese Meldung.