Author Topic: The 15 July 2007 build (4266) is out.  (Read 23847 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 15 July 2007 build (4266) is out.
« on: July 15, 2007, 05:51:01 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.

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 15 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070715_rev4266_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070715_rev4266_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070715_rev4266_Debian4.0_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070715_rev4266_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070715_rev4266_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • CodeSnippets 1.2.87 2007/07/14
    - invoke properties dialog on "new snippet"
    - do not copy removed snippet to .trash when shift key down
  • Code completion: Fixed 2-second freeze every time a file was saved (winxp)
  • Added the following SDK functions. Use them for compiler version detection.
    - Compiler::SetVersionString()
    - Compiler::GetVersionString()
  • Now deprecated compiler option, '-I-', wouldn't be used for GCC 4.x series. Fixed(Partially): [Bug #10624] gcc: faulty/deprecated/ default options

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: July 17, 2007, 11:03:16 am by killerbot »

stefanos_

  • Guest
Re: The 15 July 2007 build (4266) is out.
« Reply #1 on: July 15, 2007, 06:53:41 pm »
Hello everyone.

I know that is not the right place in forums to ask for help but I really need someone to help me urgent. Since yesterday I have been trying everything under Fedora 7 to run Code::Blocks. I installed it with yum, everything went well. Unfortunately for some reason Code::Blocks crashes while detecting compiler and tries to load IDE. I have a screenshot which doesn't really shows any error message to help debugging but you can see that freezes at the "tips of the day".

http://img476.imageshack.us/my.php?image=codeblockcrashingha5.png

Can anyone help me please?

Best Regards,

Stefanos

P.S: When are you going to make available the latest nightly builds available for Fedora 7?
        Why everyone gives so much emphasis to promote programs for Microsoft Environment and  not much for other Operating Systems such as Fedora, FreeBSD and the like?
I know we have a battle with Patents (here in Europe) and we should prove them that we need Free Operating Systems because we have the right of Freedom, to learn, to practice, to modify. With Microsoft we cannot do that and you know it very well. I know it's another subject that has nothing to do with your project but what I see is a daily update for  Code::Blocks, Windows Edition.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 15 July 2007 build (4266) is out.
« Reply #2 on: July 15, 2007, 07:02:29 pm »
P.S: When are you going to make available the latest nightly builds available for Fedora 7?
        Why everyone gives so much emphasis to promote programs for Microsoft Environment and  not much for other Operating Systems such as Fedora, FreeBSD and the like?
I know we have a battle with Patents (here in Europe) and we should prove them that we need Free Operating Systems because we have the right of Freedom, to learn, to practice, to modify. With Microsoft we cannot do that and you know it very well. I know it's another subject that has nothing to do with your project but what I see is a daily update for  Code::Blocks, Windows Edition.


The logic is that the average windows user will have an harder time building Code::Blocks from source than that of the average Linux user. Note, I am a window user who builds Code::Blocks from source. Also, Code::Blocks has a higher number of windows developers than one would expect in a multiple OS application.

Tim S
« Last Edit: July 15, 2007, 07:04:22 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 15 July 2007 build (4266) is out.
« Reply #3 on: July 15, 2007, 07:21:10 pm »
the reason is missing dir 'locale'
example:
/usr/share/codeblocks/locale

i have this problem and i fix it that way

stefanos_

  • Guest
Re: The 15 July 2007 build (4266) is out.
« Reply #4 on: July 15, 2007, 07:34:17 pm »
thank you both for your replies.

pSyLo can you please be more specific what to do? Shall I create the locale with user right permissions? I have already tried that and still crashes the same way :D

Can you please advice?

Kindest Regards,

Stefanos

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 15 July 2007 build (4266) is out.
« Reply #5 on: July 15, 2007, 07:46:29 pm »
in ubuntu 7.04 i compile codeblock by my self with --prefix=/usr
and have to create locale dir in /usr/share/codeblocks to avoid this crash
i think it is from this because before few revs someone don't remember who commit locale update and codeblocks now have multi language GUI :)

sorry for my eng

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 15 July 2007 build (4266) is out.
« Reply #6 on: July 15, 2007, 08:00:09 pm »
The way I fixed this in Windows may not apply to Linux but here goes.

Settings -> Environment
View
Check mark "internationalization"

Restart Code::Blocks after clicking on all the OKs

Settings -> Environment
View
UnCheck mark "internationalization" 

Restart Code::Blocks after clicking on all the OKs

The missing folder should now exist.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

stefanos_

  • Guest
Re: The 15 July 2007 build (4266) is out.
« Reply #7 on: July 15, 2007, 08:11:01 pm »
Tim S :) thanks for trying to help me man.

