News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 08 September 2007 build (4446) is out.

Started by killerbot, September 09, 2007, 01:32:01 PM

Previous topic - Next topic

killerbot

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 08 September 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070908_rev4446_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070908_rev4446_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070908_rev4446_Debian4.0_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070908_rev4446_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070908_rev4446_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith:
    * Added pop-up menu on right click on resource in resource browser
    * Implemented deleting resources (accessible through pop-up menu)
    * Fixed typo
  • Help plugin:
    * Converted the basic frame to display man pages into a simple man pages viewer
  • Updated: Update script for Linux/Unix to exclude .svn, Makefile and other garbage files

Regressions/Confirmed/Annoying/Common bugs:


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


raph

We have passed rev 4444, congratulations.  :D
Great progress recently.

pasgui

Build for Ubuntu 6.10/7.04 i386 can be found here

I won't be able to provide CB packages until the 23rd of september due to a business trip in South Korea.

Best regards,

pasgui

reptils

Hi killerbot,
is possible to add an empty line (or something else to separate) between each full cammand lines in the build log ?
WinSplit Revolution [url="http://reptils.free.fr"]http://reptils.free.fr[/url]

SR


orefa

The help_plugin.dll stopped loading at build 4439 under Windows 2000 (and XP SP2 according to h8or). The problem still exists with this build.

Ceniza

I just compiled the latest SVN revision on XP, and the help plugin loads and works. I also downloaded this nightly build, and it loads and works too.

Ceniza

OK, let's try this the hard way.

Method 1: Get an hex editor (e.g. Free Hex Editor). Open codeblocks.exe with it, Edit->Go to (Ctrl + G), offset: x263d. You should see 00 00 00 00 e8 de ff 06 ... Change those four pairs of zeros to ff. It should look like this now: ff ff ff ff e8 de ff 06 ... Save the file. Now open it and paste the error (you may need to click Details >> to see them all).

Method 2: Just download this file, decompress it to replace your current codeblocks.exe, open it and paste the error.

orefa

#8
Ceniza, thanks for looking into this.

I had already stepped back to build 4429 which works fine on my side. I tried today's build again and it produced the same error under Windows 2000. I then temporarily renamed my current CodeBlock directory in order to create a new one, in case some forgotten file left behind was causing the problem. I extracted today's build, copied mingwm10.dll and wxmsw28u_gcc_cb.dll to it and tried again: same error, the help_plugin.dll failed to load.


Next, I borrowed my wife's laptop which runs Windows XP (SP2) Home Edition on an AMD Ahlon 64 Processor 3000+ under 512 MB of RAM. I installed today's nightly to it. The help plugin failed to load here as well. Here is the log file which shows the error in question:

Manager initialized
Scanning for lexers in C:\Documents and Settings\Lysa 2\Application Data\codeblocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\Program Files\CodeBlocks/share/codeblocks/lexers/...
Found 29 lexers
Configured 0 tools
Scanning for plugins in C:\Documents and Settings\Lysa 2\Application Data\codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in C:\Program Files\CodeBlocks/share/codeblocks/plugins...
ERROR: C:\Program Files\CodeBlocks/share/codeblocks/plugins/help_plugin.dll: not loaded (missing symbols?)
Found 27 plugins
Loading: AStylePlugin Autosave BYOGames CB_Koders ClassWizard CodeCompletion CodeSnippets CodeStat Compiler copystrings Debugger FilesExtensionHandler DevPakUpdater cbDragScroll EnvVars Exporter cbKeyBinder lib_finder Profiler ProjectsImporter RegExTestbed ScriptedWizard SymTab ToDoList wxSmith wxSmithMime wxSmithContribItems WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'


Finally, I downloaded the replacement file from your last message. An error window opened with these details in the log:

10:45:52: Can not enumerate files in directory 'C:\Documents and Settings\Administrator\Application Data\codeblocks/share/codeblocks/lexers/' (error 3: the system cannot find the path specified.)
10:45:52: Resource files must have same version number!
10:45:53: Failed to load shared library 'C:\Program Files\CodeBlocks/share/codeblocks/plugins/help_plugin.dll' (error 127: the specified procedure could not be found.)


EDIT 1: My PC does not have a 'C:\Documents and Settings\Administrator\Application Data\codeblocks/share/codeblocks/lexers/' directory.

EDIT 2: I note the odd alternate use of forward and backward slashes in the names...

Ceniza

So it's really a "missing symbols" error. It's a shame Windows does not report the missing symbol (specified procedure).

What's strange is that it works here, both my own build and this nightly.

Is anyone else having this problem with this nightly?

stahta01

#10
Quote from: Ceniza on September 09, 2007, 08:29:49 PM
So it's really a "missing symbols" error. It's a shame Windows does not report the missing symbol (specified procedure).

What's strange is that it works here, both my own build and this nightly.

Is anyone else having this problem with this nightly?

I would suggest verifying which wxWidgets version of DLL is being used.

Note: I duplicated the problem on Windows XP using the 2.8.3 version of wxmsw28u_gcc_cb.dll.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

orefa

Ah-HA! I evidently missed that switch of widgets dating back to May 18. Since I don't use wxWidget it has taken until this week to cause me a problem, which is now fixed by this update. Thanks!


dje

Hi all !

Quote from: Ceniza on September 09, 2007, 08:29:49 PM
So it's really a "missing symbols" error. It's a shame Windows does not report the missing symbol (specified procedure).

Do you know how to get the symbol on Linux ? (Ubuntu 7.04)

Dje

kaidokert

built CB 4446 from sources on Ubuntu feisty, using deb-src http://lgp203.free.fr/ubuntu/

Locks up on startup, after asking for the compiler configuration. Starts ok in safe mode, and also starts when libcompiler.so is removed from the plugins directory.

i tried also under gdb, and hit break during lockup, doing "thread apply all bt" after that, but none of the backtraces seemed to point inside libcompiler. Ideas ? Should i post the backtraces ?

Ceniza

Quote from: dje on September 10, 2007, 10:46:31 AM
Hi all !

Quote from: Ceniza on September 09, 2007, 08:29:49 PM
So it's really a "missing symbols" error. It's a shame Windows does not report the missing symbol (specified procedure).

Do you know how to get the symbol on Linux ? (Ubuntu 7.04)

Dje

The symbol is shown in the error window (if logging is enabled).