Author Topic: The 11 November 2009 build (5911) is out.  (Read 110050 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 11 November 2009 build (5911) is out.
« Reply #45 on: December 09, 2009, 09:09:22 pm »
???
7zip portable
7zip like .7z ;)

Dje

Offline Seronis

  • Almost regular
  • **
  • Posts: 197
Re: The 11 November 2009 build (5911) is out.
« Reply #46 on: December 11, 2009, 08:08:45 pm »
Debian binaries and sources can be found on my server as usual.

Jens I've never used your repo for C::B before and just reinstalled Ubuntu 9.10 on my desktop so figure I would give it a try.  I didnt get any problems with apt-get and everything appeared to install correctly, and C::B now appears in my applications menu.  First time I tried running it absolutely nothing happened.  2nd time and all further attempts result in the C::B splash screen displaying, showing as revision 5911 i think (it disappears VERY quickly) and then c::b silently exiting/crashing.

I followed all the steps at http://apt.jenslody.de/ to the best of my ability.

using sudo nano /etc/apt/sources.list i added to the bottom:
Quote
deb http://apt.jenslody.de/ any main
deb-src http://apt.jenslody.de/ any main
deb http://apt.wxwidgets.org/ lenny-wx main
I ran 'sudo apt-get update' and was given the warning about keys so then i installed the two keys as directed using:
Quote
sudo apt-get install jens-lody-debian-keyring
and
Quote
wget -q http://apt.wxwidgets.org/key.asc -O-  | sudo apt-key add -
and ran 'sudo apt-get update' again afterwards to verify the keys were installed properly and recieved no warnings.  Installed codeblocks with 'sudo apt-get install codeblocks' and it showed the C::B packages coming from your url and wx coming from the official site.  Version listed was 2.8.10.1.

If I missed anything please let me know.  I've installed C::B from svn in the past in ubuntu 8.4 and 8.10 and this is the first time i've used 9.10 other than a live-cd so not sure if im doing something wrong.  I'm primarily a Windows user.  OH i already tried sudo apt-get remove and then reinstall on codeblocks with no effect if that matters.  Any help is appreciated.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 11 November 2009 build (5911) is out.
« Reply #47 on: December 11, 2009, 10:34:13 pm »
I'm sorry, but the wxWidgets-version provided by ubuntu 9.10 is not compatible with the wxWidgets-version provided by apt.wxwidgets.org I used to build my packages.
A possible solution: http://forums.codeblocks.org/index.php/topic,11311.msg78906.html#msg78906.

Offline Seronis

  • Almost regular
  • **
  • Posts: 197
Re: The 11 November 2009 build (5911) is out.
« Reply #48 on: December 13, 2009, 10:53:17 am »
I'm sorry, but the wxWidgets-version provided by ubuntu 9.10 is not compatible with the wxWidgets-version provided by apt.wxwidgets.org I used to build my packages.
A possible solution: http://forums.codeblocks.org/index.php/topic,11311.msg78906.html#msg78906.

wait i thought that using "deb http://apt.wxwidgets.org/ lenny-wx main" would be usingthe wxwidgets version you are using.  is this not the case ?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 11 November 2009 build (5911) is out.
« Reply #49 on: December 13, 2009, 11:13:30 am »
That's correct, but ubuntu 9.10 also provides wxWidgets 2.8.10 (and that's not compatible), so make sure you really have the version from wxWidgets and not any part of ubuntu 2.8.10 that might interfere.
In this case it should work.
If not please start from a console and look for the output.

Offline autobot

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 11 November 2009 build (5911) is out.
« Reply #50 on: December 13, 2009, 01:34:50 pm »
I just wanted to thank you for providing this cross platform IDE, I just started using CodeBlocks and as a former bloodshed junkie all I can say is this package is a tremendous leap forward. I look forward to learning the ins and outs of it all, once again thank you.

Sorry about this being off topic.

Offline Seronis

  • Almost regular
  • **
  • Posts: 197
Re: The 11 November 2009 build (5911) is out.
« Reply #51 on: December 13, 2009, 07:53:34 pm »
OK uninstalled codeblocks and everything wx related i could find, disabled 'Universe',  then reinstalled and C::B working beautifully.  Thanks jens.

troumad

  • Guest
Re: The 11 November 2009 build (5911) is out.
« Reply #52 on: December 14, 2009, 09:18:56 am »
I have a problem with automake in Mandriva Linux cooker (2010.1) :
Code
[troumad@iutb-geii-p46][~/Téléchargement/code::blocks/CodeBlocks]
$ automake --version
automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
[troumad@iutb-geii-p46][~/Téléchargement/code::blocks/CodeBlocks]
$ ./bootstrap
Automake 1.7 or above is required. Aborting build...

I comment bootstrap
Code
#if test -n "`$AUTOMAKE --version 2>&1|head -n 1|egrep '1\.[0-6](\.[0-9]+)?$'`"; then
#       echo "Automake 1.7 or above is required. Aborting build...";
#       exit 1;
#fi

