Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: rickg22 on November 06, 2005, 07:32:41 pm

Title: error compiling wxSmith
Post by: rickg22 on November 06, 2005, 07:32:41 pm
i'm using CVS.

Switching to target: wxSmith
Precompiling header: wxsheaders.h
cc1plus.exe: warning: wxsheaders.h.gch: created and used with differing settings of `-maccumulate-outgoing-args' <- This warning also happens with C::B, I've always wondered why
wxsheaders.h:1: fatal error: can't create precompiled header wxsheaders.h.gch\wxSmith_wxsheaders.h.gch: No such file or directory <- huh???
compilation terminated.
Process terminated with status 1 (0 minutes, 57 seconds)
1 errors, 0 warnings
Title: Re: error compiling wxSmith
Post by: mandrav on November 06, 2005, 07:58:33 pm
Remove the file wxsheaders.h.gch.
Or go to project properties and set the PCH strategy to "Generate PCH alongside original header".
Title: Re: error compiling wxSmith
Post by: byo on November 06, 2005, 10:24:51 pm
I'm using CVS build while developing code, and I have this error while compiling on C::B RC2. Some incompatibilities ?
Title: Re: error compiling wxSmith
Post by: mandrav on November 06, 2005, 10:34:36 pm
http://forums.codeblocks.org/index.php/topic,1269.msg8899.html#msg8899