Csound Csound-dev Csound-tekno Search About

[Cs-dev] Cmake problem again

Date2014-07-31 17:55
Fromjpff
Subject[Cs-dev] Cmake problem again
On this machine I am seeing

....
-- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PORTMIDI_INCLUDE_PATH
   used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
   used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
   used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
   used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
   used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
   used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut

-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1

How do I fix this, or where to look?  It compiled last week.  I do not
have portmidi.h on this machine.  I have tried with USE_PORTMIDI on
and off but it makes no difference.

Looking at CMakeLists.txt in InOut it seems to insist on PORTMIDI; why?
==John ffitch

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-07-31 18:35
FromSteven Yi
SubjectRe: [Cs-dev] Cmake problem again
That file was odd, as it was calling include_directories regardless of
if it found portmidi or porttime.  I altered the file and committed.
Could you pull and give it a try?

On Thu, Jul 31, 2014 at 12:55 PM, jpff  wrote:
> On this machine I am seeing
>
> ....
> -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled
> CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake files:
> PORTMIDI_INCLUDE_PATH
>    used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
>    used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
>    used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
>    used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
>    used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
>    used as include directory in directory /jpff/Sourceforge/csound/csound6/InOut
>
> -- Configuring incomplete, errors occurred!
> make: *** [cmake_check_build_system] Error 1
>
> How do I fix this, or where to look?  It compiled last week.  I do not
> have portmidi.h on this machine.  I have tried with USE_PORTMIDI on
> and off but it makes no difference.
>
> Looking at CMakeLists.txt in InOut it seems to insist on PORTMIDI; why?
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net