Csound Csound-dev Csound-tekno Search About

[Cs-dev] Still cannot build csound on Debian

Date2013-11-21 09:33
Fromjohn ffitch
Subject[Cs-dev] Still cannot build csound on Debian
No it is not fixed and has been broken for nearly a week.

The problem is in InOut/CMakeLists.txt line 177

if(USE_FLTK)
set(widgets_SRCS FL_graph.cpp winFLTK.c widgets.cpp)
make_plugin(widgets "${widgets_SRCS}" "${FLTK_LIBRARIES}")
add_dependency_to_framework(widgets ${FLTK_BASE_LIBRARY})
add_dependency_to_framework(widgets ${FLTK_FORMS_LIBRARY})
add_dependency_to_framework(widgets ${FLTK_IMAGES_LIBRARY})
endif()

It barfs on all calls to add_dependency_to_framework saying wrong number of argumenmts. I assume that ${FLTK_BASE_LIBRARY}) is a list rather than a single item.

Can this be fixed? It used to work


Quoting john ffitch :

> ~Is this all fixed?
>
>
> -- USE_JACK is disabled
> -- USE_FLTK is enabled
> CMake Error at InOut/CMakeLists.txt:177 (add_dependency_to_framework):
> add_dependency_to_framework Function invoked with incorrect arguments for
> function named: add_dependency_to_framework
>
>
	
==John ffitch

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net