User forums > Nightly builds

The 05 November 2013 build (9435) is out.

<< < (2/6) > >>

ToApolytoXaos:

--- Quote from: oBFusCATed on November 07, 2013, 07:36:30 pm ---As far as I can see this log contains no useful information, so please install debug-symbols or rebuild with --enable-debug configure option.

--- End quote ---

I can't compile the latest HEAD :/

--- Code: ---In file included from mozilla_chardet/src/nsBig5Prober.cpp:7:0:
../../src/include/mozilla_chardet/xpcom/glue/nsDebug.h:22:19: fatal error: prprf.h: No such file or directory
 #include "prprf.h"
                   ^
compilation terminated.
make[3]: *** [nsBig5Prober.lo] Error 1
make[3]: Leaving directory `/home/stefanos/svn_code/CodeBlocks/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stefanos/svn_code/CodeBlocks/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stefanos/svn_code/CodeBlocks/src'
make: *** [all-recursive] Error 1

--- End code ---

UPDATE: LOL, I think it was a typo of mine during compilation procedure. Instead of placing the debug flag in bootstrap, I placed it in configure.

stahta01:
@killerbot:

I created a patch that speeds up the time it takes to Compile wxContribItems.
I thought at first the use of a wxWidgets Precompiled Header was the cause of the speedup.
But, most of the speedup was because of the cb project changes needed to use the PCH.

I have tested the compiling of the wxContribItems project; but, I have not run-time tested any of it.

http://forums.codeblocks.org/index.php/topic,18523.msg126748.html#msg126748

Tim S.

oBFusCATed:

--- Quote from: ToApolytoXaos on November 07, 2013, 08:05:59 pm ---UPDATE: LOL, I think it was a typo of mine during compilation procedure. Instead of placing the debug flag in bootstrap, I placed it in configure.

--- End quote ---
No, it is not ---enable-debug is configure option, but it is broken at the moment.

But anyway, can you try using Jens' packages instead of self building? Self building causes tons of problems if one is not disciplined!

Jenna:
Fixed in trunk, by undefining DEBUG in nsDebug.h, so we never try to use mozilla's debug-macros.

ToApolytoXaos:

--- Quote from: oBFusCATed on November 07, 2013, 09:05:43 pm ---No, it is not ---enable-debug is configure option, but it is broken at the moment.

--- End quote ---
Well, believe it or not, with ./bootstrap --help, I saw that I could use it and used it and compiled just fine; time will tell if it's going to be behaving properly though.


--- Quote from: oBFusCATed on November 07, 2013, 09:05:43 pm ---But anyway, can you try using Jens' packages instead of self building? Self building causes tons of problems if one is not disciplined!

--- End quote ---
I have no problems to build an entire machine from scratch! LOL :D I moved from a masochist world called FreeBSD to Debian and trust me, building a single project like Code::Blocks looks like a game comparing to the one-week compilation procedure on a hyperthreading PC with FreeBSD ports.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version