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 ?
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... :?
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.
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
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 ?
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
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...
Sourceforge backups are here: http://cvs.sourceforge.net/cvstarballs/codeblocks-cvsroot.tar.bz2
Sourceforge Site docs link: http://sourceforge.net/docman/display_doc.php?group_id=1&docid=29894#nightly_tarballs
Daniel
would be cool if there was a link to the tarballs on C::B webpage ;)
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? ;)
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.
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.
TortoiseCVS includes a minimalist version of CVSNT server. I use it at the job for local repositories. I back up the repository daily.
Alright can anybody point me to the tarballs in question so I can add them to the page?
Thanks.
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)
Hmm... doesn't sourceforge allow cron jobs, and don't they provide webspace, too?
Some people will possibly not think of using cvs from a local directory at all (I would not have thought of it, for example). They would unpack the .tar.gz and get angry because it is all rubbish.
So, one could run a cron job every night that creates a folder, does a cvs checkout, and then tar/bzips that folder. That way people can just download and decompress that archive, and there they go, nothing to worry about, nothing that could go wrong.