Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3664] Re: widgets again

Date2003-12-05 14:58
From"gogins@pipeline.com"
Subject[CSOUND-DEV:3664] Re: widgets again
I build CsoundVST with FLTK without Cygwin. I use the Dev-C++ package for
FLTK, but I think it would also work with the regular Microsoft C++ build
of FLTK (linking directly to DLLs). 

So at least the Dev-C++ FLTK would work with -mno_cygwin in the Csound
build.

Original Message:
-----------------
From:  ramsdell@mitre.org (John D. Ramsdell)
Date: 05 Dec 2003 09:51:10 -0500
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:3662] Re: widgets again


Are you sure one can use FLTK shared libraries with the -mno-cygwin
option?  Don't we have to force it to link in static libraries?
Otherwise, the binary won't run without Cygwin, and then, what is the
point? 

John


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

Date2003-12-05 15:14
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3666] Re: widgets again
"gogins@pipeline.com"  writes:

> I build CsoundVST with FLTK without Cygwin. I use the Dev-C++ package for
> FLTK, but I think it would also work with the regular Microsoft C++ build
> of FLTK (linking directly to DLLs). 
> 
> So at least the Dev-C++ FLTK would work with -mno_cygwin in the Csound
> build.

So when you distribute, you include the FLTK DLL?

John

Date2003-12-05 16:27
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3671] Re: widgets again
When -mno_cygwin is supplied as an option, are you sure __CYGWIN__ is
defined?  If it is not, this might explain some of the problems.

John

Date2003-12-05 17:55
From"Bobby McNulty Junior"
Subject[CSOUND-DEV:3672] Re: widgets again
John, I changed it to _WIN32 this morning.
Should have been the the whole time, I guess.


-----Original Message-----
From: owner-csound-dev@eartha.mills.edu
[mailto:owner-csound-dev@eartha.mills.edu]On Behalf Of John D. Ramsdell
Sent: Friday, December 05, 2003 10:27 AM
To: Csound Developers Discussion List
Subject: [CSOUND-DEV:3671] Re: widgets again


When -mno_cygwin is supplied as an option, are you sure __CYGWIN__ is
defined?  If it is not, this might explain some of the problems.

John