News:

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

Main Menu

The 02 October 2007 build will NOT be out.

Started by killerbot, October 02, 2007, 05:33:44 PM

Previous topic - Next topic

schizim

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

MortenMacFly

For me its the same but I receive another error before the wxChart one:

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):

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

byo

 :oops: :oops: :oops: :shock: :oops: :oops: :oops:

It should work now

schizim


MortenMacFly

Quote from: byo on October 04, 2007, 07:24:45 PM
: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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]