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

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

GitHub user xiaozhongwang opened a pull request:

    https://github.com/apache/trafodion/pull/1409

    [TRAFODION-2919] fixed a negligible error when compile without setting 
QT_TOOLKIT

    make sure the QT_TOOLKIT set and execute the command as following:
     cp -f ../$(basename $(CMPGUI_OBJ))/$(LIBPREFIX)$(notdir $(obj)) 
$(CMPGUI_FINAL) 

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

    $ git pull https://github.com/xiaozhongwang/trafodion TRAFODION-2919

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

    https://github.com/apache/trafodion/pull/1409.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 #1409
    
----
commit f8acc2f5d8a12d25c7d063393cb79c1b2098b3f2
Author: Kenny <xiaozhong.wang@...>
Date:   2018-01-19T08:05:45Z

    fixed a negligible error when compile without setting QT_TOOLKIT

----


> report a negligible error when compile without setting QT_TOOLKIT
> -----------------------------------------------------------------
>
>                 Key: TRAFODION-2919
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2919
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: Build Infrastructure
>         Environment: CentOS 6.*
>            Reporter: xiaozhong.wang
>            Priority: Trivial
>
> When we build without setting QT_TOOLKIT. the build can be done, while report 
> a error as following:
> cd ../SqlCompilerDebugger && . ./mk.sh ##(SQL)
> Skipping Build of SQL Compiler Debugger ##(SQL)
> cp -f ../SqlCompilerDebugger/libSqlCompilerDebugger.so 
> ../lib/linux/64bit/debug/libSqlCompilerDebugger.so ##(SQL)
> cp: 无法获取"../SqlCompilerDebugger/libSqlCompilerDebugger.so" 的文件状态(stat): 
> 没有那个文件或目录 ##(SQL)
> make[4]: [cmpdbg_qt_build] 错误 1 (忽略) ##(SQL)
> I found the problem as  following:
> when QT_TOOLKIT is not setted, the command "cd ../SqlCompilerDebugger && . 
> ./mk.sh" is skipped, so the file libSqlCompilerDebugger.so is not generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to