Csound Csound-dev Csound-tekno Search About

[Cs-dev] install script

Date2013-12-11 11:46
FromOeyvind Brandtsegg
Subject[Cs-dev] install script
Hi,

When I build from source,
it seems the install script does not copy all files (I run
mingw32-make install).
I'm unsure where to look to fix it, where is the list of files to
install defined?

best
Oeyvind

-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://flyndresang.no/
http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://soundcloud.com/t-emp

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-11 18:21
FromMichael Gogins
SubjectRe: [Cs-dev] install script
AttachmentsNone  None  

The install script for Windows is not maintained, at least not by me.

Regards,
Mike

On Dec 11, 2013 12:47 PM, "Oeyvind Brandtsegg" <oyvind.brandtsegg@ntnu.no> wrote:
Hi,

When I build from source,
it seems the install script does not copy all files (I run
mingw32-make install).
I'm unsure where to look to fix it, where is the list of files to
install defined?

best
Oeyvind

--

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://flyndresang.no/
http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://soundcloud.com/t-emp

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2013-12-11 18:34
FromRory Walsh
SubjectRe: [Cs-dev] install script
You can build a simple bat file that will set up all the required
paths and what not. I do it here. I have one for Csound5 and Csound6.
Works fine.


On 11 December 2013 18:21, Michael Gogins  wrote:
> The install script for Windows is not maintained, at least not by me.
>
> Regards,
> Mike
>
> On Dec 11, 2013 12:47 PM, "Oeyvind Brandtsegg" 
> wrote:
>>
>> Hi,
>>
>> When I build from source,
>> it seems the install script does not copy all files (I run
>> mingw32-make install).
>> I'm unsure where to look to fix it, where is the list of files to
>> install defined?
>>
>> best
>> Oeyvind
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://flyndresang.no/
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://soundcloud.com/t-emp
>>
>>
>> ------------------------------------------------------------------------------
>> Rapidly troubleshoot problems before they affect your business. Most IT
>> organizations don't have a clear picture of how application performance
>> affects their revenue. With AppDynamics, you get 100% visibility into your
>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
>> Pro!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-11 18:54
FromSteven Yi
SubjectRe: [Cs-dev] install script
Hi Oeyvind,

What is missing?  Using "make install" is what is typically used on
Linux and so I'd like to make sure there's nothing missing on that
platform too.  The installation paths are generally set in the main
CMakeLists.txt (near the top, you'll see xxx_INSTALL_DIR).  Elsewhere,
artifacts are setup to install to one of the locations, but it's
generally handled by one of the utility functions like make_executable
(also near the top of the CMakeLists.txt, you'll see calls to
"install()").

steven

On Wed, Dec 11, 2013 at 6:46 AM, Oeyvind Brandtsegg
 wrote:
> Hi,
>
> When I build from source,
> it seems the install script does not copy all files (I run
> mingw32-make install).
> I'm unsure where to look to fix it, where is the list of files to
> install defined?
>
> best
> Oeyvind
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://flyndresang.no/
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://soundcloud.com/t-emp
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-12 14:16
FromOeyvind Brandtsegg
SubjectRe: [Cs-dev] install script
Hi,

(just to be explicit, this is on windows)

A number of files are missing, not sure if I see the pattern.
For example, csound.exe is copied, but not csound64.dll
Some plugins were copied, but more of them not.

also, the mingw32-make install command fails if the install target
location does not exist from before,
and it (the target) must contain the libsndfile dll.
I bit strange I thought, but I took the latest official binary
installer, created the install target, and then used mingw32-make
install to update my installation.
It seems to work fine, but I have to manually copy many of the files.
I know I can create a batch file to do this for me, but I wanted to
see if the "standard procedure" should be fixed so it can "just work"
:-)

best
Oeyvind


2013/12/11 Steven Yi :
> Hi Oeyvind,
>
> What is missing?  Using "make install" is what is typically used on
> Linux and so I'd like to make sure there's nothing missing on that
> platform too.  The installation paths are generally set in the main
> CMakeLists.txt (near the top, you'll see xxx_INSTALL_DIR).  Elsewhere,
> artifacts are setup to install to one of the locations, but it's
> generally handled by one of the utility functions like make_executable
> (also near the top of the CMakeLists.txt, you'll see calls to
> "install()").
>
> steven
>
> On Wed, Dec 11, 2013 at 6:46 AM, Oeyvind Brandtsegg
>  wrote:
>> Hi,
>>
>> When I build from source,
>> it seems the install script does not copy all files (I run
>> mingw32-make install).
>> I'm unsure where to look to fix it, where is the list of files to
>> install defined?
>>
>> best
>> Oeyvind
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://flyndresang.no/
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://soundcloud.com/t-emp
>>
>> ------------------------------------------------------------------------------
>> Rapidly troubleshoot problems before they affect your business. Most IT
>> organizations don't have a clear picture of how application performance
>> affects their revenue. With AppDynamics, you get 100% visibility into your
>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://flyndresang.no/
http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://soundcloud.com/t-emp

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net