From: | Colin Beckingham <colbec(at)start(dot)ca> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Compile pgadmin1-1.14.0-beta3 - ctlMenuToolbar |
Date: | 2011-08-14 14:45:50 |
Message-ID: | 4E47DF9E.7050008@start.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Using OpenSUSE 11.4, kernel 3.0.
wxWidgets version 2.8.11.
While compiling pgadmin1-1.14.0-beta3, configure completes correctly but
make fails on:
./ctl/ctlMenuToolbar.cpp: In member function ‘void
ctlMenuToolbar::DoProcessLeftClick(wxMouseEvent&)’:
./ctl/ctlMenuToolbar.cpp:161:2: error: ‘Node’ is not a member of
‘ctlMenuToolList’
./ctl/ctlMenuToolbar.cpp:161:25: error: ‘node’ was not declared in this
scope
make[3]: *** [ctlMenuToolbar.o] Error 1
make[3]: Leaving directory
`/home/colin/downloads/pgadmin3-1.14.0-beta3/pgadmin'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/colin/downloads/pgadmin3-1.14.0-beta3/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/colin/downloads/pgadmin3-1.14.0-beta3'
make: *** [all] Error 2
Suggestions?
--
---
Colin Beckingham
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Bex | 2011-08-14 14:52:30 | Re: How to tame a gigantic (100+ lines) query in a web app? |
Previous Message | W. Matthew Wilson | 2011-08-14 14:39:48 | How to tame a gigantic (100+ lines) query in a web app? |