Hi, I am having a problem when I try to "make" a software package called "Wired". It is a music editing/sequencing software.
I am using Gentoo with 2.6 kernel. software versions are as follows: wired-0.11 wxGTK-2.5.3 soundtouch_v1.3.0 pa_snapshot_v19 libsndfile-1.0.14 Here are my error details when I ran "make": Making all in loop_sampler make[3]: Entering directory `/home/rbragg/software/linux/wired/src/plugins/loop_sampler' if /bin/sh ../../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I/usr/local/lib/wx/include/gtk2-ansi-release-2.5 -I/usr/local/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I../../gui -I../../plugins -I../../fileloader -I/opt/gnome/include -I../../audio -I../../redist -I../../engine -I../../mixer -I../../midi -I../../midi/portmidi/pm_common -I../../midi/portmidi/porttime -I../../asm -I../../editmidi -I../../undo -I../../libs/WiredWidgets/src -g3 -O3 -ggdb -MT LoopSampler.lo -MD -MP -MF ".deps/LoopSampler.Tpo" -c -o LoopSampler.lo LoopSampler.cpp; \ then mv -f ".deps/LoopSampler.Tpo" ".deps/LoopSampler.Plo"; else rm -f ".deps/LoopSampler.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I/usr/local/lib/wx/include/gtk2-ansi-release-2.5 -I/usr/local/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I../../gui -I../../plugins -I../../fileloader -I/opt/gnome/include -I../../audio -I../../redist -I../../engine -I../../mixer -I../../midi -I../../midi/portmidi/pm_common -I../../midi/portmidi/porttime -I../../asm -I../../editmidi -I../../undo -I../../libs/WiredWidgets/src -g3 -O3 -ggdb -MT LoopSampler.lo -MD -MP -MF .deps/LoopSampler.Tpo -c LoopSampler.cpp -fPIC -DPIC -o .libs/LoopSampler.o In file included from LoopSamplerView.h:11, from LoopSampler.h:11, from LoopSampler.cpp:4: Slice.h:4: error: namespace `soundtouch' undeclared In file included from LoopSamplerView.h:11, from LoopSampler.h:11, from LoopSampler.cpp:4: Slice.h:31: error: syntax error before `*' token Slice.h:32: error: syntax error before `*' token LoopSampler.cpp: In member function `virtual void LoopSampler::SetSamplingRate(double)': LoopSampler.cpp:348: error: 'class Slice' has no member named 'LeftTouch' LoopSampler.cpp:349: error: 'class Slice' has no member named 'RightTouch' LoopSampler.cpp: In member function `virtual void LoopSampler::Process(float**, float**, long int)': LoopSampler.cpp:425: error: 'class Slice' has no member named 'LeftTouch' LoopSampler.cpp:428: error: 'class Slice' has no member named 'RightTouch' LoopSampler.cpp:439: error: 'class Slice' has no member named 'LeftTouch' LoopSampler.cpp:440: error: 'class Slice' has no member named 'RightTouch' LoopSampler.cpp:448: error: 'class Slice' has no member named 'LeftTouch' LoopSampler.cpp:449: error: 'class Slice' has no member named 'RightTouch' make[3]: *** [LoopSampler.lo] Error 1 make[3]: Leaving directory `/home/rbragg/software/linux/wired/src/plugins/loop_sampler' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/rbragg/software/linux/wired/src/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rbragg/software/linux/wired/src' make: *** [all-recursive] Error 1 Anybody know how I can fix this to install wired? Thanks Rick -- [email protected] mailing list
