Code::Blocks Forums
User forums => Help => Topic started by: MichaelM 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]
-
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.