Csound Csound-dev Csound-tekno Search About

[Cs-dev] no atsa

Date2010-05-09 15:13
Frommenno
Subject[Cs-dev] no atsa
Hi

i compiled and installed Csound5.12 from CVS today on UbuntuStudio10.04 but
noticed the utility atsa was not created.
See file:

http://old.nabble.com/file/p28502821/csound5-2010-05-09.md5sums
csound5-2010-05-09.md5sums 

is this an error and can i file the bug?

bye,
Menno
-- 
View this message in context: http://old.nabble.com/no-atsa-tp28502821p28502821.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 15:46
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] no atsa
>
> Hi
>
> i compiled and installed Csound5.12 from CVS today on UbuntuStudio10.04
> but
> noticed the utility atsa was not created.
> See file:
>


We need more information.  What parameters are you giving to scons?
Do you have the files util/atsa_main.c and/or util/atsa.c

What messages do you get?

Please?

==John ff


------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 17:41
Frommenno
SubjectRe: [Cs-dev] no atsa

i have util/atsa_main.c and util/atsa.c

for scons i used:
scons buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1
buildNewParser=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
Lib64=0 useDouble=1 usePortAudio=1 usePortMidi=1 useJack=1 useFLTK=1
Word64=1 buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=1 >kompilen.txt

i have attached kompilen.txt here: 
http://old.nabble.com/file/p28503866/kompilen.txt kompilen.txt 
But there is no atsa in /usr/local/bin.

thanks

Menno


jpff-2 wrote:
> 
>>
>> Hi
>>
>> i compiled and installed Csound5.12 from CVS today on UbuntuStudio10.04
>> but
>> noticed the utility atsa was not created.
>> See file:
>>
> 
> 
> We need more information.  What parameters are you giving to scons?
> Do you have the files util/atsa_main.c and/or util/atsa.c
> 
> What messages do you get?
> 
> Please?
> 
> ==John ff
> 
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 

-- 
View this message in context: http://old.nabble.com/no-atsa-tp28502821p28503866.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 18:01
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] no atsa
>
>
> i have util/atsa_main.c and util/atsa.c
>
> for scons i used:
> scons buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1
> buildNewParser=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
> Lib64=0 useDouble=1 usePortAudio=1 usePortMidi=1 useJack=1 useFLTK=1
> Word64=1 buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=1 >kompilen.txt
>
> i have attached kompilen.txt here:
> http://old.nabble.com/file/p28503866/kompilen.txt kompilen.txt
> But there is no atsa in /usr/local/bin.
>
> thanks
>
> Menno
>
>
Yopiu seem to be nmissing a number of utilities

        ['atsa',        'util/atsa_main.c'    ],
        ['cvanal',      'util/cvl_main.c'     ],
        ['dnoise',      'util/dnoise_main.c'  ],
        ['envext',      'util/env_main.c'     ],
        ['extractor',   'util/xtrc_main.c'    ],
        ['het_export',  'util/hetx_main.c'    ],
        ['het_import',  'util/heti_main.c'    ],
        ['hetro',       'util/het_main.c'     ],
        ['lpanal',      'util/lpc_main.c'     ],
        ['lpc_export',  'util/lpcx_main.c'    ],
        ['lpc_import',  'util/lpci_main.c'    ],
        ['mixer',       'util/mixer_main.c'   ],
        ['pvanal',      'util/pvc_main.c'     ],
        ['pvlook',      'util/pvl_main.c'     ],

are all missing

Can you check that SConstruct has these lines?  Also I would not expoec
the atsa utiliy to be in /usr/local/bin unless you installed it

==John



------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 19:15
Frommenno
Subject[Cs-dev] no atsa
i uninstalled csound, downloaded from CVS and compiled and installed again.
The same result - no atsa.
The other utils are in /usr/local/bin

attached is the installation file 
http://old.nabble.com/file/p28504484/installatie.txt installatie.txt 
also i give you SConstruct:  http://old.nabble.com/file/p28504484/SConstruct
SConstruct 
the lines of the utilities are all there...

Menno


jpff-2 wrote:
> 
>>
>>
>> i have util/atsa_main.c and util/atsa.c
>>
>> for scons i used:
>> scons buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1
>> buildJavaWrapper=1
>> buildNewParser=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
>> Lib64=0 useDouble=1 usePortAudio=1 usePortMidi=1 useJack=1 useFLTK=1
>> Word64=1 buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=1
>> >kompilen.txt
>>
>> i have attached kompilen.txt here:
>> http://old.nabble.com/file/p28503866/kompilen.txt kompilen.txt
>> But there is no atsa in /usr/local/bin.
>>
>> thanks
>>
>> Menno
>>
>>
> Yopiu seem to be nmissing a number of utilities
> 
>         ['atsa',        'util/atsa_main.c'    ],
>         ['cvanal',      'util/cvl_main.c'     ],
>         ['dnoise',      'util/dnoise_main.c'  ],
>         ['envext',      'util/env_main.c'     ],
>         ['extractor',   'util/xtrc_main.c'    ],
>         ['het_export',  'util/hetx_main.c'    ],
>         ['het_import',  'util/heti_main.c'    ],
>         ['hetro',       'util/het_main.c'     ],
>         ['lpanal',      'util/lpc_main.c'     ],
>         ['lpc_export',  'util/lpcx_main.c'    ],
>         ['lpc_import',  'util/lpci_main.c'    ],
>         ['mixer',       'util/mixer_main.c'   ],
>         ['pvanal',      'util/pvc_main.c'     ],
>         ['pvlook',      'util/pvl_main.c'     ],
> 
> are all missing
> 
> Can you check that SConstruct has these lines?  Also I would not expoec
> the atsa utiliy to be in /usr/local/bin unless you installed it
> 
> ==John
> 
> 
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 

-- 
View this message in context: http://old.nabble.com/no-atsa-tp28502821p28504484.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 19:21
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] no atsa
>
> i uninstalled csound, downloaded from CVS and compiled and installed
> again.
> The same result - no atsa.
> The other utils are in /usr/local/bin
>


Not sure who wrote that installation script but it clearly does not
mention atsa

So, either change the scipt or do th eobvuous by hand

(sudo cp atsa /usr/local/bin)



------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 19:23
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] no atsa
or update your tree from cvs and try again



------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 19:40
Frommenno
SubjectRe: [Cs-dev] no atsa
i updated from CVS and recompiled and reinstalled again.
atsa is now actually in /usr/local/bin

i don't know what you did but now it's there, thanks

Menno


jpff-2 wrote:
> 
> or update your tree from cvs and try again
> 
> 
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 

-- 
View this message in context: http://old.nabble.com/no-atsa-tp28502821p28504631.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-05-09 23:16
FromVictor Lazzarini
SubjectRe: [Cs-dev] no atsa
He probably added the atsa target to install script.

Victor
On 9 May 2010, at 19:40, menno wrote:

> i don't know what you did but now it's there, thanks


------------------------------------------------------------------------------

_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net