Author Topic: The 03 december 2006 build is out.  (Read 22795 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 03 december 2006 build is out.
« on: December 03, 2006, 06:38:12 pm »
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:


« Last Edit: December 03, 2006, 07:29:36 pm by killerbot »

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 03 december 2006 build is out.
« Reply #1 on: December 03, 2006, 11:53:19 pm »
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

Offline oz

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: The 03 december 2006 build is out.
« Reply #2 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

[attachment deleted by admin]
« Last Edit: December 04, 2006, 04:25:43 am by oz »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 03 december 2006 build is out.
« Reply #3 on: December 04, 2006, 04:49:55 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++ 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 skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 03 december 2006 build is out.
« Reply #4 on: December 04, 2006, 04:19:57 pm »
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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 03 december 2006 build is out.
« Reply #5 on: December 04, 2006, 06:28:56 pm »
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

bnilsson

  • Guest
Re: The 03 december 2006 build is out.
« Reply #6 on: December 04, 2006, 06:58:03 pm »
(I guess) similar errors here for rev 3334 "make" version in MacOSX:

Quote
Making 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
« Last Edit: December 04, 2006, 07:01:37 pm by bnilsson »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 03 december 2006 build is out.
« Reply #7 on: December 04, 2006, 07:54:15 pm »
Code: quick hack
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:
Code
#include <wx/string.h>
#include <wx/file.h>

Sure it'll be fixed soon.
« Last Edit: December 04, 2006, 07:57:12 pm by afb »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 03 december 2006 build is out.
« Reply #8 on: December 04, 2006, 08:17:33 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 03 december 2006 build is out.
« Reply #9 on: December 04, 2006, 08:18:47 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)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 03 december 2006 build is out.
« Reply #10 on: December 04, 2006, 08:30:14 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

sethjackson

  • Guest
Re: The 03 december 2006 build is out.
« Reply #11 on: December 04, 2006, 08:30:59 pm »
Autotools on Windows? Where?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 03 december 2006 build is out.
« Reply #12 on: December 04, 2006, 08:36:15 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

sethjackson

  • Guest
Re: The 03 december 2006 build is out.
« Reply #13 on: December 04, 2006, 08:40:50 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?

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 03 december 2006 build is out.
« Reply #14 on: December 04, 2006, 08:42:29 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.

Autotools on Windows? Where?

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