Comment 29 for bug 610975

Revision history for this message
Guillermo_Cristancho (sw2band-deactivatedaccount) wrote : Re: Can not start pgadmin3

A solution [1] for codelite (build from source):

Make sure the following are installed on your Ubuntu:

Code: Select all
    sudo apt-get install build-essential
    sudo apt-get install libwxgtk2.8-dev
    sudo apt-get install libgtk2.0-dev
    sudo apt-get install subversion

Next, checkout the sources:

Code: Select all
    svn co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite

Followed by:

    cd codelite/
    ./configure && make
    sudo make install

And works...

[1 ]http://www.codelite.org/forum/viewtopic.php?f=3&t=986&p=4420&hilit=libwx#p4420