Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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:
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
-
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.
-
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