Hi all, we are making some experiments with postgresql and postgis. We need to visualize R-trees and are trying to use GiST and gevel. During the installation phase of gevel we had the following output: sed 's,MODULE_PATHNAME,$libdir/gevel,g' gevel.sql.in >gevel.sql gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../src/include -c -o gevel.o gevel.c gevel.c: In function âgist_dumptreeâ: gevel.c:99: warning: format â%dâ expects type âintâ, but argument 10 has type âSizeâ gevel.c: In function âgist_treeâ: gevel.c:134: error: too many arguments to function âstringToQualifiedNameListâ gevel.c: In function âgist_statâ: gevel.c:225: error: too many arguments to function âstringToQualifiedNameListâ gevel.c: In function âsetup_firstcallâ: gevel.c:325: error: too many arguments to function âstringToQualifiedNameListâ make: *** [gevel.o] Error 1 We are running Postgresql 8.4.4, can you please help us? Paolo & Waqas -- View this message in context: http://postgresql.1045698.n5.nabble.com/Visualize-GiST-Index-tp2849197p2855255.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general