Re: import: source code is pushed to git repository

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Quan Zongliang <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: import: source code is pushed to git repository
Date: 2009-12-22 21:08:37
Message-ID: 937d27e10912221308n7aa89e85t45bab9fabd69b3dd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sun, Dec 20, 2009 at 9:10 AM, Quan Zongliang <quanzongliang(at)gmail(dot)com> wrote:
> hi all
>
> I pushed import 's source code to:
> git://git.postgresql.org/git/users/quan74/pgadmin-import.git
>
> web:
> http://git.postgresql.org/gitweb?p=users/quan74/pgadmin-import.git;a=summary
>
> To suport ODBC, please define preprocessor __WITHODBC3__.
> Under *nix, __WITHIODBC__ or __WITHUNIXODBC is needed.
>
> Archive file: Only zip and tar file is supported.
>
> All of them only tested under WindowsXP.

Not so good on Mac yet :-(

g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/pgsql/include -DSSL
-I/usr/local/lib/wx/include/mac-unicode-release-static-2.8
-I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D__WXMAC__ -O2 -DEMBED_XRC -no-cpp-precomp -arch ppc -arch i386
-I/usr/local//include/libxml2 -I/usr/local/include
-I/usr/local//include/libxml2 -Wall -Wno-non-virtual-dtor
-fno-strict-aliasing -I../pgadmin/include -c -o frmMain.o `test -f
'./frm/frmMain.cpp' || echo './'`./frm/frmMain.cpp
In file included from ./frm/frmMain.cpp:61:
../pgadmin/include/frm/frmImport.h:118: error: ‘wxSpinEvent’ has not
been declared
In file included from ./frm/frmMain.cpp:61:
../pgadmin/include/frm/frmImport.h:118: error: ‘wxSpinEvent’ has not
been declared
lipo: can't figure out the architecture type of:
/var/folders/wn/wnM76L9ZF6agsFkWcNv6pk+++TI/-Tmp-//ccBdhNrR.out
make[2]: *** [frmMain.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Seems like oyu need to add <wx/spinctrl.h> to frmImport.h.

<continuing with build now...>

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-12-22 21:40:12 Re: import: source code is pushed to git repository
Previous Message Guillaume Lelarge 2009-12-22 13:34:59 Re: One question on the Restore window