You are not logged in.

#1 2006-09-01 13:01:01

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How compile Audacity 1.3.0b?

Then I run 'make', I now translate from russian, write: Not targets. Stop.               (make: *** Нет целей.  Останов.)


Goodbye!

Offline

#2 2006-09-02 13:05:07

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How compile Audacity 1.3.0b?

Please try:

pacman -S audacity

I think it will work.

Offline

#3 2006-09-02 16:33:19

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

[root@myhost al]# pacman -S audacity
:: audacity-1.2.4-1: is up to date.  Upgrade anyway? [Y/n]
I want install Audacity 1.3.0b.


Goodbye!

Offline

#4 2006-09-02 17:27:19

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How compile Audacity 1.3.0b?

Then try to find PKGBUILD for Audacity 1.2 and replace 1.2 with 1.3. Or try to find 1.3 in AUR (but AUR is down currently). Or just read how to compilie Audacity in the source code (there should be INSTALL or README file).

Offline

#5 2006-09-02 17:33:05

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

Thanks, but this error: "make: *** Нет целей. Останов." is not only for Audacity, then I try compile other programs also is same error.


Goodbye!

Offline

#6 2006-09-02 17:35:36

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How compile Audacity 1.3.0b?

Because you don't know how to compile programs - read documentation. Hint: you may need to use ./configure first.

Offline

#7 2006-09-02 18:16:25

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

Thanks.
There README.txt about instalation:
-------------------------------------------------------------

Compilation instructions:

First you must download wxWidgets from:

  http://www.wxWidgets.org/

If you install the RPM, make sure you install the devel RPM
as well, otherwise, you won't be able to compile Audacity
from source.

To compile on Linux, Mac OS X, and other Unix systems,
simply execute these commands:

  ./configure
  make
  make install  # as root

To see compile-time options you can set, you can type
"./configure --help".
 
If you want to do any development, you might want to generate
a configure cache and header dependencies:

  ./configure -C
  make dep

To compile on Windows using MSVC++, please follow the
instructions found in compile.txt in the "win" subdirectory.

For more information on compilation (CodeWarrior for Mac is
also supported) please email audacity-help@lists.sourceforge.net

-------------------------------------------------------------
There I try install:

[al@myhost audacity-src-1.3.0b-beta]$ ./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 suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /bin/install -c
configure: Determining what libraries are available in this tree and on the system
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for vorbis_bitrate_addblock in -lvorbisfile... yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
configure: Vorbis libraries are available as system libraries
checking for ./lib-src/libvorbis/include/vorbis/vorbisenc.h... no
checking for ./lib-src/libogg/include/ogg/ogg.h... no
configure: Vorbis libraries are NOT available in this source tree
checking for mad_decoder_init in -lmad... yes
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
configure: libmad libraries are available as system libraries
checking for ./lib-src/libmad/frame.h... no
configure: libmad libraries are NOT available in the local tree
checking for FLAC__file_decoder_new in -lFLAC... yes
checking FLAC/format.h usability... yes
checking FLAC/format.h presence... yes
checking for FLAC/format.h... yes
configure: FLAC libraries are available as system libraries
checking for ./lib-src/libflac/include/FLAC/format.h... no
checking for ./lib-src/libflac/include/FLAC++/decoder.h... no
configure: FLAC libraries are NOT available in this source tree
checking for pkg-config... /usr/bin/pkg-config
checking for sndfile >= 1.0.0... yes
checking SNDFILE_CFLAGS...
checking SNDFILE_LIBS... -lsndfile
configure: Libsndfile libraries are available as system libraries
checking for ./lib-src/libsndfile/src/sndfile.h.in... yes
configure: libsndfile libraries are available in this source tree
checking for id3_file_open in -lid3tag... yes
checking id3tag.h usability... yes
checking id3tag.h presence... yes
checking for id3tag.h... yes
configure: Libid3tag libraries are available as system libraries
checking for ./lib-src/libid3tag/frame.h... no
configure: libid3tag libraries are NOT available in the local tree
checking for samplerate >= 0.15.0... configure: Libsamplerate libraries are NOT available as system libraries
checking for ./lib-src/libsamplerate/src/samplerate.h... no
configure: libsamplerate libraries are NOT available in the local tree
checking for ./lib-src/libresample/include/libresample.h... yes
configure: libresample libraries are available in the local tree
checking for ./lib-src/soundtouch/include/SoundTouch.h... yes
configure: libsoundtouch libraries are available in the local tree
checking for ./lib-src/libnyquist/nyx/nyx.h... yes
configure: nyquist libraries are available in the local tree
configure: Figuring out what libraries to enable
configure: Using SYSTEM libraries for LIBVORBIS
configure: Using SYSTEM libraries for LIBMAD
configure: Using SYSTEM libraries for LIBFLAC
configure: Using SYSTEM libraries for LIBSNDFILE
configure: Using SYSTEM libraries for LIBID3TAG
configure: disabling LIBSAMPLERATE
configure: Using LOCAL libraries for LIBRESAMPLE
configure: Using LOCAL libraries for LIBSOUNDTOUCH
configure: Using LOCAL libraries for LIBNYQUIST
checking for zip... /usr/bin/zip
checking for wx-config... /usr/bin/wx-config
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for lrint... yes
checking for lrintf... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
sed: -e expression #1, char 296: unknown option to `s'
config.status: creating src/Makefile
sed: -e expression #1, char 300: unknown option to `s'
config.status: creating lib-src/Makefile
sed: -e expression #1, char 304: unknown option to `s'
config.status: creating lib-src/allegro/Makefile
sed: -e expression #1, char 312: unknown option to `s'
config.status: creating lib-src/expat/Makefile
sed: -e expression #1, char 310: unknown option to `s'
config.status: creating lib-src/libnyquist/Makefile
sed: -e expression #1, char 315: unknown option to `s'
config.status: creating lib-src/portaudio/pa_unix_oss/Makefile
sed: -e expression #1, char 326: unknown option to `s'
config.status: creating locale/Makefile
sed: -e expression #1, char 303: unknown option to `s'
config.status: creating tests/Makefile
sed: -e expression #1, char 302: unknown option to `s'
config.status: creating src/configunix.h

