I suspect this will be due to the name of the include file which supplies DENEMO_SAMPLE_TYPE clashing with another file of the same name - the filename is audio.h which is now in denemo/src/audio/audio.h
perhaps Eloi's refactoring has resulted the include search path finding some other audio.h first... Richard On Thu, 2014-03-27 at 15:31 -0500, Jeremiah Benham wrote: > I just tried to compile a snapshot of git for a darwin-x86 target. I > am getting these errors: > > /home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/audio/pitchrecog.c: > In function 'pitchrecog': > /home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/audio/pitchrecog.c:585: > error: 'DENEMO_SAMPLE_TYPE' undeclared (first use in this function) > /home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/audio/pitchrecog.c:585: > error: (Each undeclared identifier is reported only once > /home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/audio/pitchrecog.c:585: > error: for each function it appears in.) > /home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/audio/pitchrecog.c:585: > error: 'in' undeclared (first use in this function) > /home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-master/src/audio/pitchrecog.c:585: > error: expected expression before ')' token > > > Jeremiah > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
