| From: | smartkenny <smartkenny(at)gmail(dot)com> |
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Failed to compile pgadmin3 1.6.0 & 1.6.1 with wxWidgets 2.8.0 release |
| Date: | 2006-12-14 23:51:38 |
| Message-ID: | 4581E38A.3050203@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | M S | 2006-12-15 09:16:43 | Re: Empty tables show no field headings |
| Previous Message | Daniel Segall | 2006-12-14 16:01:22 | Menu accelerators don't work when another window has a modal dialog open |