User forums > Nightly builds
The 02 December 2007 build (4696) is out.
stahta01:
See thread http://forums.codeblocks.org/index.php/topic,7415.0.html
for more details.
NON PCH header patch for Linux, untested by me.
But, tested by bgolding.
--- Code: ---Index: src/plugins/compilergcc/advancedcompileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (revision 4699)
+++ src/plugins/compilergcc/advancedcompileroptionsdlg.cpp (working copy)
@@ -1,6 +1,7 @@
#include "sdk.h"
#ifndef CB_PRECOMP
#include <wx/checkbox.h>
+#include <wx/choice.h>
#include <wx/combobox.h>
#include <wx/intl.h>
#include <wx/listbox.h>
--- End code ---
bgolding:
Also a patch to 'bootstrap', remove the $ from regexp to correctly detect automake 1.6.3 (which doesn't work to build C::B). Otherwise it will try to proceed and fail later (not in an obvious way).
Not sure why 'svn' diff' has made this look like a bigger change than it is...
--- Code: ---Index: bootstrap
===================================================================
--- bootstrap (revision 4703)
+++ bootstrap (working copy)
@@ -42,7 +42,7 @@
exit 1;
fi
-if test -n "`$AUTOMAKE --version 2>&1|head -n 1|egrep '1\.[0-6]$'`"; then
+if test -n "`$AUTOMAKE --version 2>&1|head -n 1|egrep '1\.[0-6]'`"; then
echo "Automake 1.7 or above is required. Aborting build...";
exit 1;
fi
--- End code ---
gd_on:
Question @ Killerbot
When I build myself a codeblocks version for Windows, I obtain a cb_share_config.exe which is generated and copied in the output folder. This .exe is not in your distribution. What is this file for ?
and thanks for your work :D
gd_on
TheTuxKeeper:
--- Quote from: bgolding on December 05, 2007, 06:15:54 pm ---Also a patch to 'bootstrap', remove the $ from regexp to correctly detect automake 1.6.3 (which doesn't work to build C::B). Otherwise it will try to proceed and fail later (not in an obvious way).
Not sure why 'svn' diff' has made this look like a bigger change than it is...
--- Code: ---Index: bootstrap
===================================================================
--- bootstrap (revision 4703)
+++ bootstrap (working copy)
@@ -42,7 +42,7 @@
exit 1;
fi
-if test -n "`$AUTOMAKE --version 2>&1|head -n 1|egrep '1\.[0-6]$'`"; then
+if test -n "`$AUTOMAKE --version 2>&1|head -n 1|egrep '1\.[0-6]'`"; then
echo "Automake 1.7 or above is required. Aborting build...";
exit 1;
fi
--- End code ---
--- End quote ---
removing the "$" will cause problems with automake 1.10 and above :)
I'll try to extend the regexp ;)
diff compares lines and if there's only one character different, it replaces the whole line. additionally some lines above and under the changes are in the output, so the patch can be applied even if the line number changes, but the changed line itself not
EDIT: fixed in revision 4704. thanks for reporting :)
Jenna:
--- Quote from: JGM on December 04, 2007, 01:59:49 pm ---
--- Quote from: MortenMacFly on December 04, 2007, 10:08:15 am ---
--- Quote from: thomas on December 04, 2007, 09:26:37 am ---
--- Quote from: jens on December 04, 2007, 12:31:08 am ---ISDN
--- End quote ---
My goodness! What's that!? :)
--- End quote ---
This was back in the old days where you used to be a baby possibly... ;-)
--- End quote ---
Not so bad, before I switched to 512k broadband a year ago, I was using 56k modem connection since I was 15 years old :D it was pretty cool, jajaja
--- End quote ---
I would like to have a broadband-connection, but the german telecom has another opinion :(.
At work I can download with 16MBit, that means about 1.8 MByte per second, that's really fast, and upload is about 1MBit.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version