Segmentation Fault when initializing Code Blocks in Fedora

Asked

Viewed 148 times

0

Error presented:

Try to migrate conf-Folder

The Places Where the Configuration files and user-data files are stored have been changed to be more standard-conform.

Now Moving "/root/. codeblocks/share/codeblocks" to "/root/. local/share/codeblocks" and "/root/. codeblocks" to "/root/. config/codeblocks".

I am unable to install codeblocks for a college project, the following error presented above at the end of the installation. inserir a descrição da imagem aqui The error shown when running the system.

  • This is a bug in the program itself. God only knows what might be causing it. Just for the record, it doesn’t have to be Code::Blocks to program in C. Even a text editor solves your problem-- the important thing is to have a compiler. If you prefer an IDE (I also prefer), you have Netbeans and Eclipse.

1 answer

0

For me I was giving this same error in Fedora 24 using the official Fedora repository, I used the Codeblocks repository, which always has the most current version and started working. Follow the script below to be happy:

1 - Download the file jenslody-codeblocks-Fedora-24. ;
2 - As root, copy the downloaded file to folder /etc/yum.repos. d/ ;
3 - Still as root, run "dnf update codeblocks" ;
4 - Confirm importing the public key from the Codeblocks repository.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.