gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #32749] lack of needed libboost-serialization-dev re


From: Sandro Santilli
Subject: [Gnash-commit] [bug #32749] lack of needed libboost-serialization-dev returns 0
Date: Fri, 11 Mar 2011 12:18:27 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2

Follow-up Comment #1, bug #32749 (project gnash):

Maybe it's not really needed, at least this is what configure.ac says about
it:

dnl check for missing libraries and disable them.
if test x"$BOOST_LIBS" != x; then
  if test x"${cygnal_missing_libs}" != x; then
    for i in ${cygnal_missing_libs}; do
      if test $i = serialization; then
        AC_DEFINE([BOOST_MULTI_INDEX_DISABLE_SERIALIZATION], ["1"], [if the
library is missing, don't use it.])
      fi
    done
  fi
fi

Anyway, the problem is that ERROR is printed to filedescriptor 4 rather than
3... as if it was a warning. If it's just a warning it should be reworded.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32749>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]