My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 12, 2009
    issue 5 (Contact information are outdated) reported by arthur.petry   -   Since musicip.com move to www.amplifiedmusicservices.com, the forum, the contact address or the more info link on the project home are dead.
    Since musicip.com move to www.amplifiedmusicservices.com, the forum, the contact address or the more info link on the project home are dead.

Earlier this year

  • Nov 03, 2009
    issue 1 (Build fails on OS/X 10.4) commented on by lucas.gonze   -   Build failure on OS X 10.5.8 is Undefined symbols: "_create_fftsetupD", referenced from: FFTLib_op::Initialize(int, bool)in fftlibvdsp_op.o "_destroy_fftsetupD", referenced from: FFTLib_op::Initialize(int, bool)in fftlibvdsp_op.o "_fft_zripD", referenced from: FFTLib_op::ComputeFrame(int, double*, double*)in fftlibvdsp_op.o "_ctozD", referenced from: FFTLib_op::ComputeFrame(int, double*, double*)in fftlibvdsp_op.o ld: symbol(s) not found
    Build failure on OS X 10.5.8 is Undefined symbols: "_create_fftsetupD", referenced from: FFTLib_op::Initialize(int, bool)in fftlibvdsp_op.o "_destroy_fftsetupD", referenced from: FFTLib_op::Initialize(int, bool)in fftlibvdsp_op.o "_fft_zripD", referenced from: FFTLib_op::ComputeFrame(int, double*, double*)in fftlibvdsp_op.o "_ctozD", referenced from: FFTLib_op::ComputeFrame(int, double*, double*)in fftlibvdsp_op.o ld: symbol(s) not found
  • Nov 03, 2009
    issue 4 (Patches to fix build problems with gcc-4*) commented on by lucas.gonze   -   Perhaps a better solution is to fix the actual code rather than require a patch.
    Perhaps a better solution is to fix the actual code rather than require a patch.
  • Nov 03, 2009
    issue 1 (Build fails on OS/X 10.4) commented on by lucas.gonze   -   Build fails on 10.5.8 as well. And this bug has been around for nearly two years already. Which is a pretty good sign that this project is abandoned.
    Build fails on 10.5.8 as well. And this bug has been around for nearly two years already. Which is a pretty good sign that this project is abandoned.
  • Feb 28, 2009
    issue 4 (Patches to fix build problems with gcc-4*) reported by polatel   -   Attached are two patches from Gentoo that fix build problems with gcc-4*
    Attached are two patches from Gentoo that fix build problems with gcc-4*
  • Jan 24, 2009
    issue 3 (Ubuntu build fails) reported by quamis   -   Reproduce the problem: 1. download source archive (libofa-0.9.3) :) 2. ./configure 3. make I get a build error like this: make[3]: Entering directory `/libofa-0.9.3/lib' if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -g -MT mainprint.lo -MD -MP -MF ".deps/mainprint.Tpo" -c -o mainprint.lo mainprint.cpp; \ then mv -f ".deps/mainprint.Tpo" ".deps/mainprint.Plo"; else rm -f ".deps/mainprint.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -g -MT mainprint.lo -MD -MP -MF .deps/mainprint.Tpo -c mainprint.cpp -fPIC -DPIC -o .libs/mainprint.o JAMA/tnt_math_utils.h: In function 'Real TNT::hypot(const Real&, const Real&) [with Real = float]': JAMA/jama_svd.h:73: instantiated from 'JAMA::SVD<Real>::SVD(const TNT::Array2D<T>&) [with Real = float]' mainprint.cpp:151: instantiated from here JAMA/tnt_math_utils.h:34: error: call of overloaded 'abs(const float&)' is ambiguous /usr/include/stdlib.h:691: note: candidates are: int abs(int) /usr/include/c++/4.2/cstdlib:174: note: long long int __gnu_cxx::abs(long long int) /usr/include/c++/4.2/cstdlib:143: note: long int std::abs(long int) make[3]: *** [mainprint.lo] Error 1 make[3]: Leaving directory `/libofa-0.9.3/lib' make[2]: *** [all-recursive] Error 1 What version of the product are you using? On what operating system? gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) on Ubuntu 8.10 Please provide any additional information below. The fix: add a "using __gnu_cxx::abs;" in JAMA/tnt_math_utils.h @ line 33; After this the build works fine
    Reproduce the problem: 1. download source archive (libofa-0.9.3) :) 2. ./configure 3. make I get a build error like this: make[3]: Entering directory `/libofa-0.9.3/lib' if /bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -g -MT mainprint.lo -MD -MP -MF ".deps/mainprint.Tpo" -c -o mainprint.lo mainprint.cpp; \ then mv -f ".deps/mainprint.Tpo" ".deps/mainprint.Plo"; else rm -f ".deps/mainprint.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -Wall -g -MT mainprint.lo -MD -MP -MF .deps/mainprint.Tpo -c mainprint.cpp -fPIC -DPIC -o .libs/mainprint.o JAMA/tnt_math_utils.h: In function 'Real TNT::hypot(const Real&, const Real&) [with Real = float]': JAMA/jama_svd.h:73: instantiated from 'JAMA::SVD<Real>::SVD(const TNT::Array2D<T>&) [with Real = float]' mainprint.cpp:151: instantiated from here JAMA/tnt_math_utils.h:34: error: call of overloaded 'abs(const float&)' is ambiguous /usr/include/stdlib.h:691: note: candidates are: int abs(int) /usr/include/c++/4.2/cstdlib:174: note: long long int __gnu_cxx::abs(long long int) /usr/include/c++/4.2/cstdlib:143: note: long int std::abs(long int) make[3]: *** [mainprint.lo] Error 1 make[3]: Leaving directory `/libofa-0.9.3/lib' make[2]: *** [all-recursive] Error 1 What version of the product are you using? On what operating system? gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) on Ubuntu 8.10 Please provide any additional information below. The fix: add a "using __gnu_cxx::abs;" in JAMA/tnt_math_utils.h @ line 33; After this the build works fine
 
Hosted by Google Code