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 03 december 2006 build is out.

Started by killerbot, December 03, 2006, 06:38:12 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.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

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 03 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061203_rev3327_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061203_rev3327_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061203_rev3327_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061203_rev3327_fc4+5.rpm (not yet)


Resolved Fixed:


  • Fix for calculating build dependencies correctly when using build
    scripts for the build process

Regressions/Confirmed/Annoying/Common bugs:



Szabadember

TODO plugin bug:
  TODO-s below #warning won't appear in the list:

// TODO someone#1# this will appear in the list
#warning TODO someone#1# some warning --> warning type TODO-s won't appear in te list
// TODO someone#1# this won't appear in the list

oz

#2
Every time got a crash, start from 29-Nov, actually I did nothing, only open codeblocks then close it, and it crashes. I attached the rpt file with this thread. :shock:

Windows xp sp2

[attachment deleted by admin]

stahta01

Quote from: oz on December 04, 2006, 04:19:42 AM
Every time got a crash, start from 29-Nov, actually I did nothing, only open codeblocks then close it, and it crashes. I attached the rpt file with this thread. :shock:

Windows xp sp2

Disable Code Completion Plugin.

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]

skirby

Same problem here but under Windows 2000 sp4 (First time I saw the problem: build 11/29/2006)
I can confirm that disable Code Completion plugin resolve the crash when exiting C::B.

I hope this problem will be corrected in next build.

Have a nice day.

stahta01

SVN 3332-3334 Build Issue changes to file tinywxuni.cpp causing project "C::B Share Config" to fail to build.

Tim S

-------------- Build: default in C::B Share Config ---------------
Precompiling header: wx_pch.h
Compiling: mainframe.cpp
Compiling: app.cpp
Compiling: ..\..\sdk\tinyxml\tinywxuni.cpp
..\..\sdk\tinyxml\tinywxuni.cpp: In function `bool TinyXML::LoadDocument(const wxString&, TiXmlDocument*)':
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: `wxFile' has not been declared
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: `wxFile' has not been declared
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: `Access' undeclared (first use this function)
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
..\..\sdk\tinyxml\tinywxuni.cpp:13: error: `wxFile' undeclared (first use this function)
..\..\sdk\tinyxml\tinywxuni.cpp:13: error: expected `;' before "file"
..\..\sdk\tinyxml\tinywxuni.cpp:14: error: `file' undeclared (first use this function)
..\..\sdk\tinyxml\tinywxuni.cpp: In function `bool TinyXML::SaveDocument(const wxString&, TiXmlDocument*)':
..\..\sdk\tinyxml\tinywxuni.cpp:49: error: `Manager' has not been declared
..\..\sdk\tinyxml\tinywxuni.cpp:49: error: `Get' undeclared (first use this function)
Process terminated with status 1 (0 minutes, 20 seconds)
9 errors, 0 warnings

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]

bnilsson

#6
(I guess) similar errors here for rev 3334 "make" version in MacOSX:

QuoteMaking all in tinyxml
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/opt/local/lib/wx/include/mac-unicode-release-2.6 -I/opt/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA      -O2 -ffast-math -I/opt/local/include -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT tinywxuni.lo -MD -MP -MF ".deps/tinywxuni.Tpo" -c -o tinywxuni.lo tinywxuni.cpp; \
then mv -f ".deps/tinywxuni.Tpo" ".deps/tinywxuni.Plo"; else rm -f ".deps/tinywxuni.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/opt/local/lib/wx/include/mac-unicode-release-2.6 -I/opt/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -O2 -ffast-math -I/opt/local/include -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp  -fno-common -DPIC -o .libs/tinywxuni.o
In file included from ../sdk_precomp.h:8,
                 from tinywxuni.cpp:4:
../sdk_common.h:89:32: error: wx/wxscintilla.h: No such file or directory
../cbeditor.h:23: error: expected class-name before '{' token
../cbeditor.h:313: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:314: error: 'wxScintillaEvent' has not been declared

afb

#7
Code (Quick Hack) Select

Index: src/sdk/tinyxml/Makefile.am
===================================================================
--- src/sdk/tinyxml/Makefile.am (revision 3334)
+++ src/sdk/tinyxml/Makefile.am (arbetskopia)
@@ -1,4 +1,5 @@
-INCLUDES = $(WX_CXXFLAGS)
+INCLUDES = $(WX_CXXFLAGS) \
+                       -I$(top_srcdir)/src/sdk/wxscintilla/include

sdkdir=$(includedir)/codeblocks/tinyxml


Old code also had:

#include <wx/string.h>
#include <wx/file.h>


Sure it'll be fixed soon.

MortenMacFly

Includes have been fixed in SVN. Autobuild I can't do (no linux access ATM).
Thomas: In case you read this: I told you... ;-)
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]

afb

Quote from: MortenMacFly on December 04, 2006, 08:17:33 PM
Includes have been fixed in SVN. Autobuild I can't do (no linux access ATM).

Can't you use MinGW for Autotools ? Haven't tried, but I do use it for Mac (which is not Linux either)

MortenMacFly

Quote from: afb on December 04, 2006, 08:18:47 PM
Can't you use MinGW for Autotools ? Haven't tried, but I do use it for Mac (which is not Linux either)
I could but I won't. I can do this tomorrow on a linux box - because I assume some PCH compatibility issues have to be fixed, too. I think this can wait about 12 hours saving me a couple of handbangs due to autotools issues on Win32... ;-)
With regards, Morten.

BTW: Did I mention that I don't like autotools...?! *lol*
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]

sethjackson


MortenMacFly

Quote from: sethjackson on December 04, 2006, 08:30:59 PM
Autotools on Windows? Where?
For example on Cygwin/MinGW...
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]

sethjackson

Quote from: MortenMacFly on December 04, 2006, 08:36:15 PM
Quote from: sethjackson on December 04, 2006, 08:30:59 PM
Autotools on Windows? Where?
For example on Cygwin/MinGW...
With regards, Morten.

Oh ok. Do you have to have Cygwin to run autotools on Windows? Or can you run the tools w/o it?

afb

Quote from: MortenMacFly on December 04, 2006, 08:30:14 PM
Quote from: afb on December 04, 2006, 08:18:47 PM
Can't you use MinGW for Autotools ? Haven't tried, but I do use it for Mac (which is not Linux either)
I could but I won't. I can do this tomorrow on a linux box - because I assume some PCH compatibility issues have to be fixed, too. I think this can wait about 12 hours saving me a couple of handbangs due to autotools issues on Win32... ;-)

Sure it can, just mentioned it as an alternative way of just checking syntax etc.

Quote from: sethjackson on December 04, 2006, 08:30:59 PM
Autotools on Windows? Where?

We need to add some build-with-MinGW instructions to the Wiki, it sounds like...