You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/30 00:30:12 UTC

[jira] [Commented] (TRAFODION-2089) JDBC_T2 Makefile not add INCLUDE path for log4cxx installed by traf_tools_setup.sh

    [ https://issues.apache.org/jira/browse/TRAFODION-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356250#comment-15356250 ] 

ASF GitHub Bot commented on TRAFODION-2089:
-------------------------------------------

GitHub user traflm opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/567

    [TRAFODION-2089] JDBC_T2 Makefile not add INCLUDE path for log4cxx

    Following the build instruction on wiki in from a bare metal system, JDBCT2 build fail if one doesn't install log4cxx into system location.
    Change JDBCT2 Makefile same to all other components to contain log4cxx referenced by LOG4CXX_INC_DIR

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-2089

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/567.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #567
    
----
commit a84af9e2b981d0c3e905e400c4f55d6eb525c028
Author: Cloud User <ce...@esgvm-2.novalocal>
Date:   2016-06-30T00:27:34Z

    [TRAFODION-2089] JDBC_T2 Makefile not add INCLUDE path for log4cxx

----


> JDBC_T2 Makefile not add INCLUDE path for log4cxx installed by traf_tools_setup.sh
> ----------------------------------------------------------------------------------
>
>                 Key: TRAFODION-2089
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2089
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: liu ming
>            Assignee: liu ming
>
> In Development enviorment, one can simply use traf_tools_setup.sh to install thirdparty libraries, including log4cxx.
> Most components Makefile will contain include path of that log4cxx, but JDBC_T2 not, so if one doesn't install log4cxx in system path, build fail.
> It is better to add log4cxx path into Makefile



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