in reply to Re^3: Bidirectional lookup algorithm? (Judy)
in thread Bidirectional lookup algorithm? (Updated: further info.)
andwarning: right shift count >= width of type [enabled by default]
Pretty early on, make reports the following errors:warning: left shift count >= width of type [enabled by default]
which, of course, soon leads to:JudyLInsArray.c:137:5: error: initializer element is not constant JudyLInsArray.c:137:5: error: (near initialization for 'subexp_mask[5] +') JudyLInsArray.c:138:5: warning: left shift count >= width of type [ena +bled by default] ~cJU_POP0MASK(6), ^ JudyLInsArray.c:138:5: error: initializer element is not constant JudyLInsArray.c:138:5: error: (near initialization for 'subexp_mask[6] +') JudyLInsArray.c:139:5: warning: left shift count >= width of type [ena +bled by default] ~cJU_POP0MASK(7), ^ JudyLInsArray.c:139:5: error: initializer element is not constant JudyLInsArray.c:139:5: error: (near initialization for 'subexp_mask[7] +')
I had a quick but unsuccessful attempt to google up something about these errors.make[3]: *** [JudyLInsArray.lo] Error 1 make[3]: Leaving directory `/c/_64/comp/judy-1.0.5/src/JudyL' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/c/_64/comp/judy-1.0.5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/_64/comp/judy-1.0.5' make: *** [all] Error 2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Bidirectional lookup algorithm? (Judy)
by BrowserUk (Patriarch) on Jan 12, 2015 at 11:53 UTC | |
by syphilis (Archbishop) on Jan 12, 2015 at 12:40 UTC | |
by BrowserUk (Patriarch) on Jan 12, 2015 at 13:32 UTC | |
by oiskuu (Hermit) on Jan 13, 2015 at 01:44 UTC | |
by BrowserUk (Patriarch) on Jan 13, 2015 at 04:36 UTC | |
by syphilis (Archbishop) on Jan 13, 2015 at 02:26 UTC |