Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 23, 2007, 08:27:23 pm

Title: The 23 June 2007 build is out.
Post by: killerbot on June 23, 2007, 08:27:23 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_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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 23 June 2007 build is out.
Post by: 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
Title: Re: The 23 June 2007 build is out.
Post by: lubos on June 23, 2007, 10:13:11 pm
 :oops:
Title: Re: The 23 June 2007 build is out.
Post by: Xaviou on June 23, 2007, 10:53:24 pm
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 23 June 2007 build is out.
Post by: stahta01 on June 23, 2007, 11:21:33 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
Title: Re: The 23 June 2007 build is out.
Post by: Kaze Youkai on June 23, 2007, 11:48:31 pm
Drats. >.<

-Kaze
Title: Re: The 23 June 2007 build is out.
Post by: jmccay on June 24, 2007, 12:05:53 am
I was not able to download the windows version either.
jmccay
Title: Re: The 23 June 2007 build is out.
Post by: 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.
Title: Re: The 23 June 2007 build is out.
Post by: Morphius Faydal on June 24, 2007, 02:10:42 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. :)
Title: Re: The 23 June 2007 build is out.
Post by: TheTuxKeeper on June 24, 2007, 02:45:12 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. ;)
Title: Re: The 23 June 2007 build is out.
Post by: Morphius Faydal on June 24, 2007, 02:49:10 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.
Title: Re: The 23 June 2007 build is out.
Post by: scubanator87 on June 24, 2007, 03:50:02 am
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.

Title: Re: The 23 June 2007 build is out.
Post by: TheTuxKeeper 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!):
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 (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_RPM_based_distributions)
Title: Re: The 23 June 2007 build is out.
Post by: Morphius Faydal on June 24, 2007, 04:28:46 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 (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_RPM_based_distributions)

Maybe I should install Fedora Core on VMWare just for this. :)
Title: Re: The 23 June 2007 build is out.
Post by: scubanator87 on June 24, 2007, 05:48:11 am
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]$

Title: Re: The 23 June 2007 build is out.
Post by: killerbot on June 24, 2007, 09:54:49 am
download issue fixed
Title: Re: The 23 June 2007 build is out.
Post by: TheTuxKeeper on June 24, 2007, 10:01:16 am
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]$
Sorry forgot to say that, you have to replace $REVISION with the real revision number :)
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
Can you post some more lines from above. Perhaps you can see smth like "file not found".
Title: Re: The 23 June 2007 build is out.
Post by: scubanator87 on June 25, 2007, 02:29:43 am
hope this helps:

http://pastebin.com/935615