| Another thing is to go back to the homebrew build, since that worked well, and change the recipe to build from git develop.
Steven probably knows how to do that, he
is used to homebrew.
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
> On 10 Apr 2016, at 16:49, Victor Lazzarini wrote:
>
> Try disabling CsoundAC with
>
> -DBUILD_CSOUND_AC=0
>
> looks like the only thing failing at the moment.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 10 Apr 2016, at 16:38, Karin Daum wrote:
>>
>> the terminal messages cmake are attached. Without the install many files are not found.
>>
>> I’m using the following Custom.cmake
>>
>>
>> include_directories("ENV{HOME}/include")
>>
>> # CUSTOM PROPERTIES TO SET
>>
>> # GLOBAL
>>
>> #set(CMAKE_BUILD_TYPE "Debug")
>>
>> set(CMAKE_VERBOSE_MAKEFILE ON)
>> set(BUILD_STATIC_LIBRARY ON)
>> set(USE_OPEN_MP OFF)
>> set(TCL_VERSION 8.5)
>> set(PYTHON_INCLUDE_DIRS "/usr/include/python2.7")
>> ##set(BUILD_CSOUND_AC OFF)
>> ##set(BUILD_CSOUND_AC_PYTHON_INTERFACE OFF)
>> ##set(BUILD_CSOUND_AC_LUA_INTERFACE OFF)
>>
>> #### NOTE the processor type needs setting
>> set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -W -Wall -mtune=core2")
>> ## also to test multicore
>> #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -W -Wno-missing-field-initializers -Wno-unused-parameter -mtune=core2 -DJPFF")
>> if(WIN32)
>> list(APPEND CMAKE_SYSTEM_INCLUDE_PATH
>> "c:/work/libsndfile-1_0_17")
>> list(APPEND CMAKE_SYSTEM_LIBRARY_PATH
>> "c:/work/libsndfile-1_0_17")
>>
>> list(APPEND CMAKE_SYSTEM_LIBRARY_PATH
>> "c:/Python25/libs")
>> list(APPEND CMAKE_SYSTEM_INCLUDE_PATH
>> "c:/Python25/include")
>>
>> endif()
>>
>>
>>
>>
>>> On 10 Apr 2016, at 17:26, Victor Lazzarini wrote:
>>>
>>> What are the messages at the terminal
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>>> On 10 Apr 2016, at 16:22, Karin Daum wrote:
>>>>
>>>> this makes thing worse, much more error messages
>>>>> On 10 Apr 2016, at 16:54, Victor Lazzarini wrote:
>>>>>
>>>>> Another thing that you can try, Karin, is to run cmake without giving an install prefix.
>>>>> Best to try this from a different build dir:
>>>>>
>>>>> mkdir build
>>>>> cd build
>>>>> cmake ..
>>>>>
>>>>> Then make && sudo make install
>>>>>
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>>
>>>>>> On 10 Apr 2016, at 14:56, Anders Genell wrote:
>>>>>>
>>>>>> Not wanting to steal this thread, I would however love to have instructions similar to the Linux ones for setting up the tool chain and building git develop csound on OSX.
>>>>>>
>>>>>> Regards,
>>>>>> Anders
>>>>>>
>>>>>>> 10 apr. 2016 kl. 15:41 skrev Victor Lazzarini :
>>>>>>>
>>>>>>> Also you might need to create the local directories where Csound will install things: bin, lib, include, share in your HOME dir.
>>>>>>> Also edit custom.cmake as per the linux without root instructions
>>>>>>>
>>>>>>> Victor Lazzarini
>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>> Maynooth University
>>>>>>> Ireland
>>>>>>>
>>>>>>>> On 10 Apr 2016, at 14:31, Victor Lazzarini wrote:
>>>>>>>>
>>>>>>>> Did you make a build directory and ran the command there?
>>>>>>>>
>>>>>>>> Victor Lazzarini
>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>> Maynooth University
>>>>>>>> Ireland
>>>>>>>>
>>>>>>>>> On 10 Apr 2016, at 14:16, Karin Daum wrote:
>>>>>>>>>
>>>>>>>>> the latest version of cmake was installed yesterday when using homebrew. I only had to redirect it.
>>>>>>>>>
>>>>>>>>> cmake -DCMAKE_INSTALL_PREFIX=$HOME ..
>>>>>>>>>
>>>>>>>>> failed. I’ve attached the output (message), CMakeError.log and CMakeOutput.log (which is containing what is in ‘message’)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> On 10 Apr 2016, at 14:28, Victor Lazzarini wrote:
>>>>>>>>>>
>>>>>>>>>> you should install the binary from cmake.org, it has an option to install the command line tools. That is what I have here.
>>>>>>>>>>
>>>>>>>>>> I wouldn't go anywhere near fink or macports. I'd say they just confuse things.
>>>>>>>>>>
>>>>>>>>>> Regards
>>>>>>>>>>
>>>>>>>>>> Victor Lazzarini
>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>> Maynooth University
>>>>>>>>>> Ireland
>>>>>>>>>>
>>>>>>>>>>> On 10 Apr 2016, at 13:14, Karin Daum wrote:
>>>>>>>>>>>
>>>>>>>>>>> Following the instructions I get stuck when trying to do cmake. I get the error message:
>>>>>>>>>>>
>>>>>>>>>>> =mbp-kd-2:/x01/usr/daum/Csound-dev/csound/build 13:38> cmake -DCMAKE_INSTALL_PREFIX=$HOME ..
>>>>>>>>>>> CMake Error at CMakeLists.txt:7 (cmake_minimum_required):
>>>>>>>>>>> CMake 2.8.3 or higher is required. You are running version 2.6.4
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -- Configuring incomplete, errors occurred!
>>>>>>>>>>>
>>>>>>>>>>> the linux stuff (fink) not available on OS X by default has been installed by a colleague of mine quite some years ago and it is simply copied from my old mac when i got the new one. I don’t have the slightest clue about fink. When I go to the fink page and look for CMake I’m directed to cmake.org where I can get CMake.app, but this is not what I need because it does not work from the terminal.
>>>>>>>>>>>
>>>>>>>>>>> any idea?
>>>>>>>>>>>
>>>>>>>>>>>> On 10 Apr 2016, at 13:25, Victor Lazzarini wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Now it might work just to git clone the repository on a different place, then follow the
>>>>>>>>>>>> linux instructions (without needing to install dependencies, home brew has done it for you already).
>>>>>>>>>>>> ========================
>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>> Dean of Arts, Celtic Studies and Philosophy,
>>>>>>>>>>>> Maynooth University,
>>>>>>>>>>>> Maynooth, Co Kildare, Ireland
>>>>>>>>>>>> Tel: 00 353 7086936
>>>>>>>>>>>> Fax: 00 353 1 7086952
>>>>>>>>>>>>
>>>>>>>>>>>>> On 10 Apr 2016, at 12:18, Karin Daum wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> the version is 6.0.6
>>>>>>>>>>>>>
>>>>>>>>>>>>> so far I followed the instruction for OS X in BUILD.md. Shall I follow the instruction general Linux instead?
>>>>>>>>>>>>>
>>>>>>>>>>>>> What is the path for develop? i
>>>>>>>>>>>>>
>>>>>>>>>>>>> cheers,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Karin
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 10 Apr 2016, at 11:37, Victor Lazzarini wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I don’t know about brew, I can’t help you much there. If you cloned from git develop, it’s 6.07, not 6.06.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> If you run csound from the terminal, what version do you get?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>> Dean of Arts, Celtic Studies and Philosophy,
>>>>>>>>>>>>>> Maynooth University,
>>>>>>>>>>>>>> Maynooth, Co Kildare, Ireland
>>>>>>>>>>>>>> Tel: 00 353 7086936
>>>>>>>>>>>>>> Fax: 00 353 1 7086952
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 10 Apr 2016, at 10:25, Karin Daum wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> thanks for the reply.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I think this should be all in place. Which compilers do I need. gcc or something else? Yesterday I followed the instruction given in BUILD.md for OS X. Xcode and Homebrew are in place and this ran without problems. But I guess this was only redoing 6.0.6, right? At least my little test programs for my bug reports show the same bugs as before.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> is the only difference to use:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> brew install —develop csound?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks for helping
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Karin
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 10 Apr 2016, at 11:10, Victor Lazzarini wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> We can talk you through building it. You will need to have your devel tools installed (compilers, cmake, git). Then clone the develop repo. There are scripts to build dependencies. Then it is cmake and make.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Once you are set up with the tools, we can
>>>>>>>>>>>>>>>> give step by step instructions.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>>>>>> Ireland
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 10 Apr 2016, at 08:07, Karin Daum wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I've severe problems with Csound 6.0.6 and 6.0.7-beta which blocks me to proceed with improving my current projects. I've reported all bugs I've found for 6.0.6 and 6.0.7-beta on the Csound list and on git. They have been fixed on git. In order to see if I can solve my issues I would like to have a test version of Csound/CsoundQt for MAC. How do I get it? How can I build it from git?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks for helping.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Karin |