User forums > Nightly builds
The 11 July 2007 build (4261) is out.
Albenejean:
--- 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...
--- End quote ---
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.
cstudent:
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.
Albenejean:
--- 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...
--- End quote ---
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.
--- End quote ---
OK, it comes from my archiver utility (lzarc) :x. I've switched back to 7zip and everything is OK.
Sorry...
stahta01:
--- Quote from: mariocup 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.
--- End quote ---
@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)
--- End code ---
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
--- End code ---
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 . . .
--- End code ---
galenchang:
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.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version