News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Segmentation fault after installation

Started by knackeback, October 10, 2005, 01:25:35 PM

Previous topic - Next topic

knackeback

Hi,
I installed codeblocks-1.0-RC1-1 with wx2.6 under SuSE-Linux 9.3.
After installation I get a segmentation fault:
./run.sh: line 5: 13928 Segmentation fault      $APP_DIR/codeblocks.exe $@

independent from call location (output or devel).

IIRC I saw a posting at this board that the CVS release is more robust.
However I'm behind a firewall, does C::B provide nightly tarballs
to try the CVS version ?

David Perfors

No there is no nightly tarball...
but you can take the backup file of the cvs and check out the version from you're own computer... :?
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

knackeback

Quote from: mispunt on October 10, 2005, 01:30:34 PM
No there is no nightly tarball...
but you can take the backup file of the cvs and check out the version from you're own computer... :?
I'm not sure if I understand you right. I have no CVS access from my computer here.
But I can browse the content of the SF CVS repository with my webbrowser.
I did not found any backup file there.

tiwag

here
http://gda.utp.edu.co/~ceniza/CodeBlocks/
you can download binary snapshots of CodeBlocks

it's not daily updated but every few weeks, when a reasonably stable version of CodeBlocks was developed.

Thanks goes to Ceniza
http://forums.next.codeblocks.org/index.php?action=profile;u=307

knackeback

Quote from: tiwag on October 10, 2005, 01:51:38 PM
here
http://gda.utp.edu.co/~ceniza/CodeBlocks/
you can download binary snapshots of CodeBlocks

it's not daily updated but every few weeks, when a reasonably stable version of CodeBlocks was developed.

Thanks goes to Ceniza
http://forums.next.codeblocks.org/index.php?action=profile;u=307


I'm unable to unzip the *.7z files with 'gzip' or 'zip' command.
Are these files linux-binaries ?

tiwag

#5
no, its a windows binary snapshot, .7z is a relatively new compression format,
you can DL a client here
http://www.7-zip.org/

in future please try also using
http://google.com

;-)


edit
i've read JUST NOW, that you are looking for the linux binaries !
i'm sorry

David Perfors

#6
Quote from: knackeback on October 10, 2005, 01:43:27 PM
Quote from: mispunt on October 10, 2005, 01:30:34 PM
No there is no nightly tarball...
but you can take the backup file of the cvs and check out the version from you're own computer... :?
I'm not sure if I understand you right. I have no CVS access from my computer here.
But I can browse the content of the SF CVS repository with my webbrowser.
I did not found any backup file there.
Sourceforge is backingup every repository and make the backup files available for download. (I don't know where they put them and don't have the time to search now sorry) when you find that tar.gz package you can unpack it somewhere. This is an exact copy of the repository, so you have to checkout from that local copy. it is just an alternative way which is far from perfect.

Another option is to wait for RC2 which should come very very soon...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

TheTuxKeeper

Nightly builds for openSUSE

zieQ

would be cool if there was a link to the tarballs on C::B webpage ;)

mandrav

Quote from: zieQ on October 16, 2005, 02:53:25 PM
would be cool if there was a link to the tarballs on C::B webpage ;)

Rick, are you reading this? ;)
Be patient!
This bug will be fixed soon...

TheTuxKeeper

#10
Quote from: zieQ on October 16, 2005, 02:53:25 PM
would be cool if there was a link to the tarballs on C::B webpage ;)
I've discovered that this sourceforge backup is only usable with a CVS server. So it's worthless for normal developers  :(

EDIT:  @zieQ: :idea: You meant tiwag's tarballs!  I thought you meant my link.
Nightly builds for openSUSE

Urxae

#11
Quote from: daniel2000 on October 16, 2005, 04:44:44 PM
I've discovered that this sourceforge backup is only usable with a CVS server. So it's worthless for normal developers  :(

No, a CVS client should suffice. Normal developers are supposed to have those, so that shouldn't be a problem. Just extract the tarball somewhere and do a checkout from that location as a local repository.

EDIT: Oh, it looks like TortoiseCVS/CvsNt just started a (lock) server when I tried that out. So maybe a server is needed, but it seems to be included with my client. Whatever.

rickg22

TortoiseCVS includes a minimalist version of CVSNT server. I use it at the job for local repositories. I back up the repository daily.

rickg22

Alright can anybody point me to the tarballs in question so I can add them to the page?

Thanks.

Urxae

Quote from: rickg22 on October 19, 2005, 05:41:45 AM
Alright can anybody point me to the tarballs in question so I can add them to the page?

Quote from: daniel2000 on October 10, 2005, 08:26:24 PM
Sourceforge backups are here: http://cvs.sourceforge.net/cvstarballs/codeblocks-cvsroot.tar.bz2

(Note: direct link, will start download)