Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3693] Re: winFLTK.c on Cygwin

Date2003-12-07 13:30
From"Michael Gogins"
Subject[CSOUND-DEV:3693] Re: winFLTK.c on Cygwin
I suggest a new API function csoundGetGraphCapability() that returns a
string denoting graphing system ("FLTK", "X", "PostScript", etc.) and this
function should be tied to the autotools build system.

============================================
Michael Gogins
gogins at pipeline period com
Irreducible Productions
CsoundVST, an extended version of Csound for programming music and sound
Available at http://sourceforge.net/projects/csound/
============================================


----- Original Message ----- 
From: "John D. Ramsdell" 
To: "Csound Developers Discussion List" 
Sent: Sunday, December 07, 2003 1:34 AM
Subject: [CSOUND-DEV:3691] winFLTK.c on Cygwin


> In my Cygwin installation, I notice that FLTK is installed, but X11 is
> not.  In int Graphable_(void) in csound/winFLTK.c, XOpenDisplay is
> called.  This causes a linking error.  What is the proper way to ask
> if FLTK is ready to graph?  Calling an X11 function is not going to
> work on Windows in general.
>
> John
>