User forums > Nightly builds

The 11 November 2009 build (5911) is out.

<< < (11/14) > >>

autobot:
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.

Seronis:
OK uninstalled codeblocks and everything wx related i could find, disabled 'Universe',  then reinstalled and C::B working beautifully.  Thanks jens.

troumad:
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...
--- End code ---

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
--- End code ---

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
--- End code ---
see : http://forum.mandriva.com/viewtopic.php?p=761843#761843

stahta01:
@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.

cybek:
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.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version