News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 23 June 2007 build is out.

Started by killerbot, June 23, 2007, 08:27:23 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 23 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070623_rev4161_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070623_rev4161_Ubuntu6.10+7.04_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070623_rev4161_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070623_rev4161_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Fixed many issues with wxWidgets wizard when project name was not build from alphanumeric characters only
  • Applied some advises by killerbot (http://forums.next.codeblocks.org/index.php/topic,6235.msg47719.html#msg47719) related to wxWidgets wizard and wxSmith-generated code
  • Fixed tiny memory leak in CodeCompletion plugin
  • Fixed: wxWidgets wizard source generation bug
  • wxSmith: Fixed bug which caused project name to be empty in resource tree after creating it with wizard
  • wxSmith:
    * Added PCH support for new resources
    * Switched naming of new sources / wxs files to CamelCase
    * Added <wx/string.h> to list of includes added by default
    * Small update to wizard-generated files (no need to guard #include "wx_pch.h")

Regressions/Confirmed/Annoying/Common bugs:


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


Kaze Youkai

Is there a clear or compelling reason I get a 404 page error upon clicking "download" for the Windows file?

-Kaze

lubos


Xaviou

Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

stahta01

Quote from: Kaze Youkai on June 23, 2007, 10:06:38 PM
Is there a clear or compelling reason I get a 404 page error upon clicking "download" for the Windows file?

-Kaze

Looks like no one successfully uploaded the new windows CB file.

Tim S
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]

Kaze Youkai


jmccay

I was not able to download the windows version either.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

scubanator87

Ok so are there no more Fedora Builds? cause i haven't seen some fore a while.

Morphius Faydal

Quote from: scubanator87 on June 24, 2007, 01:25:17 AM
Ok so are there no more Fedora Builds? cause i haven't seen some fore a while.

I guess no one's been making them.  Feel free to take up the role of maintainer. :)

TheTuxKeeper

Quote from: scubanator87 on June 24, 2007, 01:25:17 AM
Ok so are there no more Fedora Builds? cause i haven't seen some fore a while.
I don't have time to build them atm. university is quite stressful :(
I will try to get codeblocks into the opensuse buildservice. there i can build packages for suse, fedora, mandriva, debian and ubuntu, theoretically. there are quite much things that make maintaining for all those distributions easier. but i have to learn to use them first.

please be patient, there will be packages not today and not tomorrow, but hopefully at latest in two weeks. ;)
Nightly builds for openSUSE

Morphius Faydal

Quote from: daniel2000 on June 24, 2007, 02:45:12 AM
I don't have time to build them atm. university is quite stressful :(

Dude.. I totally understand.. Fish CS/EE major. I haven't even *got* to the hard stuff and it's stressful.

scubanator87

Well thanks for the update. I know what you mean im studying CpE (Computer Engineering) and taking a C++ class over the summer here. I just switched to fedora a few weeks ago and i still have not had the time to get working packages built for fedora. I need to look for a guide then do it. I tried building x11vnc as a .rpm using checkinstall but it didnt work :-( oh well. I can use cvs/svn to grab the NB source right? If so ill just compile myself and if i can get working packages made id gladly share.


TheTuxKeeper

Here's what you have to do if you want to compile your own rpm package (there will be more than one package!):

  • su -c 'yum groupinstall "Development Tools"'
  • su -c 'yum install intltool wxGTK-devel'
  • Checkout the sources
  • run ./bootstrap and ./configure --enable-contrib
  • make dist
  • su -c 'rpmbuild -tb codeblocks-trunk-r$REVISION.tar.gz'
If there's an error during make dist or rpmbuild, please report it. I haven't built cb for some weeks  :shock:
Then install the codeblocks packages you want. They'll be in /usr/src/redhat/RPMS/$architecture
Also take a look at the wiki: Installing Code::Blocks from source on RPM based distributions
Nightly builds for openSUSE

Morphius Faydal

Quote from: daniel2000 on June 24, 2007, 04:26:11 AM
Here's what you have to do if you want to compile your own rpm package (there will be more than one package!):

  • su -c 'yum groupinstall "Development Tools"'
  • su -c 'yum install intltool wxGTK-devel'
  • Checkout the sources
  • run ./bootstrap and ./configure --enable-contrib
  • make dist
  • su -c 'rpmbuild -tb codeblocks-trunk-r$REVISION.tar.gz'
If there's an error during make dist or rpmbuild, please report it. I haven't built cb for some weeks  :shock:
Then install the codeblocks packages you want. They'll be in /usr/src/redhat/RPMS/$architecture
Also take a look at the wiki: Installing Code::Blocks from source on RPM based distributions

Maybe I should install Fedora Core on VMWare just for this. :)

scubanator87

#14
Ok so i got an error:

[stanner@s3raph1rn-6000 trunk]$ su -c 'rpmbuild -tb codeblocks-trunk-r$REVISION.tar.gz'
Password:
error: File codeblocks-trunk-r.tar.gz: No such file or directory
sh: codeblocks-trunk-r.tar.gz: No such file or directory
sh: codeblocks-trunk-r.tar.gz: No such file or directory
error: Name field must be present in package: (main package)
error: Version field must be present in package: (main package)
error: Release field must be present in package: (main package)
error: Summary field must be present in package: (main package)
error: Group field must be present in package: (main package)
error: License field must be present in package: (main package)
[stanner@s3raph1rn-6000 trunk]$


But i re ran it as:
[stanner@s3raph1rn-6000 trunk]$ su -c 'rpmbuild -tb codeblocks-trunk-r*.tar.gz'
seemd to work(stil running)

now that it finished (technically)
./wxthings/wxthings/src/toggle.cpp:41: warning: 'sm_eventTableEntries' defined but not used
make[4]: *** [toggle.lo] Error 1
make[4]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src/plugins/contrib/wxSmithContribItems'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.31783 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.31783 (%build)
[stanner@s3raph1rn-6000 trunk]$