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

Link errors with visual Studio 2019 #10287

Open
mixxxbot opened this issue Aug 23, 2022 · 2 comments
Open

Link errors with visual Studio 2019 #10287

mixxxbot opened this issue Aug 23, 2022 · 2 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2021-01-14T22:18:49Z
Status: New
Importance: Undecided
Launchpad Issue: lp1911819


Is Visual Studio 2019 actually supported with 2.3-j00019-x64-release-fastbuild-static-55e94982-minimal?

chromaprint_p.lib(chromaprint.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj [D:\a\mixxx\mixxx\build\mixxx.vcxproj]
...

Qt5Sql.lib(qsqlcachedresult.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in analyserwaveformtest.obj [D:\a\mixxx\mixxx\build\mixxx-test.vcxproj]


cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release "-DCMAKE_PREFIX_PATH=C:\buildenv\2.3-j00019-x64-release-fastbuild-static-55e94982-minimal;C:\buildenv\2.3-j00019-x64-release-fastbuild-static-55e94982-minimal\Qt-5.14.2" -DDEBUG_ASSERTIONS_FATAL=ON -DQt5_DIR= -DHSS1394=ON -DKEYFINDER=OFF -DLOCALECOMPARE=ON -DMAD=ON -DMEDIAFOUNDATION=ON -DSTATIC_DEPS=ON -DCMAKE_VERBOSE_MAKEFILE=ON  -DBATTERY=ON -DBROADCAST=ON -DBULK=ON -DHID=ON -DLILV=ON -DOPUS=ON -DQTKEYCHAIN=ON -DVINYLCONTROL=ON ..
@mixxxbot
Copy link
Collaborator Author

Commented by: Be-ing
Date: 2021-01-14T22:31:11Z


Do these occur with the Ninja CMake generator? We are using that on GitHub Actions.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2021-01-15T01:05:27Z


Yes, this is a linker error independent from the build system.

It happens also with Debug builds

Qt5Sql.lib(qsqlcachedresult.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in analyserwaveformtest.obj [D:\a\mixxx\mixxx\build\mixxx-test.vcxproj]

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
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

1 participant