Author Topic: Unofficial Code::Blocks installer for Windows (svn 10408)  (Read 172066 times)

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Unofficial Windows installer for Code::Blocks (svn 8043)
« Reply #75 on: June 19, 2012, 05:38:15 pm »
Thanks.

By the way, while exploring the new installer, I found it appears that the Editor Tweaks plugin and the CMake lexer are unavailable.  Were these perhaps lost during packaging?

Fixed when updated and including your new plugin. Thanks for letting me know!

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Unofficial Windows installer for Code::Blocks (svn 8081)
« Reply #76 on: July 12, 2012, 05:45:35 pm »
Thanks for letting me know!
No problem.

It appears the Java lexer has managed to sneak past this time.

Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #77 on: September 23, 2012, 12:35:52 pm »
The downloadfile for svn revision 8401 from sourceforge seems to be faulty,
the setup file has only 18MB, and can not be executed.

The download from Google has to be 27MB and the setup runs
but code block crashes on start.

Codeblock 8150 runs on WinXp-SP3 with TDM-GCC 4.7.1 without any problem.


Thanks

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #78 on: September 23, 2012, 06:38:05 pm »
The crash might be related to this one:
http://forums.codeblocks.org/index.php/topic,16889.msg114892.html#msg114892

If yes, it is fixed in svn r8403.

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #79 on: September 24, 2012, 12:47:27 am »
The downloadfile for svn revision 8401 from sourceforge seems to be faulty,
the setup file has only 18MB, and can not be executed.

I have reuploaded to sourceforge, it should be fine now. Thanks for letting us know.

I couldn't reproduce the crash on startup. Did you install the latest revision over a previous one?
C::B would crash while trying to load a plugin compiled with GCC 4.6.1. Make sure that you uninstall a previous revision before installing 84xx.
« Last Edit: September 24, 2012, 10:48:07 am by ptDev »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #80 on: September 24, 2012, 06:25:49 am »
I couldn't reproduce the crash on startup.

As far as I know, the crash only happens with some keybinder-configurations.

Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #81 on: September 24, 2012, 07:16:42 am »
The crash occurs when I write over the version 8150.
Has always overwrite the old version and it worked.
I have now uninstalled 8150 and reinstalled 8401 and it works flawlessly.

Thanks for support.


Rudolf Fuerstauer

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #82 on: September 25, 2012, 03:25:21 am »
Two question about this installer
1, where is the "exchndl.dll"? This dll is used to generate the crash callstack
2, I see the size of wxmsw28u_gcc_471tdm.dll is about 2.5M. The official wxmsw28u_gcc_cb.dll build with tdm gcc 452 is about 6.5M, why there the dll build from gcc 4.7.1 is much smaller? optimization of gcc 471?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Unofficial Code::Blocks installer for Windows (svn 8401)
« Reply #83 on: September 25, 2012, 10:01:32 am »
Two question about this installer
1, where is the "exchndl.dll"? This dll is used to generate the crash callstack

I must have forgotten to re-include it when I rebuilt everything. I will add it back for the next revision.

Quote
2, I see the size of wxmsw28u_gcc_471tdm.dll is about 2.5M. The official wxmsw28u_gcc_cb.dll build with tdm gcc 452 is about 6.5M, why there the dll build from gcc 4.7.1 is much smaller? optimization of gcc 471?

I compress the main executable and a few DLLs with UPX. The performance cost is very small (UPX now does the decompression in-place), and it helps to keep the disk usage lower.

The size of the DLLs GCC 4.7.1 produces varies somewhat when comparing to 4.6.1. Sometimes they are smaller, other times larger. But never by half of the size, as far as I can tell.
« Last Edit: September 26, 2012, 07:38:08 am by ptDev »

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Unofficial Code::Blocks installer for Windows (svn 8585)
« Reply #84 on: December 01, 2012, 05:14:40 am »
It appears the most recent update to rev 8585 did not change the installer to follow the renaming of ***SmartIndent plugins to SmartIndent*** plugins.  Copies of an older build of the pre-renamed plugins are bundled, which, of course do not load due to sdk mismatch.

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Unofficial Code::Blocks installer for Windows (svn 8585)
« Reply #85 on: December 01, 2012, 12:20:04 pm »
It appears the most recent update to rev 8585 did not change the installer to follow the renaming of ***SmartIndent plugins to SmartIndent*** plugins.  Copies of an older build of the pre-renamed plugins are bundled, which, of course do not load due to sdk mismatch.

I didn't see any mention of the renaming of the SmartIndent plugins in the svn log. On top of that, I did for once a partial build rather than a rebuild, which together with an out of date NSIS script allowed this blunder to happen.

Very sorry for the inconvenience to everybody, and thanks for the heads up, I will fix it now. :)

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Unofficial Code::Blocks installer for Windows (svn 8643)
« Reply #86 on: December 01, 2012, 05:22:22 pm »
Fixed for revision 8643. Thank you, Alpha. :)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Unofficial Code::Blocks installer for Windows (svn 8896)
« Reply #87 on: March 13, 2013, 04:17:19 am »
Is the latest version a release build or debug build? (-O2 or -O0)
Thanks.
Related post: Re: wxSmith crashes when adding bitmap button
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Unofficial Code::Blocks installer for Windows (svn 9000)
« Reply #88 on: May 09, 2013, 05:42:02 am »
Hi, ptDev, did you consider include the GDB_MI plugin in your distribution?
http://forums.codeblocks.org/index.php/topic,16230.msg109713.html#msg109713
or maybe:
https://github.com/obfuscated/cb_gdbmi
or you may need the patch here: small patch to fix build error
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Unofficial Code::Blocks installer for Windows (svn 9000)
« Reply #89 on: May 09, 2013, 07:55:04 am »
I hope he won't consider it!
The GDB_MI plugin is not intended for use by users. It is too unfinished!
(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!]