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 31 July 2007 build (4338) is out.

Started by killerbot, July 31, 2007, 08:17:09 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 31 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070731_rev4338_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070731_rev4338_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070731_rev4338_Debian4.0_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070731_rev4338_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070731_rev4338_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • KeyBinder 1.0.41
    - check for numeric menu items that start with "_" wxGTK 2.8.4
    - Fixed disappearing/reappearing command keys on wxGTK 2.8.4 by trimming all menu items and conf strings before comparing

Regressions/Confirmed/Annoying/Common bugs:


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


pasgui

Build for Ubuntu 7.04 i386 can be found here

Best regards,

pasgui

mscava

Hello guys,

One small request: Within languages in Syntax highlighting menu, I miss simple txt file. I use them rather often in my projects and it'd be nice to be able to change foreground and background.

Thanks... even for the great work you're doing.

killerbot

Quote from: mscava on July 31, 2007, 09:31:15 PM
Hello guys,

One small request: Within languages in Syntax highlighting menu, I miss simple txt file. I use them rather often in my projects and it'd be nice to be able to change foreground and background.

Thanks... even for the great work you're doing.
good idea

SR


TheTuxKeeper

Updated packages for Suse 10.1, 10.2 and factory (i586 and x84_64) against wxgtk 2.8 are available:
All other distributions aren't supported atm.
Nightly builds for openSUSE

rolandixor

 :lol: :D :lol: :D :lol: :D :lol:



Oke doke... being a little lame here...

Anyway enough rants...

Do the Dev C++ packages work yet???

Marenz

revision 4339 seems to be broken :

src/wxFlatNotebook/wxFlatNotebook.cpp: In member function 'virtual int wxPageContainer::HitTest(const wxPoint&, wxPageInfo&, int&)':
src/wxFlatNotebook/wxFlatNotebook.cpp:1125: error: 'class wxRect' has no member named 'Contains'
src/wxFlatNotebook/wxFlatNotebook.cpp:1134: error: 'class wxRect' has no member named 'Contains'
src/wxFlatNotebook/wxFlatNotebook.cpp:1138: error: 'class wxRect' has no member named 'Contains'
src/wxFlatNotebook/wxFlatNotebook.cpp:1145: error: 'class wxRect' has no member named 'Contains'
src/wxFlatNotebook/wxFlatNotebook.cpp:1162: error: 'class wxRect' has no member named 'Contains'
src/wxFlatNotebook/wxFlatNotebook.cpp:1190: error: 'class wxRect' has no member named 'Contains'


--Ano

Biplab

Be a part of the solution, not a part of the problem.

Marenz

alright, sorry for bothering about such a trival thing.

--Ano

Albenejean

#10
Hi everyone...

When compilling with Visual C++ 2005, it needs the file "mspdb80.dll" (don't ask me why...). With this version, I've got a message box from cl.exe (the compiler) saying that this file is missing. When switching back to SVN4261, everything is OK (I haven't got any nightlies between these two).

[EDIT]: I'm downloading others nightly to see which one introduces this effect...

Albenejean

QuoteWhen compilling with Visual C++ 2005, it needs the file "mspdb80.dll" (don't ask me why...). With this version, I've got a message box from cl.exe (the compiler) saying that this file is missing. When switching back to SVN4261, everything is OK (I haven't got any nightlies between these two).

22 July 2007 build (4291) : everything OK

23 July 2007 build (4300) : cannot compile. The error is :
Quote-------------- Build: debug in OVNI - LevelEd ---------------
Execution of 'cl.exe /nologo /Wp64 /W3 /Zc:forScope /EHsc /DDEBUG  /I"E:\OVNI\Level Editor" /I"C:\Program Files\Microsoft DirectX SDK (April 2007)\Include" /I"D:\Pgm\Visual c++ 2005\include" /I"C:\Program Files\Microsoft SDK\include"  /c sources\Application\Application.cpp /Fo.objs\debug\sources\Application\Application.obj' in 'E:\OVNI\Level Editor' failed.
Nothing to be done.

25 July 2007 build (4321) : Could not find the dll needed by cl.exe, even if the dll is in the same directory.

Roman

Hi there!

The bug when a popup window with variable description stays on top of TotalCommander window still exists in this build. I can't reproduce it but somtimes it shows me his carapace by his own will)

Regards,
Roman
CB LSI (C::B as a Little Secret Initiative)

chikigai

Quote from: Albenejean on August 01, 2007, 08:00:26 PM
QuoteWhen compilling with Visual C++ 2005, it needs the file "mspdb80.dll" (don't ask me why...). With this version, I've got a message box from cl.exe (the compiler) saying that this file is missing. When switching back to SVN4261, everything is OK (I haven't got any nightlies between these two).

22 July 2007 build (4291) : everything OK

23 July 2007 build (4300) : cannot compile. The error is :
Quote-------------- Build: debug in OVNI - LevelEd ---------------
Execution of 'cl.exe /nologo /Wp64 /W3 /Zc:forScope /EHsc /DDEBUG  /I"E:\OVNI\Level Editor" /I"C:\Program Files\Microsoft DirectX SDK (April 2007)\Include" /I"D:\Pgm\Visual c++ 2005\include" /I"C:\Program Files\Microsoft SDK\include"  /c sources\Application\Application.cpp /Fo.objs\debug\sources\Application\Application.obj' in 'E:\OVNI\Level Editor' failed.
Nothing to be done.

25 July 2007 build (4321) : Could not find the dll needed by cl.exe, even if the dll is in the same directory.

I've encountered the same problem.
As with your case, I haven't been able to use any of the nightlies since the 22 July 2007 build (4291).
Did some googling and played around with environmental paths, copied the DLL in question to the VC Express bin directory, but this didn't solve the problem.
VC Express itself works fine.


Dan
[Development Environment]
OS: WinXP SP3
IDE: Code::Blocks Nightly Build SVN Rev.6080 wxWidgets: 2.8.10 Windows Unicode Build SVN: 1.6.x

stahta01

Quote from: chikigai on August 02, 2007, 01:33:34 AM
Quote from: Albenejean on August 01, 2007, 08:00:26 PM
QuoteWhen compilling with Visual C++ 2005, it needs the file "mspdb80.dll" (don't ask me why...). With this version, I've got a message box from cl.exe (the compiler) saying that this file is missing. When switching back to SVN4261, everything is OK (I haven't got any nightlies between these two).

22 July 2007 build (4291) : everything OK

23 July 2007 build (4300) : cannot compile. The error is :
Quote-------------- Build: debug in OVNI - LevelEd ---------------
Execution of 'cl.exe /nologo /Wp64 /W3 /Zc:forScope /EHsc /DDEBUG  /I"E:\OVNI\Level Editor" /I"C:\Program Files\Microsoft DirectX SDK (April 2007)\Include" /I"D:\Pgm\Visual c++ 2005\include" /I"C:\Program Files\Microsoft SDK\include"  /c sources\Application\Application.cpp /Fo.objs\debug\sources\Application\Application.obj' in 'E:\OVNI\Level Editor' failed.
Nothing to be done.

25 July 2007 build (4321) : Could not find the dll needed by cl.exe, even if the dll is in the same directory.

I've encountered the same problem.
As with your case, I haven't been able to use any of the nightlies since the 22 July 2007 build (4291).
Did some googling and played around with environmental paths, copied the DLL in question to the VC Express bin directory, but this didn't solve the problem.
VC Express itself works fine.


Dan

Try adding the path to the DLL to Additional Paths.


"Settings" -> "Compiler and Debugger"
Tab "Tool chain Executables"
Add path to under "Additional Paths"

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]