Author Topic: The 02 October 2007 build will NOT be out.  (Read 21066 times)

schizim

  • Guest
Re: The 02 October 2007 build will NOT be out.
« Reply #15 on: October 03, 2007, 11:33:07 pm »
I'm sure you already know or can guess but just in case, compiled on windows -> same issue:

Quote
-------------- Build: wxSmithContribItems in wxSmith - Contrib Items ---------------
Compiling: wxchart\wxschart.cpp
../wxSmith/wxwidgets/wxsitemfactory.h: In member function `wxsItem* wxsRegisterItem<T>::OnBuild(wxsItemResData*) [with T = wxsChart]':
D:\Ethereal\codeblocks-head\src\plugins\contrib\wxSmithContribItems\wxchart\wxschart.cpp:230:   instantiated from here
../wxSmith/wxwidgets/wxsitemfactory.h:228: error: cannot allocate an object of type `wxsChart'
../wxSmith/wxwidgets/wxsitemfactory.h:228: error:   because the following virtual functions are abstract:
../wxSmith/wxwidgets/wxscodegenerator.h:45: error:  virtual void wxsCodeGenerator::OnBuildCreatingCode()
Process terminated with status 1 (5 minutes, 10 seconds)
3 errors, 0 warnings

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 02 October 2007 build will NOT be out.
« Reply #16 on: October 04, 2007, 08:57:52 am »
For me its the same but I receive another error before the wxChart one:
Code
C:\Devel\CodeBlocks\src\plugins\contrib\wxSmithContribItems\wxthings\wxscustombutton.cpp:230:   instantiated from here
../wxSmith/wxwidgets/wxsitemfactory.h:228: error: cannot allocate an object of type `wxsCustomButton'
../wxSmith/wxwidgets/wxsitemfactory.h:228: error:   because the following virtual functions are abstract:
../wxSmith/wxwidgets/wxscodegenerator.h:45: error:  virtual void wxsCodeGenerator::OnBuildCreatingCode()
followed by (as described):
Code
C:\Devel\CodeBlocks\src\plugins\contrib\wxSmithContribItems\wxchart\wxschart.cpp:230:   instantiated from here
../wxSmith/wxwidgets/wxsitemfactory.h:228: error: cannot allocate an object of type `wxsChart'
../wxSmith/wxwidgets/wxsitemfactory.h:228: error:   because the following virtual functions are abstract:
../wxSmith/wxwidgets/wxscodegenerator.h:45: error:  virtual void wxsCodeGenerator::OnBuildCreatingCode()
With regards, Morten.
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 byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 02 October 2007 build will NOT be out.
« Reply #17 on: October 04, 2007, 07:24:45 pm »
 :oops: :oops: :oops: :shock: :oops: :oops: :oops:

It should work now

schizim

  • Guest
Re: The 02 October 2007 build will NOT be out.
« Reply #18 on: October 04, 2007, 08:09:38 pm »
Worked for me, thanks BYO! :D


Cheers

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 02 October 2007 build will NOT be out.
« Reply #19 on: October 05, 2007, 09:06:07 am »
:oops: :oops: :oops: :shock: :oops: :oops: :oops:

It should work now
Sure it does. When I looked at the modifications better I should print a :oops: :roll: ;-)
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