Csound Csound-dev Csound-tekno Search About

[Cs-dev] CMake problems again

Date2012-04-24 17:56
Fromjpff
Subject[Cs-dev] CMake problems again
AttachmentsNone  None  
On my laptop I seem to have tamed the beast, or at least managed to
put up with it, but on my university desktop it is a mess.

1:  It asserts 
-- FLTK_FOUND="FALSE", so disabling USE_FLTK
-- USE_FLTK is disabled
-- FLTK_FOUND="FALSE", so disabling BUILD_VIRTUAL_KEYBOARD
but scons finds it

2:  csound_orc.y changed to use some more tokens, but it fails to
compile
/jpff/Sourceforge/csound/csound6/Engine/csound_orc.y: In function ‘csound_orcparse’:
/jpff/Sourceforge/csound/csound6/Engine/csound_orc.y:759:46: error: ‘T_TADD’ undeclared (first use in this function)
...

but code clearly says 
%token T_TADD

and it compiles on the laptop.

So it appears to me that cmake does not do the job.  I have rerun
cmake, and tried make -k etc but it fails.

Any suggestions as what to do (apart from abandon cmake)?

==John ffitch


Date2012-04-24 18:24
FromSteven Yi
SubjectRe: [Cs-dev] CMake problems again
Hi John,

1) Where is FLTK in your system?  Are you using any additional
locations in custom.py to denote where  it is?  One other possibility
is that the FLTK finder script may be failing if not every lib for
FLTK is found, which may not be a full requirement for us; if that's
the case, then it could be a small change to fix.  (Could you send me
your CMakeCache.txt?)

2) I updated from git and it compiled fine here.  Perhaps try make clean?

Thanks,
steven

On Tue, Apr 24, 2012 at 5:56 PM, jpff  wrote:
> On my laptop I seem to have tamed the beast, or at least managed to
> put up with it, but on my university desktop it is a mess.
>
> 1:  It asserts
> -- FLTK_FOUND="FALSE", so disabling USE_FLTK
> -- USE_FLTK is disabled
> -- FLTK_FOUND="FALSE", so disabling BUILD_VIRTUAL_KEYBOARD
> but scons finds it
>
> 2:  csound_orc.y changed to use some more tokens, but it fails to
> compile
> /jpff/Sourceforge/csound/csound6/Engine/csound_orc.y: In function ‘csound_orcparse’:
> /jpff/Sourceforge/csound/csound6/Engine/csound_orc.y:759:46: error: ‘T_TADD’ undeclared (first use in this function)
> ...
>
> but code clearly says
> %token T_TADD
>
> and it compiles on the laptop.
>
> So it appears to me that cmake does not do the job.  I have rerun
> cmake, and tried make -k etc but it fails.
>
> Any suggestions as what to do (apart from abandon cmake)?
>
> ==John ffitch
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 18:37
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] CMake problems again
I deleted the cache and remade -- same result#

FLTK is installed from the linux repository like on the laptop. 
/usr/include/FL/ and /usr/lib64/libfltk* is exactly where one expects them
to be.  Same as on the laptop

At present I am copying files from desk-top to lap-top and committing to
git from there, which is not a happy workflow.  I was enjoying the large
screen for editing, but looks like i will just can it again



> Hi John,
>
> 1) Where is FLTK in your system?  Are you using any additional
> locations in custom.py to denote where  it is?  One other possibility
> is that the FLTK finder script may be failing if not every lib for
> FLTK is found, which may not be a full requirement for us; if that's
> the case, then it could be a small change to fix.  (Could you send me
> your CMakeCache.txt?)
>
> 2) I updated from git and it compiled fine here.  Perhaps try make clean?
>

Yes; that is what is so anoying.  It works on one machine but not the other




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 18:43
FromMichael Gogins
SubjectRe: [Cs-dev] CMake problems again
Do you have pkg-config on both machines?

Regards,
Mike

