Author Topic: Code::blocks crashes on startup (Ubuntu 7.10)  (Read 3007 times)

MichaelM

  • Guest
Code::blocks crashes on startup (Ubuntu 7.10)
« on: March 27, 2008, 12:41:33 am »
Hey. I'm having trouble with Codeblocks crashing on startup. I am running on a vanilla Ubuntu 7.10 install with all latest updates. I get the same problem if I compile from the latest subversion, from the 8.02 source, or installing from the .deb. Attached is the output from Code::Blocks startup.

Any help would be greatly appreciated!
Michael

[attachment deleted by admin]

Offline drdos2006

  • Single posting newcomer
  • *
  • Posts: 3
Re: Code::blocks crashes on startup (Ubuntu 7.10)
« Reply #1 on: April 10, 2008, 07:42:57 am »
Here is how I did it.
To install Code::Blocks on Ubuntu 7.10 64bit OS.

Create a temp folder and copy downloaded file to a temp folder.
Unzip the downloaded zipped file and expand Code::Blocks to *.deb files with a mouse double-click.
Install each of the *.deb files, install with a mouse double-click..

Enter terminal mode. Copy all the *.deb files to /var/cache/apt/archives.
   sudo cp /home/MyName/temp/*.deb  /var/cache/apt/archives
Exit terminal mode.
Using System -> Administraton -> Synaptic Package Manager, search for “codeblocks”.
Highlight “codeblocks”, right mouse click and drop down to “Mark Suggested for installation”.
The libraries for installation will be “libwxgtk2.8-dev” and “wxcommon”.
Apply the installation. Close the package manager.
Run Code::Blocks.