Hello,
I'm trying to build on Snow Leopard OS X, seeing an error involving double 
quotes in link command:

scons: Configure: yes

scons: Configure: Checking that jack sample program compiles...
.sconf_temp/conftest_33.c <-
  |#include <jack/jack.h>
  |#include <stdlib.h>
  |jack_client_t *client;
  |int main()
  |{
  |     client = jack_client_new ("foo");
  |     if ( client != NULL )
  |             jack_client_close (client);
  |     return 0;
  |}
  |
gcc -o .sconf_temp/conftest_33.o -c -g -Wall "-framework CoreAudio -framework 
CoreServices -framework AudioUnit" -DCLAM_FLOAT -D_DEBUG -DUSE_SNDFILE=1 
-DUSE_OGGVORBIS=1 -DWITH_VORBIS=1 -DUSE_MAD=1 -DWITH_MAD=1 -DUSE_ID3=1 
-I/usr/local/include -I/opt/local/include .sconf_temp/conftest_33.c
cc1: error: unrecognized command line option "-framework CoreAudio -framework 
CoreServices -framework AudioUnit"
scons: Configure: no


Where should I apply a fix or workaround?

Thanks,
Dave Oshinsky
_______________________________________________
clam-devel mailing list
clam-devel@lists.clam-project.org
http://lists.clam-project.org/listinfo.cgi/clam-devel-clam-project.org

Reply via email to