The thing is it crashes while trying to load :D It doesn't let me to touch anything. If it could load a little bit I am sure that I could do something about it. I use Code::Blocks under Windows (USB - portable version for work;) as also FreeBSD.

Regards,

Stefanos

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 15 July 2007 build (4266) is out.
« Reply #8 on: July 15, 2007, 08:37:29 pm »
The thing is it crashes while trying to load :D It doesn't let me to touch anything. If it could load a little bit I am sure that I could do something about it. I use Code::Blocks under Windows (USB - portable version for work;) as also FreeBSD.

The crash may occur if you are using wxGTK-2.8.3 as runtime. wxGTK-2.8.3 had a nasty bug which affected C::B. You may please check the version of wxGTK and try to upgrade to wxGTK-2.8.4.

If it crashes, then it would produce one crash-report. Please compress it and attach it with your reply. It would help us locate the cause of crash. :)

It's late night and it's time to sleep. ;)
Be a part of the solution, not a part of the problem.

stefanos_

  • Guest
Re: The 15 July 2007 build (4266) is out.
« Reply #9 on: July 15, 2007, 09:04:43 pm »
here in cyprus is 21:45 :) so I still have time to play a bit. No i haven't installed wxGTK. I just installed codeblocks through yum. The thing is I installed Fedora 7 from Live CD which gives you the chance to copy it on your HDD. Maybe something went wrong during that procedure.



Anyway man,

It's nothing important now. We can do it tomorrow, I don't mind :) Code::Blocks RULES!!!   :D  :o

Have a nice sleep my friend.

Stefanos

P.S: Yanni, prepi na ise poli apasholimenos epidi sou exo stili ena email pou apoti katalava prepi na to vrikes kapos kouto :D
Anw opote mboresis ena sketo geia kalo kani ;)

MathStuf

  • Guest
Re: The 15 July 2007 build (4266) is out.
« Reply #10 on: July 16, 2007, 01:48:08 am »
P.S: When are you going to make available the latest nightly builds available for Fedora 7?

I run Fedora 7, and I build my own from source every time a nightly is announced. It has no problems running. I just made a little script to do an SVN update and then build it. I got a PM from the F7 packager, and he said he was busy with stuff and would get them out when he could. But for me, just compiling my own is working just fine.

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 15 July 2007 build (4266) is out.
« Reply #11 on: July 16, 2007, 05:17:10 am »
When I type in this nightly if() the C::B freezes for 15 seconds. :shock:
« Last Edit: July 16, 2007, 05:19:40 am by Grom »
gcc+winXP+suse.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 15 July 2007 build (4266) is out.
« Reply #12 on: July 16, 2007, 07:42:44 am »
That problem with Fedora 7 is exactly the same one I had with Kubuntu Feisty. I thought it had installed wxGTK 2.8.4 when it really installed 2.8.0. I upgraded it to 2.8.4 and the problem went away.

If we're going to move to wx 2.8 then the minimum requirement will have to be 2.8.4.

Michael_vlk

  • Guest
Re: The 15 July 2007 build (4266) is out.
« Reply #13 on: July 16, 2007, 04:41:06 pm »
Hello!
I wish to download from here version nightly C::B (for Debian etch 4.0), but to me 12 hours gives out 404 error. :(
Quote
Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
download.berlios.de
Mon Jul 16 16:38:05 2007
Apache/2.0.54 (Linux/SUSE)
Very much I ask, if somebody has an opportunity - give please CB_20070715_rev4266_Debian4.0_wx2.8.4.deb on *********@gmail.com.

Sorry my lol english.

Grom - подпись порадовала :).
« Last Edit: July 17, 2007, 07:14:00 am by Michael_vlk »

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 15 July 2007 build (4266) is out.
« Reply #14 on: July 16, 2007, 05:04:44 pm »
Hello!
I wish to download from here version nightly C::B (for Debian etch 4.0), but to me 12 hours gives out 404 error. :(


That would be because I have not built it and uploaded it. :) Since there is not going to be a nightly for Monday 7/16/07, I'm in the process of building .debs for Sunday's revision. Give me a couple of hours and I should have both .debs built and uploaded. Then it will just depend on killerbot to publish them.


I apologize to everyone for the recent slack off on the deb builds. I'm remodeling our house, so most of my time is spent working on that right now.

Regards,
cstudent