On 02/03/2009 05:09 PM, ggoode.sa wrote: > Hi Guys, > > I'm trying to build the most recent CVS on windows using Andreas' > How-To, and have recieved the following error in the linuxsampler > build (libgig built fine): > > g++ -DHAVE_CONFIG_H -I. -I../../.. -Wreturn-type -ffast-math > -march=i686 -g -O2 -msse -MT MidiInstrumentMapper.lo -MD -MP -MF > .deps/MidiInstrumentMapper.Tpo -c MidiInstrumentMapper.cpp > -DDLL_EXPORT -DPIC -o .libs/MidiInstrumentMapper.o > MidiInstrumentMapper.cpp:28:18: RIFF.h: No such file or directory > MidiInstrumentMapper.cpp: In static member function `static void > LinuxSampler::MidiInstrumentMapper::AddOrReplaceEntry(int, > LinuxSampler::midi_prog_index_t, > LinuxSampler::MidiInstrumentMapper::entry_t, bool)': > MidiInstrumentMapper.cpp:155: error: `RIFF' has not been declared > MidiInstrumentMapper.cpp:155: error: no matching function for call to > `LinuxSampler::Exception::Exception(<unknown type>)' > MidiInstrumentMapper.cpp:134: note: candidates are: > LinuxSampler::Exception::Exception(const LinuxSampler::Exception&) > ../../common/Exception.h:44: note: > LinuxSampler::Exception::Exception(const String&) > make[4]: *** [MidiInstrumentMapper.lo] Error 1 > make[4]: Leaving directory `/home/User/linuxsampler/src/drivers/midi' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/User/linuxsampler/src/drivers' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/User/linuxsampler/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/User/linuxsampler' > make: *** [all] Error 2 >
I guess you already solved this, as you write on the forum that you have linuxsampler on windows working well. Anyway, the error message says that it can't find a file that belongs to the libgig installation, which is strange, because configure should have failed if the libgig install was faulty. Did you use the --prefix option for configure for libgig? I tried that, with a non standard prefix, and then I also got several errors in the LS build (many Makefiles are missing GIG_CFLAGS). /Andreas ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel