You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "xiaozhong.wang (JIRA)" <ji...@apache.org> on 2018/01/19 01:57:00 UTC

[jira] [Created] (TRAFODION-2919) report a negligible error when compile without setting QT_TOOLKIT

xiaozhong.wang created TRAFODION-2919:
-----------------------------------------

             Summary: 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


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)