Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Michael on March 05, 2006, 10:11:51 pm

Title: wxSmith compilation issue
Post by: Michael on March 05, 2006, 10:11:51 pm
Hello,

I am building C::B by using the latest SVN sources on ubuntu 5.10. I have got this error when compiling wxSmith:

Quote
Can't create object output directory /home/michael/devel/trunk/src/plugins/contrib/wxSmith/wxheaders.h.ghc

What I have done was to build C::B by using the CodeBlocks-unix.cbp, then update and finally ContribPlugins-unix.workspace. My C::B version is 2133.

Thank you very much.

Best wishes,
Michael
Title: Re: wxSmith compilation issue
Post by: thomas on March 05, 2006, 10:19:26 pm
That error usually appears if you have been using (knowingly or unknowingly) a different PCH strategy  before. Look into the parent directory, and delete the .gch file, then it should work fine.
Title: Re: wxSmith compilation issue
Post by: Michael on March 05, 2006, 10:33:30 pm
That error usually appears if you have been using (knowingly or unknowingly) a different PCH strategy  before. Look into the parent directory, and delete the .gch file, then it should work fine.

Thank you very much. It worked :D. Does the make generates PCH differently as the wxSmith's project?

Best wishes,
Michael