Обсуждение: Failed to compile pgadmin3 1.6.0 & 1.6.1 with wxWidgets 2.8.0 release

Поиск
Список
Период
Сортировка

Failed to compile pgadmin3 1.6.0 & 1.6.1 with wxWidgets 2.8.0 release

От
smartkenny
Дата:
Hi, all

I failed to compile pgadmin3 1.6.0 & 1.6.1 with wxWidgets 2.8.0 release.
The errors are following:

./ctl/explainCanvas.cpp: In member function ‘void
ExplainCanvas::SetExplainString(const wxString&)’:
./ctl/explainCanvas.cpp:124: error: cannot convert
‘wxObjectList::compatibility_iterator’ to ‘wxNode*’ in initialization
./ctl/explainCanvas.cpp:127: error: invalid use of undefined type
‘struct wxObjectListNode’
/usr/local/include/wx-2.8/wx/list.h:57: error: forward declaration of
‘struct wxObjectListNode’
./ctl/explainCanvas.cpp:133: error: invalid use of undefined type
‘struct wxObjectListNode’
/usr/local/include/wx-2.8/wx/list.h:57: error: forward declaration of
‘struct wxObjectListNode’
./ctl/explainCanvas.cpp:136: error: cannot convert
‘wxObjectList::compatibility_iterator’ to ‘wxNode*’ in assignment
./ctl/explainCanvas.cpp:139: error: invalid use of undefined type
‘struct wxObjectListNode’
/usr/local/include/wx-2.8/wx/list.h:57: error: forward declaration of
‘struct wxObjectListNode’
./ctl/explainCanvas.cpp:158: error: invalid use of undefined type
‘struct wxObjectListNode’
/usr/local/include/wx-2.8/wx/list.h:57: error: forward declaration of
‘struct wxObjectListNode’
make[2]: *** [explainCanvas.o] Error 1
make[2]: Leaving directory `/home/kenny/downloads/pgadmin3-1.6.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kenny/downloads/pgadmin3-1.6.1'
make: *** [all] Error 2


I am using fedora core 6 with self compiled wxWidgets 2.8.0.
Can anybody help me?

Kenny