Author Topic: Release 15.12, RC1 has arrived  (Read 128418 times)

Offline earlgrey

  • Multiple posting newcomer
  • *
  • Posts: 101
Re: Release 15.12, RC1 has arrived
« Reply #60 on: December 28, 2015, 11:17:14 am »
It works the same as for editors.
No highlight seen while moving one editor tab, but ended up with this : editor window splitted.
Anyway, I shall check that with a proper install.
Thanks for your attention.
* OS = Debian Buster - Linux 4.19.06 x64 SMP
* C::B = svn11267 wx-3.0.4 - Linux, unicode 64 bit

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Release 15.12, RC1 has arrived
« Reply #61 on: December 28, 2015, 02:20:04 pm »
I've made a video that demonstrates how this works.
It is a little blurry, but I have no time to fix it.

(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 earlgrey

  • Multiple posting newcomer
  • *
  • Posts: 101
Re: Release 15.12, RC1 has arrived
« Reply #62 on: December 30, 2015, 10:58:06 am »
It works OK with a std 10631/wx-2.8.12 install ( bootstrap, configure --prefix=/usr, make install )
It is buggy with my customs10631/wx-2.8.12 installs
Pb is on my side, sorry
* OS = Debian Buster - Linux 4.19.06 x64 SMP
* C::B = svn11267 wx-3.0.4 - Linux, unicode 64 bit

Offline G-Shadow

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Release 15.12, RC1 has arrived
« Reply #63 on: January 05, 2016, 06:39:27 pm »
The RC installer still shows "13.12" version on the splash screen :)

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: Release 15.12, RC1 has arrived
« Reply #64 on: January 05, 2016, 11:47:37 pm »
Aside from the wrong version on the installer it looks good.

That sort order dialog though... If only someone would give it some more advanced features to make everyone's life easier... ;)

Offline eckard_klotz

  • Almost regular
  • **
  • Posts: 194
Re: Release 15.12, RC1 has arrived
« Reply #65 on: January 24, 2016, 09:57:13 am »
Hello Developers.

I wish you and all users of Code::Blocks a happy new year.

By "accident" I came to know that the new release "16_01" is available now  http://forums.codeblocks.org/index.php/topic,20871.0.html . Thus I tried it out. I do not know, if this is an official release or only an internal trial. But I wonder if it may be helpful to for us to set-up a new topic in the announcements for this.

However, this is not the reason for my post. I just want to inform you about an issue I have faced. When Code::Blocks starts I get an error-message, that the plug-in dll wxSmithContribItems.dll could not be loaded. It is the typical message you get if for example the sdk version has changed.

I'm working with Win 10. Since I want to use in the futures nightlies again, I have not installed 16_10 regularly. I have opened the Installer with 7-zip and copied the content I know from the nightlies into an own folder. This way I avoid to insert the application into diverse lists of the operation-system and I can use it parallel to the nightlies without changing the installation.

However, may it be that the installer influences the plug-ins, what not happens, if if I just copy them out of the archive?

Best regards,
                    Eckard.

     

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Release 15.12, RC1 has arrived
« Reply #66 on: January 24, 2016, 10:06:00 am »
we are preparing a completely new fresh build ....

So don't keep on to the one you already have downloaded ;-)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 15.12, RC1 has arrived
« Reply #67 on: January 24, 2016, 11:28:08 am »
So don't keep on to the one you already have downloaded ;-)
...and don't spy on what's not yet officially released. :-)

We will tell when its ready...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline eckard_klotz

  • Almost regular
  • **
  • Posts: 194
Re: Release 15.12, RC1 has arrived
« Reply #68 on: January 24, 2016, 12:13:01 pm »
Hello Killerbot and MortenMacFly.

OK, I will try to limit my curiosity as far as possible to avoid the destiny of the cat.

How ever since my current project is a console-application the issue I mentioned is not really disturbing me and I just wanted to let you know. Until now I faced no critical problem for my work.

Best regards,
                    Eckard.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 15.12, RC1 has arrived
« Reply #69 on: January 24, 2016, 01:00:02 pm »
Until now I faced no critical problem for my work.
That is good to know. And surely you can report stuff...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Release 15.12, RC1 has arrived
« Reply #70 on: January 25, 2016, 10:05:29 am »
Are you talking about the browse tracker toolbar?
(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 ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Release 15.12, RC1 has arrived
« Reply #71 on: January 25, 2016, 03:30:34 pm »
I see the target list is much smaller than before.
See screen shot below:
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 15.12, RC1 has arrived
« Reply #72 on: January 25, 2016, 08:14:07 pm »
I see the target list is much smaller than before.
Before what? It should size to "something" related to the longest target name.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Release 15.12, RC1 has arrived
« Reply #73 on: January 26, 2016, 03:20:29 am »
I see the target list is much smaller than before.
Before what? It should size to "something" related to the longest target name.

I mean the height of the list is too short compared with thelast nightly build release
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

darmma

  • Guest
Re: Release 15.12, RC1 has arrived
« Reply #74 on: January 27, 2016, 06:23:46 am »
After I downloaded 16.01 version in sourceforge.net, recompile my own project with 13.12-mingw and wxwidgets version 2.8.12 unicode.

But I met the following warning message.
Please let me know the cause. What's wrong ?

Thanks for your response.

* Solved : I recompiled all wxwidgets library again.


C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_adv.a(advlib_aboutdlgg.o): duplicate section `.rdata$_ZTV16wxStaticTextBase[__ZTV16wxStaticTextBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_msw_button.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_dlgcmn.o): duplicate section `.rdata$_ZTV16wxStaticTextBase[__ZTV16wxStaticTextBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_dlgcmn.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_msw_checkbox.o): duplicate section `.rdata$_ZTV14wxCheckBoxBase[__ZTV14wxCheckBoxBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_msw_stattext.o): duplicate section `.rdata$_ZTV16wxStaticTextBase[__ZTV16wxStaticTextBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_nativdlg.o): duplicate section `.rdata$_ZTV16wxStaticTextBase[__ZTV16wxStaticTextBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_nativdlg.o): duplicate section `.rdata$_ZTV14wxCheckBoxBase[__ZTV14wxCheckBoxBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_nativdlg.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_collpaneg.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_logg.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_cshelp.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_msw_bmpbuttn.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_prntbase.o): duplicate section `.rdata$_ZTV16wxStaticTextBase[__ZTV16wxStaticTextBase]' has different size
C:\wxMSW-2.8.12\lib\gcc_lib/libwxmsw28ud_core.a(corelib_prntbase.o): duplicate section `.rdata$_ZTV12wxButtonBase[__ZTV12wxButtonBase]' has different size
« Last Edit: January 27, 2016, 08:00:16 am by darmma »