Csound Csound-dev Csound-tekno Search About

[Csnd-dev] cannot build

Date2019-12-16 14:06
Fromjoachim heintz
Subject[Csnd-dev] cannot build
i wanted to try the new schedulek opcode (thanks for this, john), but 
cannot build (debian 10):

[ 59%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_base.c.o
[ 60%] Building C object 
CMakeFiles/csound64.dir/Engine/cs_par_orc_semantic_analysis.c.o
[ 60%] Linking C shared library libcsound64.so
[ 61%] Built target csound64
make: *** [Makefile:163: all] Error 2

any idea?  does it work for others?

thanks -

Date2019-12-16 14:17
FromRory Walsh
SubjectRe: [Csnd-dev] cannot build
I build from the deb branch earlier today and didn't have any issues. Let me see if I pulled John's latest changes..

On Mon, 16 Dec 2019 at 14:06, joachim heintz <jh@joachimheintz.de> wrote:
i wanted to try the new schedulek opcode (thanks for this, john), but
cannot build (debian 10):

[ 59%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_base.c.o
[ 60%] Building C object
CMakeFiles/csound64.dir/Engine/cs_par_orc_semantic_analysis.c.o
[ 60%] Linking C shared library libcsound64.so
[ 61%] Built target csound64
make: *** [Makefile:163: all] Error 2

any idea?  does it work for others?

thanks -
        joachim

Date2019-12-16 14:19
FromRory Walsh
SubjectRe: [Csnd-dev] cannot build
I 'built' from the 'dev' branch 😂 But yeah, no issues. John's latest commit is there. It all builds straight out of the box. I'm on Ubuntu 19.04

On Mon, 16 Dec 2019 at 14:17, Rory Walsh <rorywalsh@ear.ie> wrote:
I build from the deb branch earlier today and didn't have any issues. Let me see if I pulled John's latest changes..

On Mon, 16 Dec 2019 at 14:06, joachim heintz <jh@joachimheintz.de> wrote:
i wanted to try the new schedulek opcode (thanks for this, john), but
cannot build (debian 10):

[ 59%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_base.c.o
[ 60%] Building C object
CMakeFiles/csound64.dir/Engine/cs_par_orc_semantic_analysis.c.o
[ 60%] Linking C shared library libcsound64.so
[ 61%] Built target csound64
make: *** [Makefile:163: all] Error 2

any idea?  does it work for others?

thanks -
        joachim

Date2019-12-16 14:25
Fromjoachim heintz
SubjectRe: [Csnd-dev] cannot build
thanks, rory.  then i have a look what is wrong in my build system.


On 16/12/2019 15:19, Rory Walsh wrote:
> I 'built' from the 'dev' branch 😂 But yeah, no issues. John's latest 
> commit is there. It all builds straight out of the box. I'm on Ubuntu 19.04
> 
> On Mon, 16 Dec 2019 at 14:17, Rory Walsh  > wrote:
> 
>     I build from the deb branch earlier today and didn't have any
>     issues. Let me see if I pulled John's latest changes..
> 
>     On Mon, 16 Dec 2019 at 14:06, joachim heintz      > wrote:
> 
>         i wanted to try the new schedulek opcode (thanks for this,
>         john), but
>         cannot build (debian 10):
> 
>         [ 59%] Building C object
>         CMakeFiles/csound64.dir/Engine/cs_par_base.c.o
>         [ 60%] Building C object
>         CMakeFiles/csound64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>         [ 60%] Linking C shared library libcsound64.so
>         [ 61%] Built target csound64
>         make: *** [Makefile:163: all] Error 2
> 
>         any idea?  does it work for others?
> 
>         thanks -
>                  joachim

Date2019-12-16 15:04
FromRory Walsh
SubjectRe: [Csnd-dev] cannot build
I assume you're tried a make clean? The build output doesn't give much information. I used to find that running make with -j set too high would cause intermittent build errors. Running make without the -j flag always seemed to fix this. Note I've not had any issues with this since I upgraded my PC.

On Mon, 16 Dec 2019 at 14:25, joachim heintz <jh@joachimheintz.de> wrote:
thanks, rory.  then i have a look what is wrong in my build system.


On 16/12/2019 15:19, Rory Walsh wrote:
> I 'built' from the 'dev' branch 😂 But yeah, no issues. John's latest
> commit is there. It all builds straight out of the box. I'm on Ubuntu 19.04
>
> On Mon, 16 Dec 2019 at 14:17, Rory Walsh <rorywalsh@ear.ie
> <mailto:rorywalsh@ear.ie>> wrote:
>
>     I build from the deb branch earlier today and didn't have any
>     issues. Let me see if I pulled John's latest changes..
>
>     On Mon, 16 Dec 2019 at 14:06, joachim heintz <jh@joachimheintz.de
>     <mailto:jh@joachimheintz.de>> wrote:
>
>         i wanted to try the new schedulek opcode (thanks for this,
>         john), but
>         cannot build (debian 10):
>
>         [ 59%] Building C object
>         CMakeFiles/csound64.dir/Engine/cs_par_base.c.o
>         [ 60%] Building C object
>         CMakeFiles/csound64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>         [ 60%] Linking C shared library libcsound64.so
>         [ 61%] Built target csound64
>         make: *** [Makefile:163: all] Error 2
>
>         any idea?  does it work for others?
>
>         thanks -
>                  joachim
>

Date2019-12-16 16:52
Fromjoachim heintz
SubjectRe: [Csnd-dev] cannot build
yes i found the issue(s):
- not finding jack.h (required by jacko opcodes)
- something required for sdk
- no portaudio (or not a certain module)

for now, i need none of these, so i changed my CMakeCahe.txt.


On 16/12/2019 16:04, Rory Walsh wrote:
> I assume you're tried a make clean? The build output doesn't give much 
> information. I used to find that running make with -j set too high would 
> cause intermittent build errors. Running make without the -j flag always 
> seemed to fix this. Note I've not had any issues with this since I 
> upgraded my PC.
> 
> On Mon, 16 Dec 2019 at 14:25, joachim heintz  > wrote:
> 
>     thanks, rory.  then i have a look what is wrong in my build system.
> 
> 
>     On 16/12/2019 15:19, Rory Walsh wrote:
>      > I 'built' from the 'dev' branch 😂 But yeah, no issues. John's
>     latest
>      > commit is there. It all builds straight out of the box. I'm on
>     Ubuntu 19.04
>      >
>      > On Mon, 16 Dec 2019 at 14:17, Rory Walsh      
>      > >> wrote:
>      >
>      >     I build from the deb branch earlier today and didn't have any
>      >     issues. Let me see if I pulled John's latest changes..
>      >
>      >     On Mon, 16 Dec 2019 at 14:06, joachim heintz
>     
>      >     >> wrote:
>      >
>      >         i wanted to try the new schedulek opcode (thanks for this,
>      >         john), but
>      >         cannot build (debian 10):
>      >
>      >         [ 59%] Building C object
>      >         CMakeFiles/csound64.dir/Engine/cs_par_base.c.o
>      >         [ 60%] Building C object
>      >       
>       CMakeFiles/csound64.dir/Engine/cs_par_orc_semantic_analysis.c.o
>      >         [ 60%] Linking C shared library libcsound64.so
>      >         [ 61%] Built target csound64
>      >         make: *** [Makefile:163: all] Error 2
>      >
>      >         any idea?  does it work for others?
>      >
>      >         thanks -
>      >                  joachim
>      >