On Tue, Apr 24, 2012 at 1:37 PM,   wrote:
> I deleted the cache and remade -- same result#
>
> FLTK is installed from the linux repository like on the laptop.
> /usr/include/FL/ and /usr/lib64/libfltk* is exactly where one expects them
> to be.  Same as on the laptop
>
> At present I am copying files from desk-top to lap-top and committing to
> git from there, which is not a happy workflow.  I was enjoying the large
> screen for editing, but looks like i will just can it again
>
>
>
>> Hi John,
>>
>> 1) Where is FLTK in your system?  Are you using any additional
>> locations in custom.py to denote where  it is?  One other possibility
>> is that the FLTK finder script may be failing if not every lib for
>> FLTK is found, which may not be a full requirement for us; if that's
>> the case, then it could be a small change to fix.  (Could you send me
>> your CMakeCache.txt?)
>>
>> 2) I updated from git and it compiled fine here.  Perhaps try make clean?
>>
>
> Yes; that is what is so anoying.  It works on one machine but not the other
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 18:46
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] CMake problems again
> Do you have pkg-config on both machines?
>
> Regards,
> Mike

yes



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 19:18
FromSteven Yi
SubjectRe: [Cs-dev] CMake problems again
Sidenote: You could use git to commit locally, then push changes to a
USB drive, then pull from there to laptop's git repo.  I've done this
before with mercurial repos when syncing between two computers.

I looked at the CMakeCache.txt and don't see any reason FLTK_FOUND
would be false, as the finder script found all of the FLTK libs
alright.  I'll boot up that SuSE 64-bit virtual machine now and see if
I can try building there.

On Tue, Apr 24, 2012 at 6:46 PM,   wrote:
>> Do you have pkg-config on both machines?
>>
>> Regards,
>> Mike
>
> yes
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 19:31
FromFelipe Sateler
SubjectRe: [Cs-dev] CMake problems again
Try deleting the whole build folder and then running cmake && make again.

On Tue, Apr 24, 2012 at 14:46,   wrote:
>> Do you have pkg-config on both machines?
>>
>> Regards,
>> Mike
>
> yes
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 20:11
FromSteven Yi
SubjectRe: [Cs-dev] CMake problems again
Hi John,

I finally got the SuSE 64-bit virtual machine setup.  So far, I get
the same FLTK_FOUND issue here, things look like they are compiling
alright (still going, a bit slow through virtual machine).  This is
with fltk 1.3 installed via Yast2.  I need to make dinner, but will
diagnose here after that for the FLTK issue.

Thanks,
steven

On Tue, Apr 24, 2012 at 7:18 PM, Steven Yi  wrote:
> Sidenote: You could use git to commit locally, then push changes to a
> USB drive, then pull from there to laptop's git repo.  I've done this
> before with mercurial repos when syncing between two computers.
>
> I looked at the CMakeCache.txt and don't see any reason FLTK_FOUND
> would be false, as the finder script found all of the FLTK libs
> alright.  I'll boot up that SuSE 64-bit virtual machine now and see if
> I can try building there.
>
> On Tue, Apr 24, 2012 at 6:46 PM,   wrote:
>>> Do you have pkg-config on both machines?
>>>
>>> Regards,
>>> Mike
>>
>> yes
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 20:32
FromSteven Yi
SubjectRe: [Cs-dev] CMake problems again
Odd, I think it may have to do with FLTK_FOUND only being defined if
FLTK itself was built with CMake.  It seems none of us has seen this
as the FLTK that comes in Ubuntu (and I assume as well in Debian) does
come with FLTKConfig.cmake installed.

The fix should be modify CMake to check for the individual required
libs found, and not FLTK_FOUND.  I'll work on that afterd inner on the
SuSE VM and will reply when that is complete.

On Tue, Apr 24, 2012 at 8:11 PM, Steven Yi  wrote:
> Hi John,
>
> I finally got the SuSE 64-bit virtual machine setup.  So far, I get
> the same FLTK_FOUND issue here, things look like they are compiling
> alright (still going, a bit slow through virtual machine).  This is
> with fltk 1.3 installed via Yast2.  I need to make dinner, but will
> diagnose here after that for the FLTK issue.
>
> Thanks,
> steven
>
> On Tue, Apr 24, 2012 at 7:18 PM, Steven Yi  wrote:
>> Sidenote: You could use git to commit locally, then push changes to a
>> USB drive, then pull from there to laptop's git repo.  I've done this
>> before with mercurial repos when syncing between two computers.
>>
>> I looked at the CMakeCache.txt and don't see any reason FLTK_FOUND
>> would be false, as the finder script found all of the FLTK libs
>> alright.  I'll boot up that SuSE 64-bit virtual machine now and see if
>> I can try building there.
>>
>> On Tue, Apr 24, 2012 at 6:46 PM,   wrote:
>>>> Do you have pkg-config on both machines?
>>>>
>>>> Regards,
>>>> Mike
>>>
>>> yes
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 20:35
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] CMake problems again
but works on OpenSuSE 11.4

