Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: gandano on July 24, 2006, 05:00:22 pm

Title: Unable to compile WxWidgets projects
Post by: gandano on July 24, 2006, 05:00:22 pm
Hi All!
I have installed last version of Code::Blocks, and i can not to configure it for compile wxWidgets projects.
I use MinGW compiler set. I have download wxWidgets 2.6.1, and i have build it with MinGW. Can be the problem for compiler options into IDE?

Thanks.
Title: Re: Unable to compile WxWidgets projects
Post by: sethjackson on July 24, 2006, 10:30:54 pm
Hi All!
I have installed last version of Code::Blocks, and i can not to configure it for compile wxWidgets projects.
I use MinGW compiler set. I have download wxWidgets 2.6.1, and i have build it with MinGW. Can be the problem for compiler options into IDE?

Thanks.


Well it is possible that is for certain. ;)

Please post your build errors/problems you are having......
Title: Re: Unable to compile WxWidgets projects
Post by: gandano on July 25, 2006, 11:53:37 pm
Hi All!
I have installed last version of Code::Blocks, and i can not to configure it for compile wxWidgets projects.
I use MinGW compiler set. I have download wxWidgets 2.6.1, and i have build it with MinGW. Can be the problem for compiler options into IDE?

Thanks.


Well it is possible that is for certain. ;)

Please post your build errors/problems you are having......

Thanks for your reply.
I get following messages:

                        warning: ./wx_pch.h.gch: not used because 'WX_PCH_H_INCLUDED' not defined

.\wx_pch.h    9    wx/wxprec.h: No such file or directory
main.cpp       13  error: expected class-name debofe '{' token
main.cpp       .......

and so on...