Make Failed

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Make Failed
Date: 2009-12-18 14:03:48
Message-ID: 4B2B8BC4.30705@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make failed for the current HEAD.

g++ -DHAVE_CONFIG_H -I. -I.. -I/home/sachin/pgsql/build/include -DSSL
-I/usr/local/lib/wx/include/gtk2-unicode-debug-static-2.8
-I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXDEBUG__ -D__WXGTK__ -g -O0 -I/usr/include/libxml2
-I/usr/include/libxml2
-DDATA_DIR=\"/home/sachin/pgadmin3/build/share/pgadmin3/\" -Wall
-Wno-non-virtual-dtor -fno-strict-aliasing -I../pgadmin/include -MT
pgAdmin3.o -MD -MP -MF .deps/pgAdmin3.Tpo -c -o pgAdmin3.o `test -f
'./pgAdmin3.cpp' || echo './'`./pgAdmin3.cpp
In file included from ./pgAdmin3.cpp:13:
../pgadmin/include/pgAdmin3.h:26:34: error: ctl/ctlCheckTreeView.h: No
such file or directory
./pgAdmin3.cpp:68:37: error: ctl/xh_ctlchecktreeview.h: No such file or
directory
./pgAdmin3.cpp: In member function 'virtual bool pgAdmin3::OnInit()':
./pgAdmin3.cpp:381: error: expected type-specifier before
'ctlCheckTreeViewXmlHandler'
./pgAdmin3.cpp:381: error: expected ')' before 'ctlCheckTreeViewXmlHandler'
./pgAdmin3.cpp:381: error: no matching function for call to
'wxXmlResource::AddHandler(int*)'
/usr/local/include/wx-2.8/wx/xrc/xmlres.h:148: note: candidates are:
void wxXmlResource::AddHandler(wxXmlResourceHandler*)
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/home/sachin/pgadmin3/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sachin/pgadmin3'
make: *** [all] Error 2

--
Regards,
Sachin Srivastava
EnterpriseDB <http://www.enterprisedb.com>, the Enterprise Postgres
<http://www.enterprisedb.com> company.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-12-18 14:49:08 SVN Commit by guillaume: r8137 - in trunk/pgadmin3/pgadmin: . ctl include/ctl include/images
Previous Message Dave Page 2009-12-17 22:23:47 Re: Some questions on the backup window