> Odd, I think it may have to do with FLTK_FOUND only being defined if
> FLTK itself was built with CMake.  It seems none of us has seen this
> as the FLTK that comes in Ubuntu (and I assume as well in Debian) does
> come with FLTKConfig.cmake installed.
>
> The fix should be modify CMake to check for the individual required
> libs found, and not FLTK_FOUND.  I'll work on that afterd inner on the
> SuSE VM and will reply when that is complete.
>
> On Tue, Apr 24, 2012 at 8:11 PM, Steven Yi  wrote:
>> Hi John,
>>
>> I finally got the SuSE 64-bit virtual machine setup.  So far, I get
>> the same FLTK_FOUND issue here, things look like they are compiling
>> alright (still going, a bit slow through virtual machine).  This is
>> with fltk 1.3 installed via Yast2.  I need to make dinner, but will
>> diagnose here after that for the FLTK issue.
>>
>> Thanks,
>> steven
>>
>> On Tue, Apr 24, 2012 at 7:18 PM, Steven Yi  wrote:
>>> Sidenote: You could use git to commit locally, then push changes to a
>>> USB drive, then pull from there to laptop's git repo.  I've done this
>>> before with mercurial repos when syncing between two computers.
>>>
>>> I looked at the CMakeCache.txt and don't see any reason FLTK_FOUND
>>> would be false, as the finder script found all of the FLTK libs
>>> alright.  I'll boot up that SuSE 64-bit virtual machine now and see if
>>> I can try building there.
>>>
>>> On Tue, Apr 24, 2012 at 6:46 PM,   wrote:
>>>>> Do you have pkg-config on both machines?
>>>>>
>>>>> Regards,
>>>>> Mike
>>>>
>>>> yes
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Live Security Virtual Conference
>>>> Exclusive live event will cover all the ways today's security and
>>>> threat landscape has changed and how IT managers can respond.
>>>> Discussions
>>>> will include endpoint security, mobile security and the latest in
>>>> malware
>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 21:45
FromSteven Yi
SubjectRe: [Cs-dev] CMake problems again
Hm... maybe the error isn't spurious, but just not very helpful.  I
found that if I get past the configuration issue by overriding
FLTK_SKIP_OPENGL to true, when I try to compile libwidgets with "make
widgets", the compilation fails due to missing X11/X.h.  About to
restart the VM here and look into it.  Perhaps the issue is one
machine of yours has X11 headers and another doesn't?

On Tue, Apr 24, 2012 at 8:35 PM,   wrote:
> but works on OpenSuSE 11.4
>
>> Odd, I think it may have to do with FLTK_FOUND only being defined if
>> FLTK itself was built with CMake.  It seems none of us has seen this
>> as the FLTK that comes in Ubuntu (and I assume as well in Debian) does
>> come with FLTKConfig.cmake installed.
>>
>> The fix should be modify CMake to check for the individual required
>> libs found, and not FLTK_FOUND.  I'll work on that afterd inner on the
>> SuSE VM and will reply when that is complete.
>>
>> On Tue, Apr 24, 2012 at 8:11 PM, Steven Yi  wrote:
>>> Hi John,
>>>
>>> I finally got the SuSE 64-bit virtual machine setup.  So far, I get
>>> the same FLTK_FOUND issue here, things look like they are compiling
>>> alright (still going, a bit slow through virtual machine).  This is
>>> with fltk 1.3 installed via Yast2.  I need to make dinner, but will
>>> diagnose here after that for the FLTK issue.
>>>
>>> Thanks,
>>> steven
>>>
>>> On Tue, Apr 24, 2012 at 7:18 PM, Steven Yi  wrote:
>>>> Sidenote: You could use git to commit locally, then push changes to a
>>>> USB drive, then pull from there to laptop's git repo.  I've done this
>>>> before with mercurial repos when syncing between two computers.
>>>>
>>>> I looked at the CMakeCache.txt and don't see any reason FLTK_FOUND
>>>> would be false, as the finder script found all of the FLTK libs
>>>> alright.  I'll boot up that SuSE 64-bit virtual machine now and see if
>>>> I can try building there.
>>>>
>>>> On Tue, Apr 24, 2012 at 6:46 PM,   wrote:
>>>>>> Do you have pkg-config on both machines?
>>>>>>
>>>>>> Regards,
>>>>>> Mike
>>>>>
>>>>> yes
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Live Security Virtual Conference
>>>>> Exclusive live event will cover all the ways today's security and
>>>>> threat landscape has changed and how IT managers can respond.
>>>>> Discussions
>>>>> will include endpoint security, mobile security and the latest in
>>>>> malware
>>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-24 23:01
FromSteven Yi
SubjectRe: [Cs-dev] CMake problems again
I had some problems with that VM, but finally got the FLTK stuff to
compile.  I installed xorg-x11-devel as well as modified the
InOut/CMakeLists.txt to use FLTK_SKIP_OPENGL.  After that, the FLTK
stuff compiled here.  Changes are committed to git.