#if test -n "`$AUTOMAKE --version 2>&1|head -n 1|egrep '1\.7(\.[0-9]+)?$|1\.8(\.[0-9]+)?$'`"; then
#       echo "make dist only supported with automake 1.9 or above" >&2;
#fi

And I have a problem :
Code
filemanager.cpp:367: erreur: no matching function for call to ‘wxMBConvUTF8::cWC2MB(const wxChar*, size_t&, size_t*)’        
/usr/include/wx-2.8/wx/strconv.h:89: note: candidats sont: const wxCharBuffer wxMBConv::cWC2MB(const wchar_t*) const         
/usr/include/wx-2.8/wx/strconv.h:106: note:                 const wxCharBuffer wxMBConv::cWC2MB(const wchar_t*, size_t, size_t*) const
see : http://forum.mandriva.com/viewtopic.php?p=761843#761843
« Last Edit: December 14, 2009, 10:14:58 am by troumad »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 11 November 2009 build (5911) is out.
« Reply #53 on: December 14, 2009, 07:33:56 pm »
@troumad:

Are you using a Unicode version of wxWidgets?
If not, I suggest trying an Unicode version of wxWidgets.

It looks to me like you might be using an non-Unicode build sometimes called ANSI build.

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 cybek

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 11 November 2009 build (5911) is out.
« Reply #54 on: December 17, 2009, 08:57:59 pm »
In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 11 November 2009 build (5911) is out.
« Reply #55 on: December 17, 2009, 09:28:12 pm »
In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.

Does that option exist in the normal option section?
If yes, there is code to remove the "normal options" from the extra settings.
If no, the code/regex that removes the "normal options" is likely wrong.
And, a bug need filed.

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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 November 2009 build (5911) is out.
« Reply #56 on: December 18, 2009, 07:00:32 am »
In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.
Does that option exist in the normal option section?
Yes, please use the option which is greyed in the attached image.

Next time you better look there first and watch the full compiler log (see my sig) whether it gets applied already... becasue I am sure it is.

[attachment deleted by admin]
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 lp08

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 11 November 2009 build (5911) is out.
« Reply #57 on: December 18, 2009, 05:28:05 pm »
Crash when i close my workspace.

Code
Error occured on Friday, December 18, 2009 at 17:10:50.

C:\Programmi\CodeBlocks\codeblocks.exe caused an Access Violation at location 65eb5757 in module C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll Reading from location 00000124.

Registers:
eax=00000124 ebx=00000001 ecx=00f4a234 edx=0308c368 esi=00b71fb0 edi=0022feb8
eip=65eb5757 esp=0022fa60 ebp=0022fae8 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
65EB5757  C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB5757
65EB5C29  C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB5C29
65EA383F  C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA383F
65EA3922  C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA3922
65EE5D65  C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EE5D65  _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
61862E61  C:\Programmi\CodeBlocks\codeblocks.dll:61862E61  _ZN7Manager12ProcessEventER15CodeBlocksEvent
00406EF9  C:\Programmi\CodeBlocks\codeblocks.exe:00406EF9
0045C838  C:\Programmi\CodeBlocks\codeblocks.exe:0045C838  _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
6CC772EA  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC772EA  _Z12wxInitializeiPPw
6CCD3088  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCD3088  _Z7wxEntryP11HINSTANCE__S0_Pci
0040724E  C:\Programmi\CodeBlocks\codeblocks.exe:0040724E
004563F8  C:\Programmi\CodeBlocks\codeblocks.exe:004563F8
0040124B  C:\Programmi\CodeBlocks\codeblocks.exe:0040124B
004012B8  C:\Programmi\CodeBlocks\codeblocks.exe:004012B8
7C817077  C:\WINDOWS\system32\kernel32.dll:7C817077  RegisterWaitForInputIdle

Offline cybek

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 11 November 2009 build (5911) is out.
« Reply #58 on: December 18, 2009, 05:34:22 pm »
In project build options, for all build target i can't set compiler "Other options". I can set it to "WTF?", but if i set it to "-std=c++0x" it's empty.
Does that option exist in the normal option section?
Yes, please use the option which is greyed in the attached image.

Next time you better look there first and watch the full compiler log (see my sig) whether it gets applied already... becasue I am sure it is.
Sorry and thanks ;)
I see the compiler's log and add this options without see the standard build options. But, why the options is deleted without selecting it in standard build options?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 November 2009 build (5911) is out.
« Reply #59 on: December 19, 2009, 05:51:23 pm »
But, why the options is deleted without selecting it in standard build options?
Because you cannot differ what was actually set. Imagine the following scenario:

- You've selected "-O2" in the checkbox list
- You add "-O2" to the additional compiler options
- You uncheck "-O2" from the checkbox list
- You hit "OK"

What to apply??? What is the correct "-O2" setting state???

We made it simple: The checkboxes always override everything in the additional compiler options. So - if you've unselected an available option there and "apply" it in the additional compiler options it remains unselected.

Remember: We strike for simplicity!
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