User forums > Nightly builds

The 16 June 2013 build (9158) is out.

<< < (2/20) > >>

ToApolytoXaos:

--- Quote from: oBFusCATed on June 17, 2013, 02:05:02 am ---ToApolytoXaos: Try to disable CC for a while and tell us if the crashes are still there...

--- End quote ---

The problem is much more generic than I thought so...it affects other plugins as well. I have successfully compiled CodeBlocks-unix.cbp, but upon compiling ContribPlugins-unix.workspace as a whole, it would fail. After doing so, I have decided to compile each plugin separately. So far, It has stopped on wxSmith (Unix) and now on wxSmith - Contrib Items (Unix).

I will continue with every plugin and would let you know for sure.

UPDATE: I'm afraid it's almost the entire ContribPlugins-unix.workspace with certain plugins as minor exceptions. Can someone provide feedback if he or she deals the same issue?

White-Tiger:
looks like you'll have to recompile Code::Blocks ToApolytoXaos
Deleting the .gch files should work as well... (src\.objs\include)

At least that's what you'll have to do once the sdk changes. (or your compiler)

ToApolytoXaos:
@White-Tiger: that would not help; my repository is freshly checked out.

golgepapaz:
 I have the same problem . C::B with contrib plugins compile fine with make
but gives compile error when building plugins from C::B itself.(linux mint 15)
in prep.h

--- Code: ---    const bool linux   = (id == platform_linux);
--- End code ---

"linux" is probably defined as a preprocessor token and hence the error.
I also vaguely remember some talk about this but can't remember where it was
now. I am not linux savvy enough to pinpoint the problem but this should be
sorted out.

oBFusCATed:
Add -ansi to all projects that fail.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version