View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000373 | ardour | bugs | public | 2004-04-09 20:56 | 2008-11-20 23:36 |
| Reporter | thewade | Assigned To | paul | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000373: Compile Error: AAFilter.cc: void value not ignored as it ought to be | ||||
| Description | During compile, build halts on error: void value not ignored as it ought to be in libs/soundtouch/AAFilter.cc | ||||
| Additional Information | make[4]: Entering directory `/home/wade/ardour-0.9beta11.2/libs/soundtouch' if g++ -DHAVE_CONFIG_H -I. -I. -I. -g -D_REENTRANT -Wall -I/home/wade/ardour-0.9beta11.2/libs/sigc++ -I/home/wade/ardour-0.9beta11.2/libs/sigc++/sigc++/config -I/home/wade/ardour-0.9beta11.2/libs/pbd -I/home/wade/ardour-0.9beta11.2/libs/midi++ -I/home/wade/ardour-0.9beta11.2/libs/ardour -I/home/wade/ardour-0.9beta11.2/libs/soundtouch -MT AAFilter.o -MD -MP -MF ".deps/AAFilter.Tpo" \ -c -o AAFilter.o `test -f 'AAFilter.cc' || echo './'`AAFilter.cc; \ then mv -f ".deps/AAFilter.Tpo" ".deps/AAFilter.Po"; \ else rm -f ".deps/AAFilter.Tpo"; exit 1; \ fi AAFilter.cc: In member function `virtual void AAFilter::calculateCoeffs()': AAFilter.cc:89: error: void value not ignored as it ought to be AAFilter.cc:90: error: void value not ignored as it ought to be AAFilter.cc:91: error: void value not ignored as it ought to be AAFilter.cc:92: error: void value not ignored as it ought to be AAFilter.cc:120: error: void value not ignored as it ought to be AAFilter.cc:123: error: void value not ignored as it ought to be AAFilter.cc:124: error: void value not ignored as it ought to be AAFilter.cc:125: error: void value not ignored as it ought to be AAFilter.cc:136: error: void value not ignored as it ought to be make[4]: *** [AAFilter.o] Error 1 | ||||
| Tags | No tags attached. | ||||
|
2004-04-09 20:56
|
config.log (4,763 bytes)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = transport.aproximation.org
uname -m = i686
uname -r = 2.6.4
uname -s = Linux
uname -v = #12 Fri Apr 9 10:37:54 MDT 2004
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/qt/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/wade/bin
PATH: /sbin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1242: checking for a BSD-compatible install
configure:1296: result: /usr/bin/install -c
configure:1307: checking whether build environment is sane
configure:1350: result: yes
configure:1383: checking for gawk
configure:1399: found /bin/gawk
configure:1409: result: gawk
configure:1419: checking whether make sets $(MAKE)
configure:1439: result: yes
configure:1831: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on transport.aproximation.org
config.status:617: creating Makefile
configure:2644: configuring in libs
configure:2728: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
configure:2644: configuring in gtk_ardour
configure:2728: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
configure:2644: configuring in ksi_ardour
configure:2728: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/wade/ardour-0.9beta11.2/missing --run aclocal-1.7'
ACLOCAL_AMFLAGS='-I /home/wade/ardour-0.9beta11.2/aclocal '
ACLOCAL_FLAGS='-I /home/wade/ardour-0.9beta11.2/aclocal'
AMTAR='${SHELL} /home/wade/ardour-0.9beta11.2/missing --run tar'
AUTOCONF='${SHELL} /home/wade/ardour-0.9beta11.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/wade/ardour-0.9beta11.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/wade/ardour-0.9beta11.2/missing --run automake-1.7'
AWK='gawk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ardour\" -DVERSION=\"0.9beta11.2\" '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LIBOBJS=''
LIBS=' /home/wade/ardour-0.9beta11.2/libs/soundtouch/libsoundtouch.a /home/wade/ardour-0.9beta11.2/libs/midi++/libmidipp.a /home/wade/ardour-0.9beta11.2/libs/pbd/libpbd.a /home/wade/ardour-0.9beta11.2/libs/sigc++/sigc++/libsigc.a'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wade/ardour-0.9beta11.2/missing --run makeinfo'
PACKAGE='ardour'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.9beta11.2'
ac_ct_STRIP=''
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/wade/ardour-0.9beta11.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libs gtk_ardour ksi_ardour'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "ardour"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "0.9beta11.2"
configure: exit 0
|
|
|
what version of gcc is this? |
|
|
I had this same problem with audacity. They said that my gcc (3.3.3-3) doesnt treat (void) the same way as gcc2. They sent me this patch, and it worked: --- audacity-1.2.0.orig/lib-src/soundtouch/src/STTypes.h +++ audacity-1.2.0/lib-src/soundtouch/src/STTypes.h @@ -49,6 +49,6 @@ virtual const char *what() const throw() { return "soundtouch library st_assertion failure"; } }; -#define st_assert(expr) ((expr) ? (void) 0 : throw soundtouch_exception()) +#define st_assert(expr) ((expr) ? 0 : throw soundtouch_exception()) #endif |
|
|
It worked for both apps I mean... I have another problem with audacity building, but I dont have this problem anymore. Now I cant get ardour to recognize jack. I run: jackd -d alsa -d hdsp -r 48000 -p 256 That works fine. Then I run ardour and it cant connect to jack. It throuws up its jack error window. |
|
|
fixed in CVS by applying patch supplied by the reporter. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-04-09 20:56 | thewade | New Issue | |
| 2004-04-09 20:56 | thewade | File Added: config.log | |
| 2004-04-09 20:56 | thewade | => pdman@aproximation.org | |
| 2004-04-09 20:56 | thewade | Name | => thewade |
| 2004-04-10 03:39 | paul | Note Added: 0000603 | |
| 2004-04-10 03:39 | paul | Status | new => feedback |
| 2004-04-10 15:21 | thewade | Note Added: 0000605 | |
| 2004-04-10 15:29 | thewade | Note Added: 0000606 | |
| 2004-04-12 11:37 | paul | Status | feedback => resolved |
| 2004-04-12 11:37 | paul | Resolution | open => fixed |
| 2004-04-12 11:37 | paul | Assigned To | => paul |
| 2004-04-12 11:37 | paul | Note Added: 0000607 | |
| 2008-11-20 23:36 | seablade | Status | resolved => closed |