[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] denemo-1.0.0/1.0.2 wont compile
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] denemo-1.0.0/1.0.2 wont compile |
Date: |
Tue, 13 May 2014 12:35:24 +0100 |
These are all quite old versions at least six releases of Denemo ago -
1.1.4 is current, and building from the current sources usually even
better.
However, looking at the warning it seems very strange - the variable
"onset" appears to be declared as an integer not a pointer. And I guess
you have some flat passed to the compiler that causes a fatal error on
this warning?
HTH
Richard
On Tue, 2014-05-13 at 12:28 +0100, lux-integ wrote:
> Greetings,
>
> I am attempting to compile denenemo ( I tried versions 1.0.0, 1.0.2 and
> master-18412 ) on a computer with these:-
> --cpu amd64 -3 cores
> --OS BLFS linux pure 64bit gcc-4.8.1, glibc2.17, glib-2.36, gtk-3.8.2
> aubio-4.2* (built with waf)
>
>
> It fails to build in call cases The make ends as shown below:-
>
> #-------------------------------------------------
> ############ for dnemo-1.0.2
> pitchrecog.c:322:11: warning: comparison between pointer and integer [enabled
> by default]
> if(onset>= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
> ^
> make[2]: *** [pitchrecog.o] Error 1
>
> ############# dnemo-1.0.0
> pitchrecog.c:322:11: warning: comparison between pointer and integer [enabled
> by default]
> if(onset>= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
> ^
> make[2]: *** [pitchrecog.o] Error 1
>
>
> ############# dnemo from svn labelled denemo-master-180412
> pitchrecog.c:322:11: warning: comparison between pointer and integer [enabled
> by default]
> if(onset>= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
> ^
> make[2]: *** [pitchrecog.o] Error 1
>
>
>
>
> #---------------------------------------
>
> help advice would be appreciated
>
> sincerely
> luxInteg
> * ps I tried earlier versions of aubio which did not build.
>
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel