Used in void close_all_files(CSOUND *csound) .... if (csound->file_io_start) { pthread_join(csound->file_io_thread, NULL); ..... Quoting Edward Costello : > Ok so it configured fine with that option, but now when I make it I > get this error: > /Volumes/Data/Dropbox/Programming/csound/Engine/envvar.c:1298:9: > error: implicit declaration of function > 'pthread_join' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > pthread_join(csound->file_io_thread, NULL); > ^ > /Volumes/Data/Dropbox/Programming/csound/Engine/envvar.c:1351:7: > error: implicit declaration of function > 'pthread_create' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > pthread_create(&csound->file_io_thread,NULL, file_iothread, > (void *) csound); > > >> On 28 Sep 2014, at 16:28, Steven Yi wrote: >> >> -DBUILD_CXX_INTERFACE=0 to the build.sh. ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net