News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 22 October 2007 build (4551) is out.

Started by killerbot, October 22, 2007, 08:11:52 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 22 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071022_rev4551_win32.7z
  - Linux :
   none

Resolved Fixed:


  • wxSmith: Fixed bug for wxStdDialogButtonSizer when using XRC file
  • Added: OpenMP compiler flag to Intel compiler
  • Fixed: OpenMP remark is detected as an error (affecting Intel compiler)
  • Improved: Unicode support in C::B

Regressions/Confirmed/Annoying/Common bugs:


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


Grom

Would be gate to have OpenMP for gcc. I use MinGW gcc 4.2.2 and it supports the OpenMP.
gcc+winXP+suse.

Jenna

debian-repository with nightlies (slow because it's a home-server via dsl)

actually svn4551

add to /etc/apt/sources.list :

for etch aka stable

deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main


for lenny aka testing

deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main


for sid aka unstable

deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main


add my public-key to apt's trustdb:

wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -


build against wxWidgets 2.84 from


deb http://apt.tt-solutions.com/debian/ etch main

key-import to apt's trusted keys:

wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -


pasgui

#3
Build for Ubuntu i386/amd64 can be found here

New repository:
deb http://lgp203.free.fr/ubuntu/ distname universe
instead of
deb http://lgp203.free.fr/ubuntu/ distname main


killerbot

thanks for pointing this out, link has been fixed.

Xaviou

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

Grom

The popup menu don't show up in win32 version of C::B under wine emulator. Stupid problem. Probably that is the wine problem...
gcc+winXP+suse.

h8or

Quote from: Grom on October 22, 2007, 08:27:04 PM
Would be gate to have OpenMP for gcc. I use MinGW gcc 4.2.2 and it supports the OpenMP.
This would be very very nice!

frithjofh

hi, everybody,

i've had problems with this nightly. changed jesterday from 4545 to 4551 and starting c::b is fine, the program opens up as normal. but when i tried to open a project wich worked and still works with 4545 ( i reverted to that nightly this morning) the program onlyshows a white surface and does not react at all. using the process information i found that c::b was at 98 % of cpu usage, 37.500 of memory, lecture E/S 30.500 and a page file of 812 MB.

under the tab of running apps i could not terminate c::b, i had to terminate it under process tab, which i did after waiting about 15 minutes. c::b terminated instantly then.

the project is a wxwidgets app, i'm running version 2.8.6...

did not mess up the project or anything, under nightly 45454 it works fine again now... :)

greetings

frithjofh
architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

MortenMacFly

Quote from: nausea on October 23, 2007, 08:27:59 AM
the project is a wxwidgets app, i'm running version 2.8.6...
Could you post the project file here, please?! (Maybe even the whole projects if it's OS...?!)
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

frithjofh

here's the project-file for a start
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cte1" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\cte1" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Debug\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="-D__WXDEBUG__" />
<Add directory="$(#wx)\lib\gcc_dll\mswud" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\lib\gcc_dll\mswud" />
</ResourceCompiler>
<Linker>
<Add library="libwxmsw28ud.a" />
<Add directory="$(#wx)\lib\gcc_dll" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin\Release\cte1" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-O2" />
<Add directory="$(#wx)\lib\gcc_dll\mswu" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\lib\gcc_dll\mswu" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add library="libwxmsw28u.a" />
<Add directory="$(#wx)\lib\gcc_dll" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-Winvalid-pch" />
<Add option="-include wx_pch.h" />
<Add option="-finput-charset=iso-8859-1" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-DWX_PRECOMP" />
<Add directory="$(#wx)\include" />
<Add directory="$(#wx)\contrib\include" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)\include" />
</ResourceCompiler>
<Unit filename="capital.cpp" />
<Unit filename="capital.h" />
<Unit filename="capitalData.cpp" />
<Unit filename="capitalData.h" />
<Unit filename="cte1App.cpp" />
<Unit filename="cte1App.h" />
<Unit filename="cte1Main.cpp" />
<Unit filename="cte1Main.h" />
<Unit filename="material.cpp" />
<Unit filename="material.h" />
<Unit filename="materialData.cpp" />
<Unit filename="materialData.h" />
<Unit filename="project.cpp">
<Option weight="49" />
</Unit>
<Unit filename="project.h">
<Option weight="49" />
</Unit>
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="wx_pch.h">
<Option compile="1" />
<Option weight="0" />
</Unit>
<Unit filename="wxsmith\cte1frame.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<gui name="wxWidgets" src="cte1App.cpp" main="cte1Frame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/cte1frame.wxs" src="cte1Main.cpp" hdr="cte1Main.h" name="cte1Frame" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>
architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

Biplab

Quote from: nausea on October 23, 2007, 09:02:04 AM
here's the project-file for a start

It's CC which is hanging. So merely providing a project file may not help. If possible provide the full source as a zip file.
Be a part of the solution, not a part of the problem.

frithjofh

ok, but don't laugh at my horrible beginners code  :mrgreen:

[attachment deleted by admin]
architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

Biplab

Quote from: nausea on October 23, 2007, 09:25:23 AM
ok, but don't laugh at my horrible beginners code  :mrgreen:

No we won't. ;)

It hangs even when the CC is disabled. Let me dig this further. :)
Be a part of the solution, not a part of the problem.