User forums > Nightly builds
The 31 May 2007 build will NOT be out.
Deschamps:
For those Windows users waiting for a recent nightly build...
Here you'll find a Code::Blocks svn rev.4028 (including all contrib-plugins). Moreover, the zipped package includes the last build for the nice open-source gui builder wxFormBuilder (svn rev.1106), both linked against a shared monolithic unicode wxMSW-2.8.4 (also included). You will need 7-zip for unzip the file:
CB_wxFB_4028_windows.7z
Regards.
darthdespotism:
--- Quote from: i25ffz on June 01, 2007, 03:23:38 am ---
For item 2, you need download svn client program, visit page: http://subversion.tigris.org/project_packages.html or http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91(windows), and download svn client zip file, and upzip them to a dir, add the dir\bin to you path env variable, source at src\build_tools\autorevision\autorevision.cpp, you can see a line:
string svncmd("svn info --xml --non-interactive ");
if you can run this command at DOS mode, then you will get the svn version and date.
--- End quote ---
Thanks that helped me solving it on my Linux box, thought there would be an svn installed with kdesvn
With the new wx2.4.8 - Builds (latest is rev 4031) there are some issues with the Project-Wizzard. Here the Window is too small and here not the full box is shown.
NOTE that I did not resized the 1680x1050-screenshoots as interpolating them does not reduce filesize but grow it and after resizing without interpolation it is sometimes hard to see it right.
kingfox:
When I compiled C::B rev 4041 using C::B rev3988, it gave me many error message such as:
--- Quote ---mingw32-g++.exe -Wall -g -pipe -mthreads -fmessage-length=0 -fexceptions -Winvalid-pch -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DwxUSE_UNICODE -DEXPORT_LIB -DEXPORT_EVENTS -march=pentium3 -W -pg -g -ID:\DEVLIB\wxWidgets\include -ID:\DEVLIB\wxWidgets\lib\gcc_dll\mswu -Iinclude\wxscintilla\include -Iinclude\propgrid\include -Iinclude\tinyxml -Iinclude -Iinclude\scripting\bindings -Iinclude\scripting\include -Iinclude\scripting\sqplus -Iinclude\wxFlatNotebook\include -ID:\MinGW\include -ID:\DOWNLOAD\DEVELOP\IDE\CodeBlocks\source\src\sdk\scripting\bindings -ID:\DOWNLOAD\DEVELOP\IDE\CodeBlocks\source\src -c D:\DOWNLOAD\DEVELOP\IDE\CodeBlocks\source\src\sdk\scripting\bindings\sc_consts.cpp -o .objs\sdk\scripting\bindings\sc_consts.o
include/scripting/sqplus/sqplus.h: In instantiation of 'void SqPlus::validateConstantType(T) [with T = int]':
include/scripting/sqplus/sqplus.h:414: instantiated from 'void SqPlus::BindConstant(SquirrelObject&, T, const SQChar*) [with T = int]'
include/scripting/sqplus/sqplus.h:433: instantiated from 'void SqPlus::BindConstant(T, const SQChar*) [with T = int]'
... ...
mingw32-g++.exe -Wall -g -pipe -mthreads -fmessage-length=0 -fexceptions -Winvalid-pch -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DwxUSE_UNICODE -DEXPORT_LIB -DEXPORT_EVENTS -march=pentium3 -W -pg -g -ID:\DEVLIB\wxWidgets\include -ID:\DEVLIB\wxWidgets\lib\gcc_dll\mswu -Iinclude\wxscintilla\include -Iinclude\propgrid\include -Iinclude\tinyxml -Iinclude -Iinclude\scripting\bindings -Iinclude\scripting\include -Iinclude\scripting\sqplus -Iinclude\wxFlatNotebook\include -ID:\MinGW\include -ID:\DOWNLOAD\DEVELOP\IDE\CodeBlocks\source\src\sdk\scripting\bindings -ID:\DOWNLOAD\DEVELOP\IDE\CodeBlocks\source\src -c D:\DOWNLOAD\DEVELOP\IDE\CodeBlocks\source\src\sdk\scripting\bindings\sc_io.cpp -o .objs\sdk\scripting\bindings\sc_io.o
include/scripting/sqplus/sqplus.h: In instantiation of 'void SqPlus::validateConstantType(T) [with T = bool]':
include/scripting/sqplus/sqplus.h:414: instantiated from 'void SqPlus::BindConstant(SquirrelObject&, T, const SQChar*) [with T = bool]'
include/scripting/sqplus/sqplus.h:433: instantiated from 'void SqPlus::BindConstant(T, const SQChar*) [with T = bool]'
... ...
--- End quote ---
maybe each file useing sqplus.h will cause above error.
I add d:\mingw\bin and d:\mingw\mingw32\bin into PATH. I use follow command to compile wxWidgets:
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1
What should I do?
stahta01:
@kingfox
Are you sure it was an error and NOT an warning?
What version of minGW GCC?
And, what version of wxWidgets?
Note: See Thread http://forums.codeblocks.org/index.php/topic,6050.0.html
It seems to be the fixing of this problem.
Edit: C::B SVN 3942 seems to work OK, when using minGW GCC 3.4.5.
(Code snippet compile/link issue went away without my patches applied; will look at my patches for cause later.)
Edit: I am downloading C::B 3988 to see if it is the cause.
Tim S
kingfox:
@stahta01
Thank you. I'm not sure whether they are error or warning. Because the color of these message is red, so I think they are some error message.
The strange thing is: when I recompile C::B without clean the previous compiled output, there isn't any error! But when I run the output executable file, it crashed. I don't know why. So I cleaned all the compiled output files and try to compile it again.
BTW: I'm using mingw gcc 4.1.2 and wxwidgets 2.8.3.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version