Csound Csound-dev Csound-tekno Search About

[Cs-dev] fltk on Windows....

Date2014-10-29 12:18
FromRory 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

Date2014-10-29 12:34
FromMichael Gogins
SubjectRe: [Cs-dev] fltk on Windows....
AttachmentsNone  None  
Did you read my "how to build on Windows" document?

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible 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
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
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2014-10-29 12:41
FromRory Walsh
SubjectRe: [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  wrote:
> Did you read my "how to build on Windows" document?
>
> Regards,
> Mike
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
> On Wed, Oct 29, 2014 at 8:18 AM, Rory Walsh  wrote:
>>
>> 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
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-10-29 13:54
FromMichael Gogins
SubjectRe: [Cs-dev] fltk on Windows....
AttachmentsNone  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 Gogins
Irreducible 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
that it sees fltk?

On 29 October 2014 12:34, Michael Gogins <michael.gogins@gmail.com> wrote:
> Did you read my "how to build on Windows" document?
>
> Regards,
> Mike
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible 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
>> 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
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2014-10-29 13:58
FromRory Walsh
SubjectRe: [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  wrote:
> 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 Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
> On Wed, Oct 29, 2014 at 8:41 AM, Rory Walsh  wrote:
>>
>> 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  wrote:
>> > Did you read my "how to build on Windows" document?
>> >
>> > Regards,
>> > Mike
>> >
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> > On Wed, Oct 29, 2014 at 8:18 AM, Rory Walsh  wrote:
>> >>
>> >> 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
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-10-29 14:10
FromMichael Gogins
SubjectRe: [Cs-dev] fltk on Windows....
AttachmentsNone  None  
It returns false because FLTK is not found. We just tell CMake where it is. Not the same thing.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible 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
keeps returning false.

On 29 October 2014 13:54, Michael Gogins <michael.gogins@gmail.com> wrote:
> 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 Gogins
> Irreducible 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
>> that it sees fltk?
>>
>> On 29 October 2014 12:34, Michael Gogins <michael.gogins@gmail.com> wrote:
>> > Did you read my "how to build on Windows" document?
>> >
>> > Regards,
>> > Mike
>> >
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible 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
>> >> 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
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2014-10-29 14:15
FromRory Walsh
SubjectRe: [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  wrote:
> It returns false because FLTK is not found. We just tell CMake where it is.
> Not the same thing.
>
> Regards,
> Mike
>
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
> On Wed, Oct 29, 2014 at 9:58 AM, Rory Walsh  wrote:
>>
>> 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  wrote:
>> > 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 Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> > On Wed, Oct 29, 2014 at 8:41 AM, Rory Walsh  wrote:
>> >>
>> >> 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 
>> >> wrote:
>> >> > Did you read my "how to build on Windows" document?
>> >> >
>> >> > Regards,
>> >> > Mike
>> >> >
>> >> >
>> >> > -----------------------------------------------------
>> >> > Michael Gogins
>> >> > Irreducible Productions
>> >> > http://michaelgogins.tumblr.com
>> >> > Michael dot Gogins at gmail dot com
>> >> >
>> >> > On Wed, Oct 29, 2014 at 8:18 AM, Rory Walsh  wrote:
>> >> >>
>> >> >> 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
>> >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> >
>> >> > _______________________________________________
>> >> > Csound-devel mailing list
>> >> > Csound-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net