Thanks!
steven

On Tue, Apr 24, 2012 at 9:45 PM, Steven Yi  wrote:
> Hm... maybe the error isn't spurious, but just not very helpful.  I
> found that if I get past the configuration issue by overriding
> FLTK_SKIP_OPENGL to true, when I try to compile libwidgets with "make
> widgets", the compilation fails due to missing X11/X.h.  About to
> restart the VM here and look into it.  Perhaps the issue is one
> machine of yours has X11 headers and another doesn't?
>
> On Tue, Apr 24, 2012 at 8:35 PM,   wrote:
>> but works on OpenSuSE 11.4
>>
>>> Odd, I think it may have to do with FLTK_FOUND only being defined if
>>> FLTK itself was built with CMake.  It seems none of us has seen this
>>> as the FLTK that comes in Ubuntu (and I assume as well in Debian) does
>>> come with FLTKConfig.cmake installed.
>>>
>>> The fix should be modify CMake to check for the individual required
>>> libs found, and not FLTK_FOUND.  I'll work on that afterd inner on the
>>> SuSE VM and will reply when that is complete.
>>>
>>> On Tue, Apr 24, 2012 at 8:11 PM, Steven Yi  wrote:
>>>> Hi John,
>>>>
>>>> I finally got the SuSE 64-bit virtual machine setup.  So far, I get
>>>> the same FLTK_FOUND issue here, things look like they are compiling
>>>> alright (still going, a bit slow through virtual machine).  This is
>>>> with fltk 1.3 installed via Yast2.  I need to make dinner, but will
>>>> diagnose here after that for the FLTK issue.
>>>>
>>>> Thanks,
>>>> steven
>>>>
>>>> On Tue, Apr 24, 2012 at 7:18 PM, Steven Yi  wrote:
>>>>> Sidenote: You could use git to commit locally, then push changes to a
>>>>> USB drive, then pull from there to laptop's git repo.  I've done this
>>>>> before with mercurial repos when syncing between two computers.
>>>>>
>>>>> I looked at the CMakeCache.txt and don't see any reason FLTK_FOUND
>>>>> would be false, as the finder script found all of the FLTK libs
>>>>> alright.  I'll boot up that SuSE 64-bit virtual machine now and see if
>>>>> I can try building there.
>>>>>
>>>>> On Tue, Apr 24, 2012 at 6:46 PM,   wrote:
>>>>>>> Do you have pkg-config on both machines?
>>>>>>>
>>>>>>> Regards,
>>>>>>> Mike
>>>>>>
>>>>>> yes
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Live Security Virtual Conference
>>>>>> Exclusive live event will cover all the ways today's security and
>>>>>> threat landscape has changed and how IT managers can respond.
>>>>>> Discussions
>>>>>> will include endpoint security, mobile security and the latest in
>>>>>> malware
>>>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-26 19:00
Fromjpff
SubjectRe: [Cs-dev] CMake problems again
#I have found the problem that stopped the parser compiling --
basically the cmake system builds c and h files is (imho) a silly
place, and they were not being used due to old versions in a sane place.
==John ffitch

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-26 19:12
Fromjpff
SubjectRe: [Cs-dev] CMake problems again
The machine has X11/X.h in /usr/include
==John ffitch

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net