Giter Club home page Giter Club logo

aquila's People

Watchers

 avatar

aquila's Issues

issue with utils.h

What steps will reproduce the problem?
1. when giving make command it will show 
[pjain@localhost85 aquila]$ make
cd src && make -f Makefile
make[1]: Entering directory `/home/pjain/sound/aquila/src'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/pjain/sound/aquila/src'
cd examples && make -f Makefile
make[1]: Entering directory `/home/pjain/sound/aquila/examples'
cd benchmark && make -f Makefile
make[2]: Entering directory `/home/pjain/sound/aquila/examples/benchmark'
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic 
-fasynchronous-unwind-tables  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include/aquila 
-I/usr/lib/qt-3.3/include -o Benchmark.o Benchmark.cpp

. ../utils.h: In function âstd::string getFile(const std::string&)â:
../utils.h:18: error: âclass boost::filesystem3::pathâ has no member named 
âfile_stringâ
make[2]: *** [Benchmark.o] Error 1
make[2]: Leaving directory `/home/pjain/sound/aquila/examples/benchmark'
make[1]: *** [sub-benchmark] Error 2
make[1]: Leaving directory `/home/pjain/sound/aquila/examples'
make: *** [sub-examples] Error 2


What is the expected output? What do you see instead?
not getting any output


What version of the product are you using? On what operating system?
redhat version 5.5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jun 2012 at 12:32

Error when I try to 'make'

What steps will reproduce the problem?
1. make
2.
3.

What is the expected output? What do you see instead?
Here's my error...

[root@localhost aquila]# make
[  3%] Built target Ooura_fft
[  7%] Building CXX object 
CMakeFiles/Aquila.dir/aquila/source/SignalSource.cpp.o
/home/gavincangan/aquila/aquila/source/SignalSource.cpp: In member function 
‘Aquila::SignalSource& 
Aquila::SignalSource::operator+=(Aquila::SampleType)’:
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:36:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:37:13: error: ‘end’ 
is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:38:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp: In member function 
‘Aquila::SignalSource& Aquila::SignalSource::operator+=(const 
Aquila::SignalSource&)’:
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:53:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:54:13: error: ‘end’ 
is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:55:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:56:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp: In member function 
‘Aquila::SignalSource& 
Aquila::SignalSource::operator*=(Aquila::SampleType)’:
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:71:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:72:13: error: ‘end’ 
is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:73:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp: In member function 
‘Aquila::SignalSource& Aquila::SignalSource::operator*=(const 
Aquila::SignalSource&)’:
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:88:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:89:13: error: ‘end’ 
is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:90:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:91:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp: In function ‘double 
Aquila::mean(const Aquila::SignalSource&)’:
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:189:38: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:189:62: error: 
‘end’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp: In function ‘double 
Aquila::energy(const Aquila::SignalSource&)’:
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:202:13: error: 
‘begin’ is not a member of ‘std’
/home/gavincangan/aquila/aquila/source/SignalSource.cpp:203:13: error: 
‘end’ is not a member of ‘std’
make[2]: *** [CMakeFiles/Aquila.dir/aquila/source/SignalSource.cpp.o] Error 1
make[1]: *** [CMakeFiles/Aquila.dir/all] Error 2
make: *** [all] Error 2


What version of the product are you using? On what operating system?
Aquila 3.0 on Fedora 14

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Mar 2013 at 6:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.