User forums > Using Code::Blocks

Buidling from CVS Error

<< < (2/3) > >>

Ceniza:
Try including "base64.h" in configmanager.h.

parasito:
That works!

But I have another error


--- Code: ---./configmanager.h:198: error: no matching function for call to 'TiXmlHandle::Fir                                           stChild(const wxChar*&)'
./tinyxml/tinyxml.h:1458: note: candidates are: TiXmlHandle TiXmlHandle::FirstCh                                           ild() const
./tinyxml/tinyxml.h:1460: note:                 TiXmlHandle TiXmlHandle::FirstCh                                           ild(const char*) const
make[2]: *** [sdk.h.gch] Error 1

--- End code ---

I think I will wait some time until cvs gets more "stable".

I have build rc2 but it doesn't include wxsmith. ¿how can I include it?

Thanks

Der Meister:
Try adding the --endable-contrib option when invoking the configure-script and then (re-)build Code::Blocks as usual.

parasito:

--- Quote from: Der Meister on November 23, 2005, 12:55:52 pm ---Try adding the --endable-contrib option when invoking the configure-script and then (re-)build Code::Blocks as usual.

--- End quote ---

./configure --enable-contrib
make
make install

but I do not have wxSmith plugin :-(

takeshimiya:
Mm... wxSmith has been recently added (in the last week) to the automake build system (--enable-contrib), so the changes are in CVS.

You can use C::B RC2,
and download wxSmith from CVS (but from one~two weeks ago), compiling from within Code::Blocks src/plugins/contrib/wxSmith/wxSmith_2_6_unix.cbp or with the Makefile src/plugins/contrib/wxSmith/Makefile.unix

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version