Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 12, 2008, 09:46:18 pm

Title: The 12 January 2008 build (4807) is out.
Post by: killerbot on January 12, 2008, 09:46:18 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 12 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080112_rev4807_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 12 January 2008 build (4807) is out.
Post by: Jenna on January 12, 2008, 09:53:57 pm
Binayries for debian (etch/stable, lenny/testing and sid/unstable) and sources (should be usable on all distros) can be found in my repository (see signature).
Title: Re: The 12 January 2008 build (4807) is out.
Post by: Samuel G. on January 12, 2008, 10:02:30 pm
I have a question.

Does it make sense to use gcc4.2.1 (instead of gcc3.4.5) with the nightly build?

If yes, which version is better: sjlj or dw2?
And which files do I have to rename (delete the "-sjlj"/"-dw2"-Suffix) to make codeblocks find the compiler?
Title: Re: The 12 January 2008 build (4807) is out.
Post by: Jenna on January 12, 2008, 10:10:29 pm
I have a question.

Does it make sense to use gcc4.2.1 with the nightly build?

If yes, which version is better: sjlj or dw2?
And which files do I have to rename (delete the "-sjlj"/"-dw2"-Suffix) to make codeblocks find the compiler?
I'm not sure, but I think the nightlies are build with gcc4.2.1-dw2.
I don't download the nightlies, but build my Windows C::B from svn-source, because I still only have ISDN at home and the overall download is much smaller.
Removing the "-dw2" suffixes from the binaries and of course set the correct PATH should be enough.
Title: Re: The 12 January 2008 build (4807) is out.
Post by: orel on January 12, 2008, 11:03:25 pm
Hi.

I don't know if it's intended or not, but this behaviour seems a little bit strange to me :

when i do 'save as' in File menu to save a file i have i the editor, but then i clik 'Cancel' in the Filedialog menu, a message says me

   file '.....' couldn't be saved.  To me this message has to be displayed only if i clicked 'Ok' but the file really couldn't be saved.

It's not very important but i would like to tell you!!

orel
Title: Re: The 12 January 2008 build (4807) is out.
Post by: pasgui on January 12, 2008, 11:03:50 pm
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 12 January 2008 build (4807) is out.
Post by: JGM on January 12, 2008, 11:10:13 pm
I'm really happy to see the  ThreadedSearch plug in on my Ubuntu machine  :D
Title: Re: The 12 January 2008 build (4807) is out.
Post by: stahta01 on January 13, 2008, 01:08:14 am
Patch needed to compile without PCH on windows.

Tim S

Code
Index: src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (revision 4807)
+++ src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (working copy)
@@ -10,7 +10,8 @@
 
 #include "sdk.h"
 #ifndef CB_PRECOMP
- #include <wx/splitter.h>
+ #include <wx/splitter.h>
+ #include "cbeditor.h"
  #include "configmanager.h"
  #include "editorcolourset.h"
 #endif
Index: src/plugins/contrib/ThreadSearch/ThreadSearch.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearch.cpp (revision 4807)
+++ src/plugins/contrib/ThreadSearch/ThreadSearch.cpp (working copy)
@@ -11,6 +11,7 @@
 #include <sdk.h> // Code::Blocks SDK
 #ifndef CB_PRECOMP
  #include <wx/xrc/xmlres.h>
+ #include "cbeditor.h"
  #include "configmanager.h"
  #include "sdk_events.h"
 #endif
Index: src/plugins/contrib/ThreadSearch/ThreadSearchViewManagerMessagesNotebook.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearchViewManagerMessagesNotebook.cpp (revision 4807)
+++ src/plugins/contrib/ThreadSearch/ThreadSearchViewManagerMessagesNotebook.cpp (working copy)
@@ -12,6 +12,7 @@
 
 #include <sdk.h> // Code::Blocks SDK
 #ifndef CB_PRECOMP
+ #include "configmanager.h"
  #include "manager.h"
 #endif
 
Title: Re: The 12 January 2008 build (4807) is out.
Post by: killerbot on January 13, 2008, 09:26:37 am
thanks, applied : rev 4809
Title: Re: The 12 January 2008 build (4807) is out.
Post by: wmonk on January 13, 2008, 12:41:52 pm
I build RPMs for Fedora 8 x86_64.
Where can I host these?
(If you like, I'll do i386 for F8 and both for CentOS5 in the future)

Greetings,
Thomas Peter
Title: Re: The 12 January 2008 build (4807) is out.
Post by: darthdespotism on January 13, 2008, 01:48:47 pm
I guess most of the user contributed builds are hosted on their own site / server. If you don't have one / do not want to use it, http://savefile.com/ seems to be a good start.
Title: Re: The 12 January 2008 build (4807) is out.
Post by: wmonk on January 13, 2008, 02:47:52 pm
Thanks for the link.

wxGTK 2.8.7 for Fedora 8 x86_64
Because in the Fedora repository is wxGTK 2.8.4, I build RPMs for 2.8.7. You can find them here (http://savefile.com/projects/808591141).
Please install them all with:
Code
rpm -Uvh wx*

Code::Blocks SVN4807 for Fedora 8 x86_64
You van find the files here (http://savefile.com/projects/808591144). You don't need the contrib, devel and debuginfo RPMs, but they can be useful.
Title: Re: The 12 January 2008 build (4807) is out.
Post by: Coyotte508 on January 13, 2008, 07:28:10 pm
Hi,
i got a bug:

when i make a new project, add a source, press F9 it tells me:
"Project is not built yet. Do you want to build it now?"

And when i press yes i got this pop-up again, and so-on....
Title: Re: The 12 January 2008 build (4807) is out.
Post by: Acki on January 13, 2008, 08:14:49 pm
I still have the problem with open a source file by double click when C::B was not started before...  :(
(yes I know, disabling the symbols browser solves this, but that's ridiculous)
Title: Re: The 12 January 2008 build (4807) is out.
Post by: Xaviou on January 13, 2008, 10:29:41 pm
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks)
Title: Re: The 12 January 2008 build (4807) is out.
Post by: Coyotte508 on January 15, 2008, 08:49:27 pm
Ok i know where the bug i told about comes from:

Quote
Hi,
i got a bug:

when i make a new project, add a source, press F9 it tells me:
"Project is not built yet. Do you want to build it now?"

And when i press yes i got this pop-up again, and so-on....
when i pressed "yes" on the "do you want to build the projet?", it executed C:/MinGW/.... and it failed (because there was nothing in the MinGW dir). That's that that caused the bug.

But still, even if my C:/MinGW doesn't exist, it should say an error message and not show again the pop-up.
Plus when i press "no", it tries running the .exe that could not be made.