Author Topic: The 11 April 2016 build (10762) is out.  (Read 55090 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 11 April 2016 build (10762) is out.
« Reply #45 on: May 07, 2016, 01:07:07 am »
These changes are useless (sorry if I'm rude, this is not the intention).
I don't see how C::B will be usable without its toolbars, the choice dialog, the file dialog, the clipboard and the wxpropgrid.
The way to fix this is to just abort the compilation in prep.h or globals.h if one of these wx features is not available.
You're wasting time guarding every use. Probably you'll make C::B compile, but it will broken in many surprising for the users ways.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 11 April 2016 build (10762) is out.
« Reply #46 on: May 07, 2016, 03:33:20 am »
PLEASE READ MY POSTS!!!

Removing the GUI requires removing the GUI!!!

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 11 April 2016 build (10762) is out.
« Reply #47 on: May 07, 2016, 11:51:12 am »
Ok, keep removing the gui the wrong way. :)

But if you really want to remove the gui, please start from the cbproject class.
This is the most problematic place where the gui is preventing us from compiling a cb_build executable.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
Re: The 11 April 2016 build (10762) is out.
« Reply #48 on: May 08, 2016, 09:38:36 pm »
Strange. On linux it builds just fine (wx28 and wx30). But I've pushed a fix for this.
Can you tell me if it builds fine on windows now?
It builds fine again, thanks.

Offline vayolet

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 11 April 2016 build (10762) is out.
« Reply #49 on: May 20, 2016, 12:24:19 pm »
Is it normal that sometimes my SVN is 0? I'm pretty sure other times it's showed the proper version.

I'm using "svn build  rev 0 Apr 13 2016, 04:53:52 - wx3.0.2 (Linux, unicode) - 64 bit" in debian jessie, from Jens' repo.

Also I get lots of crashes and weird behaviour from the debugger and watches :-/ I've just disabled the symbols browser following previous advice, I hope it helps.

Something new that has happened to me today just as I started `codeblocks -v`:

Quote
10:39:22: Cannot load resources from 'memory:ToolsPlus.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:DoxyBlocks.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:ThreadSearch.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:Cccc.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:Cscope.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:EditorConfig.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:wxSmithAui.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:headerfixup.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:CppCheck.zip#zip:*.xrc'.
10:39:22: Cannot load resources from 'memory:Valgrind.zip#zip:*.xrc'.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 11 April 2016 build (10762) is out.
« Reply #50 on: May 21, 2016, 01:49:49 am »
Are the debugger crashes reliably reproducible?

The warnings could be safely ignored.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline vayolet

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 11 April 2016 build (10762) is out.
« Reply #51 on: May 23, 2016, 06:02:03 pm »
I get the errors constantly with some watches but I couldn't tell you when they happen.

When my variable decl was unitialised it just said "Not available in current context", after initialising:

Quote
Parsing GDB output failed for '*decl'!

but other variables work alright...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 11 April 2016 build (10762) is out.
« Reply #52 on: May 23, 2016, 06:24:20 pm »
vayolet: Enable full debugger logging (settings -> debugger -> common) and when the problem happens post the full log.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]