User forums > Nightly builds
The 31 May 2007 build will NOT be out.
stahta01:
Hey, would this be a good time to suggest an weekly build instead of an nightly build?
Tim S
zerotri:
just a few quick questions.
1) when I compile Code::Blocks from SVN, it gives me an error asking for "wxmsw28u_gcc_custom.dll" instead of "wxmsw28u_gcc_cb.dll" is there a way to change this? I saw nothing mentioned in the Nightly Cookbook, so I didn't know if it was a new change. Maybe there's some special way I need to compile wxWidgets?
2) when I run the compiled Code::Blocks build, it says it's at revision '0'...so how does one fix that issue? Is there a special way I need to compile Code::Blocks? Again, I didn't see anything about this in the Nightly Cookbook, but I realize it's not quite up-to-date.
Any help would be much appreciated.
thanks,
-Wynter Woods(aka Zerotri)
Deschamps:
--- Quote from: zerotri ---1) when I compile Code::Blocks from SVN, it gives me an error asking for "wxmsw28u_gcc_custom.dll" instead of "wxmsw28u_gcc_cb.dll" is there a way to change this?
--- End quote ---
When you link your compiled source, you do it against your own built wxMSW libraries. So, you could try to build wxMSW with another VENDOR different than "custom" ("e.g. "cb"), but this has no sense because the program still would be looking for your wxMSW build, not the downloaded C::B one, i think. But when you have built C::B from sources, then you don't need the previous Nightly downloaded (that than you used for your C::B build) nor the wxmsw28u_gcc_cb.dll library, and could delete them, and use you own.
--- Quote ---2) when I run the compiled Code::Blocks build, it says it's at revision '0'...so how does one fix that issue? Is there a special way I need to compile Code::Blocks?
--- End quote ---
If you have updated your svn source correctly, and have built from the C::B workspace, and after that have run the batch (update.bat), and are running the executable inside /output folder (or wherever you have copied that folder)... then i suppose you should see the correct revision. So I can't help you, sorry.
Regards.
i25ffz:
--- Quote from: zerotri on June 01, 2007, 12:36:18 am ---just a few quick questions.
1) when I compile Code::Blocks from SVN, it gives me an error asking for "wxmsw28u_gcc_custom.dll" instead of "wxmsw28u_gcc_cb.dll" is there a way to change this? I saw nothing mentioned in the Nightly Cookbook, so I didn't know if it was a new change. Maybe there's some special way I need to compile wxWidgets?
2) when I run the compiled Code::Blocks build, it says it's at revision '0'...so how does one fix that issue? Is there a special way I need to compile Code::Blocks? Again, I didn't see anything about this in the Nightly Cookbook, but I realize it's not quite up-to-date.
Any help would be much appreciated.
thanks,
-Wynter Woods(aka Zerotri)
--- End quote ---
About item 1, you need rebuild your wxWidgets with commands as follow:
SET PATH=C:\Mingw\mingw32\bin;C:\MinGW\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 USE_ODBC=1 USE_OPENGL=1 clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 USE_ODBC=1 USE_OPENGL=1
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.
[Edited by mandrav: removed VENDOR=cb because it is not suggested]
kurapix:
Here is the 4028 SVN build (wxWidgets 2.8.4) :
download
Change log (since 3989 build of the 23rd May) :
* Added: Detection code to detect Turbo C++ Explorer's compiler.
* Updated Win32GUI wizard to generate proper project for Borland compiler.
* Added CR to clipboard when exporting compiler messages on Win32 (Patch #2018 by Rick)
* Removed signed/unsigned warnings from various dialogs (Patch #2018 by Rick)
* Fixed: Compilation warning on use of uninitialized variable (on behalf of mandrav)
* Fix for huge editor settings dialog under wx2.8.4.
* Fixed: Project file option dialog not placed at centre.
* Fixed: [Bug #11174] Font Interim Settings Lost
* Implemented Feature Request #3327: Double click target executes it.
* Fixed: [Bug #11195] Editor Settings can't be changed or it crash.
* Applied: [Patch #2021] Fix glitch with Find in Files search results failing to open (In modified form)
* Now debugging options would not be active if project has a compiling target. (build 4000 ;) )
* Removed warning message from editor configuration dialog
* Fixed: [Bug #11193] The .cbp is incorrectly named at project creation (Linux)
* fix static lib target name construction :
- @ CompilerCommandGenerator::SetupOutputFilenames : take into account the yes/no of auto pre/post (it was always considered to be auto which is incorrect)
- @ CompileTargetBase::GenerateTargetFilename : don't just replace extension in case of auto post by '.a', use the extension from the compiler option, and when there's no compiler then fallback to the hardcoded '.a'
- CompileTargetBase::GetTargetFilenameGenerationPolicy : pointer args replaced by references (no need to check the pointer for 0 then)
* Remaining portion of fix of [Bug #11193]
* Reverted: Fix of Bug# 10992
* in case of open project on the 'start here page', set the filter directly to cbp files, and do NOT update the 'type of files' [== do NOT update the Filters in this case : (source) file <-----> project (file) ]
wxSmith: Applied patch #2024: wxSmith: MenuEditor loosing variable and member state made by raph
CodeSnippets 1.2.76 2007/05/29
- Fixed: Not saving xml changes before "recently used" load
- Show filename base as root item label
- Verify:If external snippets, plgn *shouldnt* save conf OR xml on exit
- Ok: saves done by OnClose SnippetsWindow & Tree routines
- Fix "Apply" menu item, misspelled __WX...__ preprocessor
* Fixed: Project directory not added in project wizard (Bug introduced in rev 4002)
* Wrapped Linux hack for scripted wizard introduced in Rev 4004.
wxSmith: Added detection of modal dialogs which prevents few artifacts on editor
wxSmith: Fixed bug #10678: Changes of variabe names not directly shown in resource tree
wxSmithContribItems: Fixed bugs in wxCustomButton so it is now enabled in list of contrib items
wxSmith: Changed int to size_t in wxsCoder to prevent compiler warnings (suggested by MortenMacFly)
wxSmith: Image files now have 32 or 16 suffix depending on resolution (previously 32 suffix was skipped)
wxSmith: Temporarily removed wxChart from Makefiles (it just made some unreferenced symbols), added
wxCustomButton
wxSmithContribItems: Finally found the bug causing undefined symbols: typo inside #pragma interface. That proves that #pragma interface / #pragma implementation may only cause problems (GCC can work without them for a long time now) and should not be used if not necessary
* Missing headers
* war against (returned?!?!) macros
* (hopefully) fixed broken linux build caused by r4018
- additional macro removement (to be continued)
* - another fix for the compilation error on linux (hopefully the final one)
* added support for PHP in HTML lexer (thanks dmoore)
* WinAVR compiler support added
- adding the files
* Fixed: Wizard.GetProjectTitle() should now work properly according to new changes made in ProjectPathPanel.
* Fixed: [Bug #11214] No cursor on Fine-in-files when no file open
* added (completed) PHP and VBScript lexer, thanks dmoore
- removed remaining wx26 artefacts from project files
- fixed some signed/unsingned compiler warnings
KeyBinder 1.0.34 2007/05/31
- Re-enabled dynamic merge eliminating consideration of duplicates
- Corrected MortonMcFly's causing errors on msw wx2.8.4, Martin, please tell me when you want to change the code.
wxSmith: Fixed bug in long string properties (multiline editor was not shown)
Fixed wxSmith extensions in RegExTestbed plugin
Huge isn't it?
;)
Kurapix
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version