Search found 22 matches

by xxjack12xx
Tue Apr 19, 2011 11:10 am
Forum: GNU/Linux and Unix-like
Topic: Audacity on BSD or OpenSolaris?
Replies: 11
Views: 3606

Re: Audacity on BSD or OpenSolaris?

I'm attempting to port Audacity 1.3.13 to FreeBSD. Running in to some compilation errors that should be resolved shortly.
by xxjack12xx
Tue Dec 02, 2008 4:26 am
Forum: Compiling Audacity
Topic: Problem compiling audacity 1.3.6 on FreeBSD 7.1 amd64
Replies: 2
Views: 2045

Re: Problem compiling audacity 1.3.6 on FreeBSD 7.1 amd64

I am using the version of portaudio that comes with the audacity source code. it's portaudio-v19 The portaudio I have on my computer is v18, however, it does not recognize it and it can't find the portaudio directory if I specify the portaudio version to be v18 in configure because there is no porta...
by xxjack12xx
Mon Dec 01, 2008 11:41 am
Forum: Compiling Audacity
Topic: Problem compiling audacity 1.3.6 on FreeBSD 7.1 amd64
Replies: 2
Views: 2045

Problem compiling audacity 1.3.6 on FreeBSD 7.1 amd64

I am trying to compile audacity 1.3.6 on FreeBSD 7.1 amd64 and I keep getting this configure error when it does the configure for portmixer. checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking wheth...
by xxjack12xx
Tue Aug 12, 2008 3:09 am
Forum: GNU/Linux and Unix-like
Topic: Problem with new audio samplerate
Replies: 3
Views: 1220

Problem with new audio samplerate

Running audacity 1.3.5 on FreeBSD 7.0 amd64 and everytime I hit record to record a new track, the samplerate is at 8000Hz when the default samplerate is supposed to be 44100. I even deleted the .audacity-data and hit record and it still starts new recordings at 8000Hz. I have to change the project r...
by xxjack12xx
Wed Apr 30, 2008 6:47 am
Forum: Compiling Audacity
Topic: Compilation error on FreeBSD 7.0 audacity 1.3.4
Replies: 1
Views: 1911

Compilation error on FreeBSD 7.0 audacity 1.3.4

I keep getting the following when trying to compile audacity 1.3.4 on FreeBSD 7.0 amd64. Any clues on how to fix this? c++ -c -O2 -fno-strict-aliasing -pipe -march=opteron -I../lib-src/portmixer/px_common -I../lib-src/portaudio/pa_common -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/local/inc...
by xxjack12xx
Sun Dec 30, 2007 3:53 am
Forum: Compiling Audacity
Topic: Portaudio question
Replies: 6
Views: 2693

Re: Portaudio question

I am using FreeBSD (happens on all versions/arch). jackcomp# ./configure checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suf...
by xxjack12xx
Sat Dec 29, 2007 4:52 pm
Forum: Compiling Audacity
Topic: Portaudio question
Replies: 6
Views: 2693

Re: Portaudio question

I just tried compiling that version and I still get this compile error: configure: WARNING: "Missing support in portaudio.h" configure: error: "Your version of portaudio does not include required functions" configure: error: ./configure failed for lib-src/portmixer ===> Script "configure" failed une...
by xxjack12xx
Sat Dec 29, 2007 2:52 pm
Forum: Compiling Audacity
Topic: Portaudio question
Replies: 6
Views: 2693

Re: Portaudio question

Is there a place to download a cvs snapshot? I'm trying to port audacity-devel on freebsd, but 1.3.4 will not compile due to a portaudio issue.
by xxjack12xx
Wed Dec 12, 2007 9:29 am
Forum: Compiling Audacity
Topic: Portaudio question
Replies: 6
Views: 2693

Portaudio question

I keep getting the configure error in 1.3.4: configure: WARNING: "Missing support in portaudio.h" configure: error: "Your version of portaudio does not include required functions" configure: error: ./configure failed for lib-src/portmixer ===> Script "configure" failed unexpectedly. Does audacity us...
by xxjack12xx
Wed Nov 21, 2007 3:40 am
Forum: Compiling Audacity
Topic: Portaudio issue in 1.3.4
Replies: 8
Views: 5286

Re: Portaudio issue in 1.3.4

I downloaded the tarball off of the website and tried to compile it and got the portaudio configure error.