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

The 12 September 2007 build (4466) is out.

Started by killerbot, September 12, 2007, 08:28:32 PM

Previous topic - Next topic

killerbot

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.

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

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

The 12 September 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070912_rev4466_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070912_rev4466_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070912_rev4466_Debian4.0_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070912_rev4466_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070912_rev4466_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith:
    * Changed default scopes of ids (now protected) / members (now public) / handlers (now private) in new resources
    * Scopes can be customized in Advanced options while generating new resource
    * Added cols / rows for wxGrid when editing in source mode (Grom: you owe me a beer ;) )
  • Help plugin:
    * Converted the MANFrame into a dockable thingy.
    * If a man page cannot be found then report it.
    * Clicking on links for man pages that provide them will take you to that man page (if found)
    * Bugfix: displaying man pages with tables (e.g. find.1) crashes the application (must check if it's generating the right output)
    * Fixed implementation of QListIterator<T> (the output should be right now)
    * Do not show the man page viewer by default
  • Fixed: Project created from a user-template contains old output file name
  • Fixed: C::B title not updated after creating a project from user-template

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Xaviou

Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

gandazgul

#2
Hi, I am using Code::Blocks since I discovered it (a couple of months ago) and I love it!

[EDIT] DUMB... sorry, I just realized it says (Not Yet) next to the links
The download links for the last 4 or 5 nightly builds, including this one don't work :(

Where can I get the nightly build?

Problem:
The current version I have is 4446, I am using Ubuntu 7.04 Fiesty, the projects I have already work great, but I can't create any new projects, when I click 'Finish' at the end of the wizzard a bug report comes up and Code::Blocks closes without any other notice.

the report is attached.

thanks!

and keep the good work... you guys Rock! the next beer is on me :)

I will be posting bugs I find... I'll try to be as specific as possible.

salud

[attachment deleted by admin]

SR


alchemist

#4
Hello,

I am with Gentoo Linux and have bootstrapping errors :
aclocal:configure.in:89: warning: macro `AM_OPTIONS_WXCONFIG' not found in library
aclocal:configure.in:90: warning: macro `AM_PATH_WXCONFIG' not found in library
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/base/tinyxml/Makefile.am: installing `./depcomp'
configure.in:89: error: possibly undefined macro: AM_OPTIONS_WXCONFIG
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:90: error: possibly undefined macro: AM_PATH_WXCONFIG


Is this a C::B problem or Gentoo-specific ?

PS: I am using ebuild codeblocks-9999-r17.ebuild from the Gentoo Forum ;)

Kind regards,
Xavier Miller
Kind Regards,
Xavier Miller.
[url="http://xaviermiller.be"]http://xaviermiller.be[/url]

gandazgul

Quote from: alchemist on September 12, 2007, 09:40:31 PM
Hello,

I am with Gentoo Linux and have bootstrapping errors :
aclocal:configure.in:89: warning: macro `AM_OPTIONS_WXCONFIG' not found in library
aclocal:configure.in:90: warning: macro `AM_PATH_WXCONFIG' not found in library
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/base/tinyxml/Makefile.am: installing `./depcomp'
configure.in:89: error: possibly undefined macro: AM_OPTIONS_WXCONFIG
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:90: error: possibly undefined macro: AM_PATH_WXCONFIG


Is this a C::B problem or Gentoo-specific ?

PS: I am using ebuild codeblocks-9999-r17.ebuild from the Gentoo Forum ;)

Kind regards,
Xavier Miller

Copy wxwin.m4 to /usr/share/aclocal folder.

gandazgul

Quote from: Xaviou on September 12, 2007, 09:05:48 PM
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here


how did you get it?, can you please provide me with a link to the code... I'll build it for Ubuntu 7.04 32 bits.

thanks

alchemist

Quote from: gandazgul on September 12, 2007, 09:44:35 PM
Quote from: alchemist on September 12, 2007, 09:40:31 PM
Hello,

I am with Gentoo Linux and have bootstrapping errors :
...

Is this a C::B problem or Gentoo-specific ?

PS: I am using ebuild codeblocks-9999-r17.ebuild from the Gentoo Forum ;)

Kind regards,
Xavier Miller

Copy wxwin.m4 to /usr/share/aclocal folder.

Thanks ! It works !!  8)

In fact /usr/share/aclocal/wxwin.m4 was removed when I cleaned wxGTK-2.6 ; I refreshed wxGTK-2.8.4 and now C::B 4466 is building 8)
Kind Regards,
Xavier Miller.
[url="http://xaviermiller.be"]http://xaviermiller.be[/url]

XayC

#8
Quote from: gandazgul on September 12, 2007, 09:57:55 PM
how did you get it?, can you please provide me with a link to the code... I'll build it for Ubuntu 7.04 32 bits.

If you look for the source code, you can get it using subversion, from Berlios (http://www.codeblocks.org/source_code.shtml).

There are other community members who build CB for 32bit Linux versions too, the latest I could find in the Nightly builds posts is this one:
http://forums.next.codeblocks.org/index.php/topic,6871.msg52647.html#msg52647.

Regards, XayC

gandazgul

Quote from: XayC on September 12, 2007, 10:20:27 PM
Quote from: gandazgul on September 12, 2007, 09:57:55 PM
how did you get it?, can you please provide me with a link to the code... I'll build it for Ubuntu 7.04 32 bits.

If you look for the source code, you can get it using subversion, from Berlios (http://www.codeblocks.org/source_code.shtml).

There are other community members who build CB for 32bit Linux versions too, the latest I could find in the Nightly builds posts is this one:
http://forums.next.codeblocks.org/index.php/topic,6871.msg52647.html#msg52647.

Regards, XayC

ok... thanks  :)

stahta01

Patch needed to compile under windows without precompiled headers


Index: src/plugins/compilergcc/compilergcc.cpp
===================================================================
--- src/plugins/compilergcc/compilergcc.cpp (revision 4460)
+++ src/plugins/compilergcc/compilergcc.cpp (working copy)
@@ -49,6 +49,7 @@
#include <wx/button.h>
#include <wx/stattext.h>
#include <wx/statline.h>
+#include <wx/ffile.h>
#include "makefilegenerator.h"
#include "compileroptionsdlg.h"
#include "directcommands.h"
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Vova

Please help. I downloaded and unarhivated
unicode windows wxWidget dll for Code::Blocks : (http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.7z)

the mingw10m.dll (http://prdownload.berlios.de/codeblocks/mingwm10.7z)

The 12 September 2007 build (http://prdownload.berlios.de/codeblocks/CB_20070912_rev4466_win32.7z)

in one folder then start codeblocks.exe. It started with no problems. I make a new project, for example console project. I try to build the example of console project and receive this message in build log(asf is name ofmy project):
"asf - Release" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.

What can I do? I want to use C::B nightly becouse there is GLUT project in it's creat new project menu, becouse I can't(I dont how to) to use glut in the standart(not nightly) C::B.
Plese help.

Grom

Byo, if I will travel throw the Europe, I will buy you a box of beer. :lol: Hope in polish beer is piwo :wink:.
gcc+winXP+suse.

Jenna

Vova, it looks like you don't have a compiler. or you selected a none existant one.
You can download mingw32 for windows from http://www.mingw.org

Jens

XayC

Quote from: jens on September 13, 2007, 04:36:31 PM
Vova, it looks like you don't have a compiler. or you selected a none existant one.
You can download mingw32 for windows from http://www.mingw.org

Yes, and you can find how to setup MinGW for Code::Blocks in the wiki.
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Windows

Regards, XayC