[pkg-boost-devel] Bug#506736: not fixed in boost1.36 1.36.0-11 (#include <unistd.h> needed)

Petr Salinger Petr.Salinger at seznam.cz
Mon Dec 8 07:25:28 UTC 2008


found 506736 1.36.0-11
thanks


Hi,

the bug have not been fixed, the "#include <unistd.h>" is needed
(as is in submitted patch and bug title), but it does not correspond
to the debian/patches/kfreebsd-jam.patch in 1.36.0-11:


--- boost1.36-1.36.0.orig/tools/jam/src/jam.h
+++ boost1.36-1.36.0/tools/jam/src/jam.h
@@ -418,6 +418,10 @@
  # include <stdlib.h>
  # endif

+# ifdef __GLIBC__
+# include <stdlib.h>
+# endif
+
  # if !defined(OS_BSDI) && \
       !defined(OS_FREEBSD) && \
       !defined(OS_DRAGONFLYBSD) && \



Please change "# include <stdlib.h>" to "# include <unistd.h>".
Many thanks

 		Petr







More information about the pkg-boost-devel mailing list