Author Topic: wxSmith compilation issue  (Read 5314 times)

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
wxSmith compilation issue
« 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: wxSmith compilation issue
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: wxSmith compilation issue
« Reply #2 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