Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4194] RE: Configuration yet again

Date2004-02-28 18:06
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4194] RE: Configuration yet again
I am still trying to figure out how to do this right.

Some things in the build system are automatically detected by tests, other
things are configured manually by users, but they have defaults, including
RTAUDIO.

I propose that libsndfile, FLTK, and PortAudio be defaults. If tests can't
detect them, the default changes to native sound or audio, and native
windowing.  But I haven't figured out how to do that yet.

Does that sound like a good idea to you?


Original Message:
-----------------
From:  jpff@codemist.co.uk
Date: Sat, 28 Feb 2004 17:57:28 +0000
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4193] Configuration yet again


On the Debian machine it says
CONFIGURATION SUMMARY
=====================

Host is i586-pc-linux-gnu
Platform is Linux (LINUX is defined).
Graphing of function tables is enabled (WINDOWS is defined).
FLTK is available (USE_FLTK is defined).
FLTK widgets are enabled (USE_FLTK_WIDGETS is defined).
Tcl/Tk GUI is enabled (USE_TCLTK is defined).
Real-time audio is available (USE_RTAUDIO is defined).
Audio Formats suported are...  WAV  AIFF  IRCAM

This is confusing as there is no sound card on this machine, so I did
not expect it to build USE_RTAUDIO.  Does this have to be set explicitely?
==John ffitch


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

Date2004-02-28 18:14
FromJohn ffitch
Subject[CSOUND-DEV:4195] RE: Configuration yet again
That sound correct.  Which portaudio shoudl I install -- v18 and v19?  
Even if there is no soundcard on this machine I could build and/or use 
another machine.
==John

Still working in libsndfile -- currently attempting to fix in/ins/inq

Date2004-02-28 18:16
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:4196] RE: Configuration yet again
I made minor changes to configure.ac and renamed configure.in to
configure-orig.in.  I removed AC_PROG_RANLIB and changed the CXXFLAGS
to include -I$srcdir/H.  This way, one can build Csound5 with:

$ mkdir build
$ cd build
$ ../configure
$ make

and, of course, clean by simply:

$ cd ..
$ rm -rf build

I have a new version of Makefile.am that can be used by older versions
of automake, but I want to get Michael's okay before I commit it.

John