On Wed, Mar 1, 2017 at 3:08 PM, Xiaofan Chen <xiaof...@gmail.com> wrote:
> Making all in global
>   CC       parse.lo
>   CC       log-error.lo
>   CC       data_dir.lo
>   CC       params.lo
> params.c:246:14: warning: comparison of constant -1 with expression of type
>       'urj_param_type_t' (aka 'enum URJ_PARAM_TYPE_T') is always false
>       [-Wtautological-constant-out-of-range-compare]
>     if (type == -1)
>         ~~~~ ^  ~~
> 1 warning generated.

There lots of warnings of this kind generated, caused by out of range
comparisons that always give false logic.. something worth cleaning up
in near future..


>   CCLD     libglobal.la
> Making all in svf
>   YACC     svf_bison.c
> /Users/xiaofanc/work/urjtag/urjtag-git/urjtag/src/svf/svf_bison.y:32.14-23:
> syntax error, unexpected string, expecting =
> make[3]: *** [svf_bison.c] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

Have you tried disabling the SVF player with ./configure --disable-svf ?

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to