You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by "Roland Uuesoo (JIRA)" <lo...@logging.apache.org> on 2014/10/31 21:23:34 UTC

[jira] [Created] (LOGCXX-445) ./autogen.sh warnings / makefile issue

Roland Uuesoo created LOGCXX-445:
------------------------------------

             Summary: ./autogen.sh warnings / makefile issue
                 Key: LOGCXX-445
                 URL: https://issues.apache.org/jira/browse/LOGCXX-445
             Project: Log4cxx
          Issue Type: Bug
          Components: Build
    Affects Versions: 0.11.0
         Environment: NAME="Ubuntu"
VERSION="14.04.1 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.1 LTS"
VERSION_ID="14.04"
            Reporter: Roland Uuesoo
            Priority: Minor
             Fix For: 0.11.0


./autogen.sh or makefiles need updating.

svn checkout http://svn.apache.org/repos/asf/incubator/log4cxx/trunk apache-log4cxx
cd apache-log4cxx
./autogen.sh
src/test/cpp/Makefile.am:29: warning: source file 'customlogger/xlogger.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:29: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/test/cpp/Makefile.am:29: warning: source file 'customlogger/xloggertestcase.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:29: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase1.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase2.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase3.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:33: warning: source file 'defaultinit/testcase4.cpp' is in a subdirectory,
src/test/cpp/Makefile.am:33: but option 'subdir-objects' is disabled
src/test/cpp/Makefile.am:39: warning: source file 'filter/andfiltertest.cpp' is in a subdirectory,

and so on....



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)