Re: gnome-admin/gxsnmp/configure.in



Greg lee <lee@moore5651.lll.hawaii.edu> writes:

> At line 80 in the file mentioned there is a test for
> hash functions in glib, but the test always fails,
> because functions that require arguments are called
> without any.

 I've noticed the same problem. The easy way to fix it, is editing the
line:

        [ g_hash_table_new (g_int_hash(), g_int_equal);], 

in gxsnmp/configure.in, so it instead reads:

        [ g_hash_table_new (g_int_hash, g_int_equal);], 



-- 
/Wegge



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]