Discussion:
[Bug 29] New: SVN r333 does not always compile
b***@public.gmane.org
2010-10-20 12:42:48 UTC
Permalink
http://bugs.openzim.org/show_bug.cgi?id=29

Summary: SVN r333 does not always compile
Product: openZIM
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: zimlib
AssignedTo: tommi-+ciCUjOJn3Ednm+***@public.gmane.org
ReportedBy: emmanuel-***@public.gmane.org
CC: dev-l-***@public.gmane.org
Estimated Hours: 0.0


On one of my computer (old Ubuntu Hardy x86_32) the zimlib trunk does not
compile anymore. In fact the configure script fails:

configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in

See the log:
http://www.kiwix.org/tmp/config.log

The problem was introduced with r333, with r332 it works.
--
Configure bugmail: http://bugs.openzim.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
b***@public.gmane.org
2010-10-25 18:40:50 UTC
Permalink
http://bugs.openzim.org/show_bug.cgi?id=29





--- Comment #1 from Emmanuel Engelhart <emmanuel-***@public.gmane.org> 2010-10-25 20:40:50 CET ---
Here the patch:

$ svn diff configure.in
Index: configure.in
===================================================================
--- configure.in (revision 335)
+++ configure.in (working copy)
@@ -10,6 +10,8 @@
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_SRCDIR([src/file.cpp])

+AM_PROG_CC_C_O
+
AC_PROG_CC
AC_PROG_CXX
AC_PROG_LIBTOOL
--
Configure bugmail: http://bugs.openzim.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Loading...