On Sun, Mar 13, 2011 at 1:52 AM, Peter Geoghegan <pe...@2ndquadrant.com> wrote: > On 12 March 2011 19:13, Guillaume Lelarge <guilla...@lelarge.info> wrote: >> Maybe a stupid question but what is the ! in the variable name >> (ex_hash_setop_except_png!_data)? > > There's no good reason. It isn't a valid identifier name. > > Whatever preprocessor generates ex_hash_setop_except.pngc and other > files like it is broken. > > Take a look at this code, at line 205 of same, that clearly illustrates this: > > static wxIcon *ex_hash_setop_except_png!_ico()
Line 205 here reads: static wxIcon *ex_hash_setop_except_png_ico() On Mac and Windows (and Linux worked last time I tried it). Can you see what's causing the issue for you in the preprorocessor? /D -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers