problem with build on Solaris

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: problem with build on Solaris
Date: 2006-10-26 06:30:49
Message-ID: 45405619.4000508@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I'm trying compile (gcc/g++ 3.4.3) pgadminIII 1.6 beta3 on Solaris
Nevada with wx1.7.1 and I received following error:

./base/factory.cpp: In member function `int pgaFactory::addIcon(char**)':
./base/factory.cpp:120: error: invalid use of undefined type `struct
wxImageList'
/tmp/hlipa/wx17/include/wx-2.7/wx/generic/listctrl.h:16: error: forward
declaration of `struct wxImageList'
./base/factory.cpp: In static member function `static void
pgaFactory::RealizeImages()':
./base/factory.cpp:128: error: invalid use of undefined type `struct
wxImageList'
/tmp/hlipa/wx17/include/wx-2.7/wx/generic/listctrl.h:16: error: forward
declaration of `struct wxImageList'
./base/factory.cpp:131: error: invalid use of undefined type `struct
wxImageList'
/tmp/hlipa/wx17/include/wx-2.7/wx/generic/listctrl.h:16: error: forward
declaration of `struct wxImageList'
gmake[2]: *** [factory.o] Error 1

Any idea what is wrong? Is it problem with wx1.7.1?

Thanks Zdenek

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-10-26 07:31:32 SVN Commit by dpage: r5542 - in trunk/pgadmin3/src: base dlg
Previous Message Hiroshi Saito 2006-10-26 06:21:07 Re: Roadmap for 1.7/1.8 development