[Cs-dev] fltk on Windows....
Date | 2014-10-29 12:18 |
From | Rory Walsh |
Subject | [Cs-dev] fltk on Windows.... |
I'm having a go at a full Windows build at the moment, but once again have come up a cropper with fltk. It builds fine for me, but I can't get cmake to see it. Can anyone confirm what values I should have for these entries to CMake: FLTK_INCLUDE_DIR= ..........this is the FL directory contained in the main fltk dir? FLTK_DIR=.........the main fltk directory? FLTK_BASE_LIBRARY=.......lib/libfltk.a? FLTK_CONFIG_SCRIPT= no idea what or where this is? I have the above set apart from the fltk_config_script but cmake still tells me that FLTK is disabled because FLTK_FOUND=false. Any ideas? ------------------------------------------------------------------------------ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-10-29 12:34 |
From | Michael Gogins |
Subject | Re: [Cs-dev] fltk on Windows.... |
Attachments | None None |
Did you read my "how to build on Windows" document? Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Oct 29, 2014 at 8:18 AM, Rory Walsh <rorywalsh@ear.ie> wrote: I'm having a go at a full Windows build at the moment, but once again |
Date | 2014-10-29 12:41 |
From | Rory Walsh |
Subject | Re: [Cs-dev] fltk on Windows.... |
Yup. I don't see anything in there relating to how to set up cmake so that it sees fltk? On 29 October 2014 12:34, Michael Gogins |
Date | 2014-10-29 13:54 |
From | Michael Gogins |
Subject | Re: [Cs-dev] fltk on Windows.... |
Attachments | None None |
OK, sorry about that. I just kept looking at the CMake error messages and filling in missing variables. If you like, when I get home this evening I will send you my CMake cache. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Oct 29, 2014 at 8:41 AM, Rory Walsh <rorywalsh@ear.ie> wrote: Yup. I don't see anything in there relating to how to set up cmake so |
Date | 2014-10-29 13:58 |
From | Rory Walsh |
Subject | Re: [Cs-dev] fltk on Windows.... |
Thanks Mike, that would help. I'm just curious as to why FLTK_FOUND keeps returning false. On 29 October 2014 13:54, Michael Gogins |
Date | 2014-10-29 14:10 |
From | Michael Gogins |
Subject | Re: [Cs-dev] fltk on Windows.... |
Attachments | None None |
It returns false because FLTK is not found. We just tell CMake where it is. Not the same thing. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Oct 29, 2014 at 9:58 AM, Rory Walsh <rorywalsh@ear.ie> wrote: Thanks Mike, that would help. I'm just curious as to why FLTK_FOUND |
Date | 2014-10-29 14:15 |
From | Rory Walsh |
Subject | Re: [Cs-dev] fltk on Windows.... |
Yes, my point is I have no idea what else I need to tell cmake so that it finds it. I've added valid paths to all the fltk stuff. Anyhow, your cmake cache should help sort it out. On 29 October 2014 14:10, Michael Gogins |