Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: alfre on November 21, 2007, 08:32:29 pm

Title: Error at the beginig
Post by: alfre on November 21, 2007, 08:32:29 pm
(Sorry my Enghis)

Hi, Im new in this(make pluging).I work in Linux. I shoose "new project" --> "Code::Blocks plugin" --> "Winzard" and when all is created I Build and I got an ERROR, ( I DONT WRITE ANY CODE, I just bulid the project, I work in Linux) THANKS

                                  THE ERROR..........................................
/usr/include/codeblocks/sdk_common.h           :29: error: wx/wxprec.h: No existe el fichero o el directorio
/usr/include/codeblocks/configurationpanel.h  :5: error: wx/dialog.h: No existe el fichero o el directorio
/usr/include/codeblocks/configurationpanel.h  :6: error: wx/panel.h: No existe el fichero o el directorio
/usr/include/codeblocks/configurationpanel.h  :7: error: wx/string.h: No existe el fichero o el directorio
/home/alfre/alfredo/mierdas/a/ww.h                 :17: error  : wx/wx.h: No existe el fichero o el directorio
/usr/include/codeblocks/cbplugin.h                  :4: error: wx/arrstr.h: No existe el fichero o el directorio
/usr/include/codeblocks/cbplugin.h                  :5: error: wx/event.h: No existe el fichero o el directorio
/usr/include/codeblocks/cbplugin.h                   :6: error: wx/intl.h: No existe el fichero o el directorio
/usr/include/codeblocks/globals.h                    :6: error: wx/treectrl.h: No existe el fichero o el directorio
/usr/include/codeblocks/globals.h                      :7: error: wx/file.h: No existe el fichero o el directorio

Title: Re: Error at the beginig
Post by: dje on November 21, 2007, 08:42:02 pm
Hi !

Did you install wxWidgets 2.8.6 ?

It is necessary.

Dje
Title: Re: Error at the beginig
Post by: alfre on November 21, 2007, 09:03:38 pm
 :D :D :D :D :D :D
all ok
THANK YOU Dje