views:

10

answers:

0

I get the same issue attempting to install tokyocabinet's ruby bindings from source or from a gem:

tokyocabinet.c: In function 'fdb_get_reverse':
tokyocabinet.c:2377: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2377: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2383: error: expected expression before ')' token
tokyocabinet.c:2387: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'fdb_empty':
tokyocabinet.c:2403: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2403: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2405: error: expected expression before ')' token
tokyocabinet.c: In function 'fdb_each':
tokyocabinet.c:2412: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2412: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2418: error: expected expression before ')' token
tokyocabinet.c:2422: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'fdb_each_key':
tokyocabinet.c:2435: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2435: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2441: error: expected expression before ')' token
tokyocabinet.c: In function 'fdb_each_value':
tokyocabinet.c:2454: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2454: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2460: error: expected expression before ')' token
tokyocabinet.c:2464: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'fdb_keys':
tokyocabinet.c:2476: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2476: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2481: error: expected expression before ')' token
tokyocabinet.c: In function 'fdb_values':
tokyocabinet.c:2494: error: 'TCFDB' undeclared (first use in this function)
tokyocabinet.c:2494: error: 'fdb' undeclared (first use in this function)
tokyocabinet.c:2499: error: expected expression before ')' token
tokyocabinet.c:2503: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_init':
tokyocabinet.c:2540: error: 'TDBTLARGE' undeclared (first use in this function)
tokyocabinet.c:2541: error: 'TDBTDEFLATE' undeclared (first use in this function)
tokyocabinet.c:2542: error: 'TDBTBZIP' undeclared (first use in this function)
tokyocabinet.c:2543: error: 'TDBTTCBS' undeclared (first use in this function)
tokyocabinet.c:2544: error: 'TDBOREADER' undeclared (first use in this function)
tokyocabinet.c:2545: error: 'TDBOWRITER' undeclared (first use in this function)
tokyocabinet.c:2546: error: 'TDBOCREAT' undeclared (first use in this function)
tokyocabinet.c:2547: error: 'TDBOTRUNC' undeclared (first use in this function)
tokyocabinet.c:2548: error: 'TDBONOLCK' undeclared (first use in this function)
tokyocabinet.c:2549: error: 'TDBOLCKNB' undeclared (first use in this function)
tokyocabinet.c:2550: error: 'TDBOTSYNC' undeclared (first use in this function)
tokyocabinet.c:2551: error: 'TDBITLEXICAL' undeclared (first use in this function)
tokyocabinet.c:2552: error: 'TDBITDECIMAL' undeclared (first use in this function)
tokyocabinet.c:2553: error: 'TDBITTOKEN' undeclared (first use in this function)
tokyocabinet.c:2554: error: 'TDBITQGRAM' undeclared (first use in this function)
tokyocabinet.c:2555: error: 'TDBITVOID' undeclared (first use in this function)
tokyocabinet.c:2556: error: 'TDBITKEEP' undeclared (first use in this function)
tokyocabinet.c: In function 'tdb_initialize':
tokyocabinet.c:2613: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2613: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2614: warning: implicit declaration of function 'tctdbnew'
tokyocabinet.c:2615: warning: implicit declaration of function 'tctdbsetmutex'
tokyocabinet.c:2616: error: 'tctdbdel' undeclared (first use in this function)
tokyocabinet.c: In function 'tdb_errmsg':
tokyocabinet.c:2624: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2624: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2629: error: expected expression before ')' token
tokyocabinet.c:2630: warning: implicit declaration of function 'tctdbecode'
tokyocabinet.c:2631: warning: implicit declaration of function 'tctdberrmsg'
tokyocabinet.c:2631: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_ecode':
tokyocabinet.c:2638: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2638: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2640: error: expected expression before ')' token
tokyocabinet.c: In function 'tdb_tune':
tokyocabinet.c:2647: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2647: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2656: error: expected expression before ')' token
tokyocabinet.c:2657: warning: implicit declaration of function 'tctdbtune'
tokyocabinet.c: In function 'tdb_setcache':
tokyocabinet.c:2663: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2663: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2670: error: expected expression before ')' token
tokyocabinet.c:2671: warning: implicit declaration of function 'tctdbsetcache'
tokyocabinet.c: In function 'tdb_setxmsiz':
tokyocabinet.c:2677: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2677: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2682: error: expected expression before ')' token
tokyocabinet.c:2683: warning: implicit declaration of function 'tctdbsetxmsiz'
tokyocabinet.c: In function 'tdb_setdfunit':
tokyocabinet.c:2689: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2689: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2694: error: expected expression before ')' token
tokyocabinet.c:2695: warning: implicit declaration of function 'tctdbsetdfunit'
tokyocabinet.c: In function 'tdb_open':
tokyocabinet.c:2701: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2701: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2705: error: 'TDBOREADER' undeclared (first use in this function)
tokyocabinet.c:2707: error: expected expression before ')' token
tokyocabinet.c:2708: warning: implicit declaration of function 'tctdbopen'
tokyocabinet.c: In function 'tdb_close':
tokyocabinet.c:2714: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2714: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2716: error: expected expression before ')' token
tokyocabinet.c:2717: warning: implicit declaration of function 'tctdbclose'
tokyocabinet.c: In function 'tdb_put':
tokyocabinet.c:2723: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2723: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2729: error: expected expression before ')' token
tokyocabinet.c:2730: warning: implicit declaration of function 'tctdbput'
tokyocabinet.c: In function 'tdb_putkeep':
tokyocabinet.c:2738: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2738: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2744: error: expected expression before ')' token
tokyocabinet.c:2745: warning: implicit declaration of function 'tctdbputkeep'
tokyocabinet.c: In function 'tdb_putcat':
tokyocabinet.c:2753: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2753: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2759: error: expected expression before ')' token
tokyocabinet.c:2760: warning: implicit declaration of function 'tctdbputcat'
tokyocabinet.c: In function 'tdb_out':
tokyocabinet.c:2768: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2768: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2771: error: expected expression before ')' token
tokyocabinet.c:2772: warning: implicit declaration of function 'tctdbout'
tokyocabinet.c: In function 'tdb_get':
tokyocabinet.c:2778: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2778: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2782: error: expected expression before ')' token
tokyocabinet.c:2783: warning: implicit declaration of function 'tctdbget'
tokyocabinet.c:2783: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_vsiz':
tokyocabinet.c:2792: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2792: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2795: error: expected expression before ')' token
tokyocabinet.c:2796: warning: implicit declaration of function 'tctdbvsiz'
tokyocabinet.c: In function 'tdb_iterinit':
tokyocabinet.c:2802: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2802: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2804: error: expected expression before ')' token
tokyocabinet.c:2805: warning: implicit declaration of function 'tctdbiterinit'
tokyocabinet.c: In function 'tdb_iternext':
tokyocabinet.c:2811: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2811: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2815: error: expected expression before ')' token
tokyocabinet.c:2816: warning: implicit declaration of function 'tctdbiternext'
tokyocabinet.c:2816: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_fwmkeys':
tokyocabinet.c:2825: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2825: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2832: error: expected expression before ')' token
tokyocabinet.c:2833: warning: implicit declaration of function 'tctdbfwmkeys'
tokyocabinet.c:2833: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_addint':
tokyocabinet.c:2842: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2842: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2846: error: expected expression before ')' token
tokyocabinet.c:2847: warning: implicit declaration of function 'tctdbaddint'
tokyocabinet.c: In function 'tdb_adddouble':
tokyocabinet.c:2854: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2854: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2858: error: expected expression before ')' token
tokyocabinet.c:2859: warning: implicit declaration of function 'tctdbadddouble'
tokyocabinet.c: In function 'tdb_sync':
tokyocabinet.c:2866: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2866: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2868: error: expected expression before ')' token
tokyocabinet.c:2869: warning: implicit declaration of function 'tctdbsync'
tokyocabinet.c: In function 'tdb_optimize':
tokyocabinet.c:2875: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2875: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2884: error: expected expression before ')' token
tokyocabinet.c:2885: warning: implicit declaration of function 'tctdboptimize'
tokyocabinet.c: In function 'tdb_vanish':
tokyocabinet.c:2891: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2891: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2893: error: expected expression before ')' token
tokyocabinet.c:2894: warning: implicit declaration of function 'tctdbvanish'
tokyocabinet.c: In function 'tdb_copy':
tokyocabinet.c:2900: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2900: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2903: error: expected expression before ')' token
tokyocabinet.c:2904: warning: implicit declaration of function 'tctdbcopy'
tokyocabinet.c: In function 'tdb_tranbegin':
tokyocabinet.c:2910: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2910: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2912: error: expected expression before ')' token
tokyocabinet.c:2913: warning: implicit declaration of function 'tctdbtranbegin'
tokyocabinet.c: In function 'tdb_trancommit':
tokyocabinet.c:2919: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2919: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2921: error: expected expression before ')' token
tokyocabinet.c:2922: warning: implicit declaration of function 'tctdbtrancommit'
tokyocabinet.c: In function 'tdb_tranabort':
tokyocabinet.c:2928: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2928: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2930: error: expected expression before ')' token
tokyocabinet.c:2931: warning: implicit declaration of function 'tctdbtranabort'
tokyocabinet.c: In function 'tdb_path':
tokyocabinet.c:2937: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2937: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2940: error: expected expression before ')' token
tokyocabinet.c:2941: warning: implicit declaration of function 'tctdbpath'
tokyocabinet.c:2941: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_rnum':
tokyocabinet.c:2949: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2949: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2951: error: expected expression before ')' token
tokyocabinet.c:2952: warning: implicit declaration of function 'tctdbrnum'
tokyocabinet.c: In function 'tdb_fsiz':
tokyocabinet.c:2958: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2958: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2960: error: expected expression before ')' token
tokyocabinet.c:2961: warning: implicit declaration of function 'tctdbfsiz'
tokyocabinet.c: In function 'tdb_setindex':
tokyocabinet.c:2967: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2967: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2970: error: expected expression before ')' token
tokyocabinet.c:2971: warning: implicit declaration of function 'tctdbsetindex'
tokyocabinet.c: In function 'tdb_genuid':
tokyocabinet.c:2977: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2977: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2979: error: expected expression before ')' token
tokyocabinet.c:2980: warning: implicit declaration of function 'tctdbgenuid'
tokyocabinet.c: In function 'tdb_fetch':
tokyocabinet.c:2986: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:2986: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:2991: error: expected expression before ')' token
tokyocabinet.c:2992: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_check':
tokyocabinet.c:3004: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3004: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3007: error: expected expression before ')' token
tokyocabinet.c: In function 'tdb_empty':
tokyocabinet.c:3014: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3014: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3016: error: expected expression before ')' token
tokyocabinet.c: In function 'tdb_each':
tokyocabinet.c:3023: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3023: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3029: error: expected expression before ')' token
tokyocabinet.c:3032: warning: assignment makes pointer from integer without a cast
tokyocabinet.c:3033: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_each_key':
tokyocabinet.c:3045: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3045: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3050: error: expected expression before ')' token
tokyocabinet.c:3053: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_each_value':
tokyocabinet.c:3063: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3063: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3069: error: expected expression before ')' token
tokyocabinet.c:3072: warning: assignment makes pointer from integer without a cast
tokyocabinet.c:3073: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_keys':
tokyocabinet.c:3085: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3085: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3089: error: expected expression before ')' token
tokyocabinet.c:3092: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdb_values':
tokyocabinet.c:3102: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3102: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3107: error: expected expression before ')' token
tokyocabinet.c:3110: warning: assignment makes pointer from integer without a cast
tokyocabinet.c:3111: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdbqry_init':
tokyocabinet.c:3124: error: 'TDBQCSTREQ' undeclared (first use in this function)
tokyocabinet.c:3125: error: 'TDBQCSTRINC' undeclared (first use in this function)
tokyocabinet.c:3126: error: 'TDBQCSTRBW' undeclared (first use in this function)
tokyocabinet.c:3127: error: 'TDBQCSTREW' undeclared (first use in this function)
tokyocabinet.c:3128: error: 'TDBQCSTRAND' undeclared (first use in this function)
tokyocabinet.c:3129: error: 'TDBQCSTROR' undeclared (first use in this function)
tokyocabinet.c:3130: error: 'TDBQCSTROREQ' undeclared (first use in this function)
tokyocabinet.c:3131: error: 'TDBQCSTRRX' undeclared (first use in this function)
tokyocabinet.c:3132: error: 'TDBQCNUMEQ' undeclared (first use in this function)
tokyocabinet.c:3133: error: 'TDBQCNUMGT' undeclared (first use in this function)
tokyocabinet.c:3134: error: 'TDBQCNUMGE' undeclared (first use in this function)
tokyocabinet.c:3135: error: 'TDBQCNUMLT' undeclared (first use in this function)
tokyocabinet.c:3136: error: 'TDBQCNUMLE' undeclared (first use in this function)
tokyocabinet.c:3137: error: 'TDBQCNUMBT' undeclared (first use in this function)
tokyocabinet.c:3138: error: 'TDBQCNUMOREQ' undeclared (first use in this function)
tokyocabinet.c:3139: error: 'TDBQCFTSPH' undeclared (first use in this function)
tokyocabinet.c:3140: error: 'TDBQCFTSAND' undeclared (first use in this function)
tokyocabinet.c:3141: error: 'TDBQCFTSOR' undeclared (first use in this function)
tokyocabinet.c:3142: error: 'TDBQCFTSEX' undeclared (first use in this function)
tokyocabinet.c:3143: error: 'TDBQCNEGATE' undeclared (first use in this function)
tokyocabinet.c:3144: error: 'TDBQCNOIDX' undeclared (first use in this function)
tokyocabinet.c:3145: error: 'TDBQOSTRASC' undeclared (first use in this function)
tokyocabinet.c:3146: error: 'TDBQOSTRDESC' undeclared (first use in this function)
tokyocabinet.c:3147: error: 'TDBQONUMASC' undeclared (first use in this function)
tokyocabinet.c:3148: error: 'TDBQONUMDESC' undeclared (first use in this function)
tokyocabinet.c:3149: error: 'TDBQPPUT' undeclared (first use in this function)
tokyocabinet.c:3150: error: 'TDBQPOUT' undeclared (first use in this function)
tokyocabinet.c:3151: error: 'TDBQPSTOP' undeclared (first use in this function)
tokyocabinet.c:3152: error: 'TDBMSUNION' undeclared (first use in this function)
tokyocabinet.c:3153: error: 'TDBMSISECT' undeclared (first use in this function)
tokyocabinet.c:3154: error: 'TDBMSDIFF' undeclared (first use in this function)
tokyocabinet.c:3155: error: 'TCKWMUTAB' undeclared (first use in this function)
tokyocabinet.c:3156: error: 'TCKWMUCTRL' undeclared (first use in this function)
tokyocabinet.c:3157: error: 'TCKWMUBRCT' undeclared (first use in this function)
tokyocabinet.c:3158: error: 'TCKWNOOVER' undeclared (first use in this function)
tokyocabinet.c:3159: error: 'TCKWPULEAD' undeclared (first use in this function)
tokyocabinet.c: In function 'tdbqry_procrec':
tokyocabinet.c:3181: error: 'TDBQPPUT' undeclared (first use in this function)
tokyocabinet.c: In function 'tdbqry_initialize':
tokyocabinet.c:3199: error: 'TCTDB' undeclared (first use in this function)
tokyocabinet.c:3199: error: 'tdb' undeclared (first use in this function)
tokyocabinet.c:3200: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3200: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3203: error: expected expression before ')' token
tokyocabinet.c:3204: warning: implicit declaration of function 'tctdbqrynew'
tokyocabinet.c:3205: error: 'tctdbqrydel' undeclared (first use in this function)
tokyocabinet.c: In function 'tdbqry_addcond':
tokyocabinet.c:3214: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3214: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3218: error: expected expression before ')' token
tokyocabinet.c:3219: warning: implicit declaration of function 'tctdbqryaddcond'
tokyocabinet.c: In function 'tdbqry_setorder':
tokyocabinet.c:3226: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3226: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3230: error: 'TDBQOSTRASC' undeclared (first use in this function)
tokyocabinet.c:3232: error: expected expression before ')' token
tokyocabinet.c:3233: warning: implicit declaration of function 'tctdbqrysetorder'
tokyocabinet.c: In function 'tdbqry_setlimit':
tokyocabinet.c:3240: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3240: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3246: error: expected expression before ')' token
tokyocabinet.c:3247: warning: implicit declaration of function 'tctdbqrysetlimit'
tokyocabinet.c: In function 'tdbqry_search':
tokyocabinet.c:3254: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3254: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3257: error: expected expression before ')' token
tokyocabinet.c:3258: warning: implicit declaration of function 'tctdbqrysearch'
tokyocabinet.c:3258: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdbqry_searchout':
tokyocabinet.c:3267: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3267: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3269: error: expected expression before ')' token
tokyocabinet.c:3270: warning: implicit declaration of function 'tctdbqrysearchout'
tokyocabinet.c: In function 'tdbqry_proc':
tokyocabinet.c:3276: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3276: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3279: error: expected expression before ')' token
tokyocabinet.c:3280: warning: implicit declaration of function 'tctdbqryproc'
tokyocabinet.c:3280: error: 'TDBQRYPROC' undeclared (first use in this function)
tokyocabinet.c:3280: error: expected ')' before 'tdbqry_procrec'
tokyocabinet.c: In function 'tdbqry_hint':
tokyocabinet.c:3286: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3286: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3288: error: expected expression before ')' token
tokyocabinet.c:3289: warning: implicit declaration of function 'tctdbqryhint'
tokyocabinet.c:3289: warning: passing argument 1 of 'rb_str_new2' makes pointer from integer without a cast
tokyocabinet.c: In function 'tdbqry_metasearch':
tokyocabinet.c:3295: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3295: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3295: error: 'qrys' undeclared (first use in this function)
tokyocabinet.c:3295: warning: left-hand operand of comma expression has no effect
tokyocabinet.c:3300: error: 'TDBMSUNION' undeclared (first use in this function)
tokyocabinet.c:3302: error: expected expression before ')' token
tokyocabinet.c:3311: error: expected expression before ')' token
tokyocabinet.c:3314: warning: implicit declaration of function 'tctdbmetasearch'
tokyocabinet.c:3314: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'tdbqry_kwic':
tokyocabinet.c:3324: error: 'TDBQRY' undeclared (first use in this function)
tokyocabinet.c:3324: error: 'qry' undeclared (first use in this function)
tokyocabinet.c:3345: error: 'TCKWNOOVER' undeclared (first use in this function)
tokyocabinet.c:3345: error: 'TCKWPULEAD' undeclared (first use in this function)
tokyocabinet.c:3348: error: expected expression before ')' token
tokyocabinet.c:3349: warning: implicit declaration of function 'tctdbqrykwic'
tokyocabinet.c:3349: warning: initialization makes pointer from integer without a cast
tokyocabinet.c: In function 'adb_addint':
tokyocabinet.c:3556: warning: implicit declaration of function 'tcadbaddint'
tokyocabinet.c: In function 'adb_adddouble':
tokyocabinet.c:3568: warning: implicit declaration of function 'tcadbadddouble'
tokyocabinet.c: In function 'adb_optimize':
tokyocabinet.c:3595: warning: implicit declaration of function 'tcadboptimize'
tokyocabinet.c: In function 'adb_tranbegin':
tokyocabinet.c:3623: warning: implicit declaration of function 'tcadbtranbegin'
tokyocabinet.c: In function 'adb_trancommit':
tokyocabinet.c:3632: warning: implicit declaration of function 'tcadbtrancommit'
tokyocabinet.c: In function 'adb_tranabort':
tokyocabinet.c:3641: warning: implicit declaration of function 'tcadbtranabort'
tokyocabinet.c: In function 'adb_path':
tokyocabinet.c:3651: warning: implicit declaration of function 'tcadbpath'
tokyocabinet.c:3651: warning: assignment makes pointer from integer without a cast
tokyocabinet.c: In function 'adb_misc':
tokyocabinet.c:3688: warning: implicit declaration of function 'tcadbmisc'
tokyocabinet.c:3688: warning: assignment makes pointer from integer without a cast
make: *** [tokyocabinet.o] Error 1