Re: Make Failed

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
Subject: Re: Make Failed
Date: 2009-12-18 14:50:01
Message-ID: 200912181550.01346.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le vendredi 18 décembre 2009 à 15:03:48, Sachin Srivastava a écrit :
> 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
>

Sorry about this. I don't know how I could have forgotten to add the new
files. I just commited them.

Really sorry.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

  • Make Failed at 2009-12-18 14:03:48 from Sachin Srivastava

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2009-12-19 15:16:38 Re: [pgadmin-support] [ADMIN] Background color in query tool
Previous Message svn 2009-12-18 14:49:08 SVN Commit by guillaume: r8137 - in trunk/pgadmin3/pgadmin: . ctl include/ctl include/images