Finished configure:
LIBVORBIS: using SYSTEM libraries
LIBMAD: using SYSTEM libraries
LIBFLAC: using SYSTEM libraries
LIBSNDFILE: using SYSTEM libraries
LIBID3TAG: using SYSTEM libraries
LIBSAMPLERATE: disabled
LIBRESAMPLE: using LOCAL libraries
LIBSOUNDTOUCH: using LOCAL libraries
LIBNYQUIST: using LOCAL libraries
ladspa: enabled
audiounits: disabled
prefix=/usr/local

Note: portaudio v18 only supports OSS.  If your system supports
ALSA, you may want to reconfigure --with-portaudio=v19, though
portaudio v19 is newer and possibly less stable.

Run 'configure --help' for an explanation of these options,
otherwise run 'make' to build Audacity.
[al@myhost audacity-src-1.3.0b-beta]$ make
make: *** Нет целей.  Останов.

Goodbye!

Offline

#8 2006-09-02 23:06:16

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: How compile Audacity 1.3.0b?

Try this PKGBUILD from the AUR for audacity-cvs. It should be the most recent version:

# Contributor: nightfrost <khashayar_naderehvandi>
pkgname=audacity-cvs
pkgver=20060512
pkgrel=1
pkgdesc="Audacity is a program that lets you manipulate digital audio waveforms, CVS version"
url="http://audacity.sourceforge.net/"
license=""
depends=('libid3tag' 'libmad' 'libvorbis' 'wxgtk>=2.6')
makedepends=('cvs' 'pkgconfig' 'zip')
conflicts=(audacity)
provides=(audacity)
source=()
md5sums=()

_cvsroot=":pserver:anonymous:@audacity.cvs.sourceforge.net:/cvsroot/audacity"
_cvsmod="audacity"

build() {
  cd $startdir/src/

  msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
  cvs -d$_cvsroot checkout $_cvsmod
  cd $_cvsmod

  msg "CVS checkout done or server timeout"
  msg "Starting make..."

  cp -r ../$_cvsmod ../$_cvsmod-build
  cd ../$_cvsmod-build
  
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

  install -d $startdir/pkg/usr/share/pixmaps
  install -m644 images/AudacityLogo48x48.xpm $startdir/pkg/usr/share/pixmaps/audacity.xpm 

  find $startdir/pkg -name '*.la' -exec rm {} ;
  rm -r $startdir/src/$_cvsmod-build
}

Offline

#9 2006-09-03 10:01:26

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

I not undersood how use PKGBUILD?


Goodbye!

Offline

#10 2006-09-03 10:56:35

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: How compile Audacity 1.3.0b?

Please, read documentation... At least wiki.archlinux.org.

Offline

#11 2006-09-03 11:24:00

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

I not good understood English.


Goodbye!

Offline

#12 2006-09-03 13:08:41

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: How compile Audacity 1.3.0b?

1) make a directory and save the pkgbuild there in a file named "PKGBUILD"
2) in a terminal, "cd" into the directory and become root ("su")
3) run "makepkg -si" to compile and install package

Offline

#13 2006-09-03 13:43:22

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

There last lines of 'makepkg -si':

sed: -e expression #1, char 296: unknown option to `s'
config.status: creating source/Makefile
sed: -e expression #1, char 303: unknown option to `s'
config.status: creating source/SoundTouch/Makefile
sed: -e expression #1, char 314: unknown option to `s'
config.status: creating source/example/Makefile
sed: -e expression #1, char 311: unknown option to `s'
config.status: creating source/example/SoundStretch/Makefile
sed: -e expression #1, char 324: unknown option to `s'
config.status: creating source/example/bpm/Makefile
sed: -e expression #1, char 315: unknown option to `s'
config.status: creating include/Makefile
sed: -e expression #1, char 304: unknown option to `s'
config.status: creating config/config.h
config.status: executing depfiles commands

Finished configure:
LIBVORBIS: using SYSTEM libraries
LIBMAD: using SYSTEM libraries
LIBSNDFILE: using SYSTEM libraries
LIBFLAC: using SYSTEM libraries
LIBID3TAG: using SYSTEM libraries
LIBSAMPLERATE: disabled
LIBRESAMPLE: using LOCAL libraries
LIBSOUNDTOUCH: using LOCAL libraries
LIBNYQUIST: using LOCAL libraries
RTAudio: disabled
ladspa: enabled
audiounits: disabled
prefix=/usr

Note: portaudio v18 only supports OSS.  If your system supports
ALSA, you may want to reconfigure --with-portaudio=v19, though
portaudio v19 is newer and possibly less stable.

Run 'configure --help' for an explanation of these options,
otherwise run 'make' to build Audacity.
make: *** No targets.  Stop.
==> ERROR: Build Failed.  Aborting...

Goodbye!

Offline

#14 2006-09-03 17:27:26

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: How compile Audacity 1.3.0b?

Make sure your locale is setup correctly in /etc/locale.conf and then run locale-gen. Not sure if this will fix anything but it's worth a try.

Offline

#15 2006-09-04 14:53:52

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How compile Audacity 1.3.0b?

Looks, that I install Audacity 1.3.1-beta,
Thanks.


Goodbye!

Offline

Board footer

Powered by FluxBB