Author Topic: Who tell me where's the "application log"  (Read 6379 times)

Offline whoknows

  • Single posting newcomer
  • *
  • Posts: 4
Who tell me where's the "application log"
« on: September 23, 2012, 07:05:51 pm »
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.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.
« Last Edit: September 23, 2012, 07:51:06 pm by whoknows »

Offline whoknows

  • Single posting newcomer
  • *
  • Posts: 4
Re: Who tell me where's the "application log"
« Reply #1 on: September 23, 2012, 07:20:57 pm »
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.
« Last Edit: September 23, 2012, 07:50:32 pm by whoknows »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Who tell me where's the "application log"
« Reply #2 on: September 23, 2012, 07:34:23 pm »
You don't need svn.exe for a proper build.
(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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Who tell me where's the "application log"
« Reply #3 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.

Offline whoknows

  • Single posting newcomer
  • *
  • Posts: 4
Re: Who tell me where's the "application log"
« Reply #4 on: September 23, 2012, 07:46:22 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.

Offline whoknows

  • Single posting newcomer
  • *
  • Posts: 4
Re: Who tell me where's the "application log"
« Reply #5 on: September 23, 2012, 07:47:39 pm »
Run C::B from a console windows (cmd.exe) with the -v parameter to get more debug messages.

Good, Thanks :)