Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: qwertz on December 16, 2005, 11:57:53 am

Title: bootstrap error
Post by: qwertz on December 16, 2005, 11:57:53 am
The bootstrap script gives me an error message with current HEAD.
fix:

Code
Index: configure.in
===================================================================
--- configure.in        (revision 1527)
+++ configure.in        (working copy)
@@ -153,7 +153,7 @@
        src/plugins/contrib/wxSmith/resources/Makefile
        src/plugins/contrib/wxSmith/smithicons/Makefile
        src/tools/Makefile
-       src/tools/AutoRevision/Makefile
+       src/tools/autorevision/Makefile
        src/tools/ConsoleRunner/Makefile
        src/setup/Makefile
        src/setup/mime/Makefile

:)
Title: Re: bootstrap error
Post by: rickg22 on December 16, 2005, 05:20:11 pm
Please submit a "patch" at sourceforge (even if it's just copy/pasted text) and assign it to Thomas.

Thank you.
Title: Re: bootstrap error
Post by: thomas on December 16, 2005, 05:33:39 pm
My bad, I overlooked updating that file, sorry. Fixed now.