Search found 4 matches
- Mon Dec 11, 2017 9:23 am
- Forum: GNU/Linux
- Topic: Compiling audacity-minsrc-2.2.1 in CentOS 7
- Replies: 5
- Views: 1146
Re: Compiling audacity-minsrc-2.2.1 in CentOS 7
Hi, I enabled FLAC on CentOS Checking FLAC $ sudo yum list installed | grep flac flac-libs.x86_64 1.3.0-5.el7_1 @anaconda $ It is a old version!!! Compiling with --with-libflac The error raise!!! /usr/bin/ld: export/audacity-ExportFLAC.o: undefined reference to symbol 'FLAC__metadata_object_vorbisco...
- Sun Dec 10, 2017 3:15 am
- Forum: GNU/Linux
- Topic: Compiling audacity-minsrc-2.2.1 in CentOS 7
- Replies: 5
- Views: 1146
Re: Compiling audacity-minsrc-2.2.1 in CentOS 7
Here my result Disabling FLAC $ ./configure --prefix=/usr/local/Custom/audacity --with-ffmpeg --with-lame --with-libid3tag --with-libmad --with-sbsms --with-libsndfile --with-soundtouch --with-libsoxr --with-libtwolame --with-libvorbis --with-lv2 --with-midi --with-portmidi --with-widgetextra --with...
- Sat Dec 09, 2017 9:06 pm
- Forum: GNU/Linux
- Topic: Compiling audacity-minsrc-2.2.1 in CentOS 7
- Replies: 5
- Views: 1146
Re: Compiling audacity-minsrc-2.2.1 in CentOS 7
I can't edit the Question. Previosly I did: Installing wxWidgets $ tar xvf wxWidgets-3.0.3.tar.bz2 -C /usr/local/Sources/ $ cd /usr/local/Sources/wxWidgets-3.0.3 $ ./configure --prefix=/usr/local/Custom/wxwidgets --enable-unicode --enable-debug --disable-shared $ time make $ sudo make install Instal...
- Sat Dec 09, 2017 7:15 pm
- Forum: GNU/Linux
- Topic: Compiling audacity-minsrc-2.2.1 in CentOS 7
- Replies: 5
- Views: 1146
Compiling audacity-minsrc-2.2.1 in CentOS 7
Hi I have $ gcc --version gcc (GCC) 7.2.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ make --version GNU Make 4.2.1 Built for x86_64-pc-linux-...