Author Topic: The 11 July 2007 build (4261) is out.  (Read 32124 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 11 July 2007 build (4261) is out.
« on: July 11, 2007, 08:38:55 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 11 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070711_rev4261_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070711_rev4261_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070711_rev4261_Debian4.0_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070711_rev4261_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070711_rev4261_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • cb_share_config: implemented "uncheck all"; made dlg resizable
  • Code completion: Fixed [bug #11460] "Switching to current file's symbols delays class browser for ~ 4 secs"
  • CC parser now supports "typedef enum {...} id" constructs
  • Backticked expressions in build options are now parsed for compiler/linker search dirs. Code-completion benefits greatly from this (locating files to parse, opening #include files, etc)

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: July 12, 2007, 07:59:25 am by killerbot »

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 11 July 2007 build (4261) is out.
« Reply #1 on: July 11, 2007, 08:56:25 pm »
killerbot, thanks.
But what about FCx or F7 ???

AmR EiSa

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 11 July 2007 build (4261) is out.
« Reply #2 on: July 11, 2007, 09:28:06 pm »
killerbot, thanks.
But what about FCx or F7 ???

AmR EiSa
Will look at the rpm packages after my exams (4 exams from 20th to 24th and two presentations till then too). ;)
Nightly builds for openSUSE

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
Re: The 11 July 2007 build (4261) is out.
« Reply #3 on: July 11, 2007, 09:44:43 pm »

Backticked expressions in build options are now parsed for compiler/linker search dirs. Code-completion benefits greatly from this (locating files to parse, opening #include files, etc)

Yipee! We are now smarter than Eclipse CDT! :D


Offline zortich

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: The 11 July 2007 build (4261) is out.
« Reply #4 on: July 11, 2007, 10:00:31 pm »
And what about RC3?

mariocup

  • Guest
Re: The 11 July 2007 build (4261) is out.
« Reply #5 on: July 11, 2007, 10:28:22 pm »
Hi,

I am trying to build the current version 4261 under windows and I get the following error for projectimporter plugin:

Compiling: plugins\projectsimporter\devcpploader.cpp
Linking dynamic library: devel\share\CodeBlocks\plugins\projectsimporter.dll
Info: resolving vtable for TiXmlDocumentby linking to __imp___ZTV13TiXmlDocument (auto-import)
.objs\plugins\projectsimporter\msvc7loader.o: In function `ZNSt6vectorIPN14BlockAllocatorI21CodeBlocksLayoutEventLj75ELb0EE11LinkedBlockIS1_EESaIS5_EEixEj':
D:/science/codeblocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_vector.h:(.text$_ZN13TiXmlDocumentD1Ev[TiXmlDocument::~TiXmlDocument()]+0x3a): variable 'vtable for TiXmlDocument' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
collect2: ld returned 1 exit status

Do I have to modify my settings?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 11 July 2007 build (4261) is out.
« Reply #6 on: July 11, 2007, 10:35:52 pm »
delete the gch files, delete in devel codeblocks.dll/a and do a full rebuild al

mariocup

  • Guest
Re: The 11 July 2007 build (4261) is out.
« Reply #7 on: July 11, 2007, 11:35:49 pm »
Hi killerbot,

I made a new check in a different directory and modified the cb global variable. But when building cb I still get the same message for the I projectsimporter.

I am using wxwidgets 2.8.4 and the mingw 3.4.4.


Offline Albenejean

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 11 July 2007 build (4261) is out.
« Reply #8 on: July 11, 2007, 11:43:07 pm »
Hi.

When launching this version of CB, I've got the following errors with windows XP:

Scanning for plugins in D:\Pgm\CodeBlocks/share/codeblocks/plugins...
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/astyle.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/autosave.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/byogames.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/cb_koders.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/classwizard.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/codecompletion.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/codesnippets.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/codestat.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/compiler.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/copystrings.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/debugger.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/defaultmimehandler.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/devpakupdater.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/DragScroll.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/envvars.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/Exporter.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/help_plugin.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/InterpretedLangs.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/keybinder.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/lib_finder.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/Profiler.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/PyPlugin.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/RegExTestbed.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/scriptedwizard.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/SymTab.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/todo.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/wxsmith.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/wxSmithContribItems.dll: not loaded (missing symbols?)
ERROR: D:\Pgm\CodeBlocks/share/codeblocks/plugins/xpmanifest.dll: not loaded (missing symbols?)
Found 0 plugins

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 11 July 2007 build (4261) is out.
« Reply #9 on: July 11, 2007, 11:57:20 pm »
killerbot, thanks.
But what about FCx or F7 ???

AmR EiSa

wxGTK 2.8.4 was just built for Fedora Development, version for Fedora 7 will follow. So will start to build some selected nighties for Fedora again.
Code::Blocks package maintainer for Fedora and EPEL

Offline Albenejean

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 11 July 2007 build (4261) is out.
« Reply #10 on: July 12, 2007, 12:03:26 am »
Quote
Hi.

When launching this version of CB, I've got the following errors with windows XP:

Scanning for plugins in D:\Pgm\CodeBlocks/share/codeblocks/plugins...

False alarm, for you...
I wanted to use an older nightly , but it works no more. Same problem at the beginning, and now windows says that he couldn't find ressources...  :?
So I think it's a winXP problem, and not a CB problem.

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 11 July 2007 build (4261) is out.
« Reply #11 on: July 12, 2007, 12:13:48 am »
I just built my .debs and the revision number is showing 4161 when I open CB, not 4261. Can't see anything on my end of things that would have probably caused it. They were also built on a fresh download of the svn files.

Offline Albenejean

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 11 July 2007 build (4261) is out.
« Reply #12 on: July 12, 2007, 12:15:17 am »
Quote
Quote
Hi.

When launching this version of CB, I've got the following errors with windows XP:

Scanning for plugins in D:\Pgm\CodeBlocks/share/codeblocks/plugins...
False alarm, for you...
I wanted to use an older nightly , but it works no more. Same problem at the beginning, and now windows says that he couldn't find ressources...  Confused
So I think it's a winXP problem, and not a CB problem.
OK, it comes from my archiver utility (lzarc) :x. I've switched back to 7zip and everything is OK.
Sorry...

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 11 July 2007 build (4261) is out.
« Reply #13 on: July 12, 2007, 12:21:11 am »
Hi killerbot,

I made a new check in a different directory and modified the cb global variable. But when building cb I still get the same message for the I projectsimporter.

I am using wxwidgets 2.8.4 and the mingw 3.4.4.



@mariocup

I just used wxwidgets 2.8.4 and the mingw 3.4.5 and it worked for me. It did display this info note. I think it may be an compiler issue.

Code
Info: resolving vtable for TiXmlDocumentby linking to __imp___ZTV13TiXmlDocument (auto-import)

Here's the batch file version-of-mingw.bat that I use to get mingw version info.
Tim S

Code
@echo off
REM credit to Peter Ward work in ReactOS Build Environment RosBE.cmd it gave me a starting point that I edited.
::
:: Display the current version of GCC, ld, make and others.
::

REM %CD% works in Windows XP, not sure when it was added to Windows
REM set MINGWBASEDIR=C:\MinGW
set MINGWBASEDIR=%CD%
ECHO MINGWBASEDIR=%MINGWBASEDIR%
SET PATH=%MINGWBASEDIR%\bin;%SystemRoot%\system32
if exist %MINGWBASEDIR%\bin\gcc.exe (gcc -v 2>&1 | find "gcc version")
if exist %MINGWBASEDIR%\bin\nasm.exe (nasm -v)
if exist %MINGWBASEDIR%\bin\ld.exe (ld -v)
if exist %MINGWBASEDIR%\bin\windres.exe (windres --version | find "GNU windres")
if exist %MINGWBASEDIR%\bin\dlltool.exe (dlltool --version | find "GNU dlltool")
if exist %MINGWBASEDIR%\bin\pexports.exe (pexports | find "PExports" )
if exist %MINGWBASEDIR%\bin\mingw32-make.exe (mingw32-make -v | find "GNU Make")
if exist %MINGWBASEDIR%\bin\make.exe (ECHO It is not recommended to have make.exe in mingw/bin)
REM ECHO "The minGW runtime version is the same as __MINGW32_VERSION"
if exist "%MINGWBASEDIR%\include\_mingw.h" (type "%MINGWBASEDIR%\include\_mingw.h" | find "__MINGW32_VERSION" | find "#define")
if exist "%MINGWBASEDIR%\include\w32api.h" (type "%MINGWBASEDIR%\include\w32api.h" | find "__W32API_VERSION")

PAUSE

Here's the result of my minGW setup.

Code
MINGWBASEDIR=C:\apps\MinGW_GCC_3.4.5_API_3_9
gcc version 3.4.5 (mingw special)
GNU ld version 2.17.50 20060824
GNU windres 2.17.50 20060824
GNU dlltool 2.17.50 20060824
GNU Make 3.81
#define __MINGW32_VERSION 3.12
#define __W32API_VERSION 3.9
Press any key to continue . . .
« Last Edit: July 12, 2007, 05:35:10 am 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 galenchang

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 11 July 2007 build (4261) is out.
« Reply #14 on: July 12, 2007, 02:33:49 am »
I've a successful build under windows xp. But we I launch the new program, it just crashes, with a codeblocks.rpt file like this:
-------------------

Error occured on Thursday, July 12, 2007 at 08:30:45.

E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe caused an Access Violation at location 6cdbb6d8 in module E:\MySource\codeblocks-1.0rc2\cb\src\output\wxmsw28u_gcc_custom.dll Reading from location 00000064.

Registers:
eax=00000000 ebx=fffffffe ecx=fffffffe edx=00000000 esi=00000000 edi=00d9af60
eip=6cdbb6d8 esp=0023f1d0 ebp=0023f1e8 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202

Call stack:
6CDBB6D8  E:\MySource\codeblocks-1.0rc2\cb\src\output\wxmsw28u_gcc_custom.dll:6CDBB6D8  _ZN9wxMenuBar20MSWPositionForWxMenuEP6wxMenui
6CDBBDAE  E:\MySource\codeblocks-1.0rc2\cb\src\output\wxmsw28u_gcc_custom.dll:6CDBBDAE  _ZN9wxMenuBar6InsertEjP6wxMenuRK8wxString
60587544  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:60587544  _ZN16MenuItemsManager16CreateFromStringERK8wxStringi
6061F8AC  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:6061F8AC  _ZN16ScriptingManager18RegisterScriptMenuERK8wxStringS2_b
606FCF07  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:606FCF07  _ZN6SqPlus20ReturnSpecializationIbE4CallI16ScriptingManagerRK8wxStringS6_bEEiRT_MS7_FbT0_T1_T2_EP4SQVMi
6070CE55  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:6070CE55  _ZN6SqPlus4CallI16ScriptingManagerbRK8wxStringS4_bEEiRT_MS5_FT0_T1_T2_T3_EP4SQVMi
60708652  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:60708652  _ZN6SqPlus32DirectCallInstanceMemberFunctionI16ScriptingManagerMS1_FbRK8wxStringS4_bEE8DispatchEP4SQVM
60689BDB  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:60689BDB  _ZN4SQVM10CallNativeEP15SQNativeClosureiibR11SQObjectPtrRb
60686488  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:60686488  _ZN4SQVM7ExecuteER11SQObjectPtriiiS1_jNS_13ExecutionTypeE
6068B68E  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:6068B68E  _ZN4SQVM4CallER11SQObjectPtriiS1_j
60675F6A  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:60675F6A  sq_call
60667910  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:60667910  _ZN10SquirrelVM9RunScriptERK14SquirrelObjectPS0_
6061EF33  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:6061EF33  _ZN16ScriptingManager10LoadBufferERK8wxStringS2_
6061E889  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.dll:6061E889  _ZN16ScriptingManager10LoadScriptERK8wxString
00404019  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe:00404019
00468378  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe:00468378
6CC8E459  E:\MySource\codeblocks-1.0rc2\cb\src\output\wxmsw28u_gcc_custom.dll:6CC8E459  _Z14wxUninitializev
6CD10ACC  E:\MySource\codeblocks-1.0rc2\cb\src\output\wxmsw28u_gcc_custom.dll:6CD10ACC  _Z7wxEntryP11HINSTANCE__S0_Pci
0040189E  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe:0040189E
004624CA  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe:004624CA
00401237  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe:00401237
004012A8  E:\MySource\codeblocks-1.0rc2\cb\src\output\codeblocks.exe:004012A8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle


I am using wxwidgets 2.8.4 and the mingw 3.4.2.
Any one can give some help? Thanks.