error: expected initializer before ‘!’ token

From: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: error: expected initializer before ‘!’ token
Date: 2011-03-12 01:04:34
Message-ID: AANLkTimV-adNY8+pcHh3RV+LyeLenPgcFEM3jH=SweMk@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

I attempted to build master this evening, but came up against this error:

make[3]: Entering directory `/home/peter/pgadmin3/pgadmin'
g++ -DHAVE_CONFIG_H -I. -I..
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\"
-I../pgadmin/include -I/usr/local/pgsql/include
-I/usr/local/pgsql/include -DHAVE_CONNINFO_PARSE
-I/usr/local/lib/wx/include/gtk2-unicode-debug-2.8
-I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXDEBUG__ -D__WXGTK__ -I/usr/include/libxml2
-I/usr/include/libxml2 -g -O0 -MT explainShape.o -MD -MP -MF
.deps/explainShape.Tpo -c -o explainShape.o `test -f
'./ctl/explainShape.cpp' || echo './'`./ctl/explainShape.cpp
In file included from ./ctl/explainShape.cpp:32:0:
../pgadmin/include/images/ex_hash_setop_except.pngc:194:33: warning:
missing whitespace after the macro name
../pgadmin/include/images/ex_hash_setop_except.pngc:203:33: warning:
missing whitespace after the macro name
../pgadmin/include/images/ex_hash_setop_except.pngc:203:0: warning:
"ex_hash_setop_except_png" redefined
../pgadmin/include/images/ex_hash_setop_except.pngc:194:0: note: this
is the location of the previous definition
../pgadmin/include/images/ex_hash_setop_except.pngc:215:33: warning:
missing whitespace after the macro name
../pgadmin/include/images/ex_hash_setop_except.pngc:215:0: warning:
"ex_hash_setop_except_png" redefined
../pgadmin/include/images/ex_hash_setop_except.pngc:203:0: note: this
is the location of the previous definition
../pgadmin/include/images/ex_hash_setop_except.pngc:4:52: error:
expected initializer before ‘!’ token
../pgadmin/include/images/ex_hash_setop_except.pngc:182:41: error:
expected initializer before ‘!’ token

No doubt this has something to do with the XPM/PNG thing. Are you aware of this?

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-03-12 06:07:24 Re: [pgadmin-hackers] error: expected initializer before ‘!’ token
Previous Message Dave Page 2011-03-11 14:15:07 pgAdmin III commit: Another missing file.