Author Topic: cbMakefileGen plugin  (Read 152465 times)

Offline prcarp

  • Single posting newcomer
  • *
  • Posts: 4
Re: cbMakefileGen plugin
« Reply #75 on: December 11, 2007, 08:06:07 pm »
Anyone else getting a crash with the latest (0.3.11.11_Win32)?

Exception Info: Code 0xc0000005  Address: 0x000000000474463a

AppName: codeblocks.exe    AppVer: 0.0.0.0    ModName: cbmakefilegen.dll
ModVer: 0.0.0.0    Offset: 0001463a

My C::B is build 4719 (Dec 10, 2007).  Windows XP SP2.  All other C::B functions appear to work normally.

Happens when I try to generate the makefile and I am using the GNU ARM GCC Compiler toolchain to make my target.  It does create the Makefile.gen file but it is empty.
« Last Edit: December 11, 2007, 08:09:45 pm by prcarp »

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #76 on: December 12, 2007, 07:56:28 am »
Anyone else getting a crash with the latest (0.3.11.11_Win32)?

Exception Info: Code 0xc0000005  Address: 0x000000000474463a

AppName: codeblocks.exe    AppVer: 0.0.0.0    ModName: cbmakefilegen.dll
ModVer: 0.0.0.0    Offset: 0001463a

My C::B is build 4719 (Dec 10, 2007).  Windows XP SP2.  All other C::B functions appear to work normally.

Happens when I try to generate the makefile and I am using the GNU ARM GCC Compiler toolchain to make my target.  It does create the Makefile.gen file but it is empty.
Thank you for bug report.
I don't know about GNU ARM GCC Compiler, but I will try investigate this problem.
Can you send me codeblocks.RPT file to email?

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline prcarp

  • Single posting newcomer
  • *
  • Posts: 4
Re: cbMakefileGen plugin
« Reply #77 on: December 18, 2007, 07:41:01 pm »
Any updates?  I emailed you the .RPT file.  Note that C::B crashes even if no project is loaded and you attempt to create a makefile.

Thanks!

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #78 on: December 19, 2007, 09:17:04 am »
Any updates?  I emailed you the .RPT file.  Note that C::B crashes even if no project is loaded and you attempt to create a makefile.

Thanks!
This problem concerned with dll.
I will do upload today current (unchanged) version cbMakefileGen, I will do compile it with current version of CodeBlocks (rev 4739).
I have no time. I have a lot work now.
If all projects is closed, cbMakefileGen show messagebox with error message.
For temporary, you can do doungrade CodeBlocks to early versions, where cbMakefileGen is worked.
Another way, do compile cbMakefeilGen yourself, if you can.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #79 on: December 19, 2007, 10:53:12 am »
ver 0.3.11.11 was linked with wxmsw28u_gcc_cb.dll & codeblocks.dll from Nightbuilds rev 4734

Now updated binary on BerliOS. Added release 0.3.11.12

Check it, please. On my system my plugin worked normally.
I check my plugin working on Nightbuild rev 4734. Plugin worked too.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: cbMakefileGen plugin
« Reply #80 on: January 18, 2008, 06:54:52 pm »
Does it works for Linux?
gcc+winXP+suse.

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #81 on: January 21, 2008, 08:16:55 am »
Does it works for Linux?
Nope, this revision for Windows only. Sorry, I have no Linux now.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbMakefileGen plugin
« Reply #82 on: January 21, 2008, 08:21:54 am »
Does it works for Linux?
It shouldn't be too hard to make it Linux compatible btw... Most things are already working under Linux, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #83 on: January 21, 2008, 08:46:02 am »
Plugin worked on Linux too. But last revision exists for Windows only. I have no Linux now.
You can build this plugin from sources yourself only.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: cbMakefileGen plugin
« Reply #84 on: March 14, 2008, 06:36:03 pm »
Any new updates ?

AmR EiSa

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbMakefileGen plugin
« Reply #85 on: March 14, 2008, 07:18:10 pm »
Any new updates ?
Why don't you just check the cbMakefile plugin repository?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #86 on: March 17, 2008, 07:56:37 am »
I have no time now for updates. I have two a big projects now. Sorry.
Want anybody do continue project updates? I can help to volunteers.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbMakefileGen plugin
« Reply #87 on: March 17, 2008, 08:43:09 am »
Want anybody do continue project updates? I can help to volunteers.
I could offer to transfer this to the official repo under "contrib" (after talkingback to the big boss). This would allow tto apply patches / changes more easily. You could close this repo than but still can continue to work on it... How about that?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #88 on: March 18, 2008, 05:33:37 pm »
Want anybody do continue project updates? I can help to volunteers.
I could offer to transfer this to the official repo under "contrib" (after talkingback to the big boss). This would allow tto apply patches / changes more easily. You could close this repo than but still can continue to work on it... How about that?

I agree. After move sources to contrib, I will send message to history on my repository in BerliOS about this news :)
Repository trunk path: http://svn.berlios.de/svnroot/repos/cbmakegen/trunk

Thanks you!
Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: cbMakefileGen plugin
« Reply #89 on: March 19, 2008, 03:03:56 pm »
Statistics for plugin (01 Aug 2007-19 Mar 2008) (from BerliOS):
Page Views: 5,663
Downloads : 702

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen