News:

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

Main Menu

Who tell me where's the "application log"

Started by whoknows, September 23, 2012, 07:05:51 PM

Previous topic - Next topic

whoknows

Most plugin were not loaded after I built code::blocks & plugins and ran update.exe followed http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows.

Then I search the topic found http://forums.next.codeblocks.org/index.php?action=printpage;topic=7610.0, but I built code::blocks and plugins with the same evirentment, why it said "This usually happens when a plugin is built for a different version of code::blocks sdk"?

Most important thing, I think, is where to check the application log?

Attachment is the warning snapshot, almost all plugins were not loaded.

whoknows

#1
I'm sorry, I didn't had the svn.exe in PATH before.
I didn't know it's so important while I think it should be an building time error if so.
While I added it to PATH and rebuilt code::blocks, and ran update.bat, then the plugins worked.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

Run C::B from a console windows (cmd.exe) with the -v parameter to get more debug messages.

whoknows

Quote from: oBFusCATed on September 23, 2012, 07:34:23 PM
You don't need svn.exe for a proper build.

Thanks, while I had it in PATH and rebuilt code::blocks then the plugins worked.

whoknows

Quote from: jens on September 23, 2012, 07:38:06 PM
Run C::B from a console windows (cmd.exe) with the -v parameter to get more debug messages.

Good, Thanks :)