Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

构建时遇到与另一个issue相同的错误 #2

Open
xunge opened this issue May 31, 2019 · 4 comments
Open

构建时遇到与另一个issue相同的错误 #2

xunge opened this issue May 31, 2019 · 4 comments

Comments

@xunge
Copy link

xunge commented May 31, 2019

你好,我按照 https://github.com/czyt1988/sa/blob/master/build.md 构建后报了相同的错误

  • error: cannot find -lqwtd
  • error: cannot find -lsignALib
  • error: cannot find -lsignAChart

使用Qt Creator,Qt 5.9.8 MinGW 32bit,win10
请问我应该如何修改才能正确构建?谢谢~

@czyt1988
Copy link
Owner

czyt1988 commented Jun 1, 2019

这是找不到库提示的,由于我build.md 没有更新,因此可能会对你产生误导,现在把qwt等第三方库编译完后就可以了,不需要挪动位置,等会我把最新的文档提交一下

@FollowMHeart
Copy link

作者你好,请问编译器的版本有什么要求吗,用Qt5.8.0 msvc2015 64位编译出现一些编译错误,类似

void SADataHeader::setVersionString(const QString &version)
{
SA_D(SADataHeader);
d->m_version = version;
}
1>SADataHeader.cpp(69): error C2039: “m_version”: 不是“SADataHeaderPrivate”的成员

@czyt1988
Copy link
Owner

czyt1988 commented Jun 7, 2020

作者你好,请问编译器的版本有什么要求吗,用Qt5.8.0 msvc2015 64位编译出现一些编译错误,类似

void SADataHeader::setVersionString(const QString &version)
{
SA_D(SADataHeader);
d->m_version = version;
}
1>SADataHeader.cpp(69): error C2039: “m_version”: 不是“SADataHeaderPrivate”的成员

这个主要是我这边最近有较大改动导致的,我最近重写整理好代码提交上去就好了

@SmileWHC
Copy link

你解决了么 我也发现这个问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants