Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

problem with build on Solaris



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group