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

nvtt plugin -fix for 3.4.0 link error under win32 #434

Closed
mp3butcher opened this issue Jan 8, 2018 · 0 comments
Closed

nvtt plugin -fix for 3.4.0 link error under win32 #434

mp3butcher opened this issue Jan 8, 2018 · 0 comments

Comments

@mp3butcher
Copy link
Contributor

mp3butcher commented Jan 8, 2018

building 3.4.0 with 3rdParty_VS2017_v141_x64_V11_full.7z under win7
#417

  • plugin cmake lacks some external libs
    squish.lib bc7.lib bc6h.lib (from libnvtt repo) should be add to cmake
    Fix:
    i added
    SET(TARGET_EXTERNAL_LIBRARIES ${TARGET_EXTERNAL_LIBRARIES} ${NVTT_LIBRARY} ${NVBC7_LIBRARY} ${NVSQUISH_LIBRARY} ${NVBC6H_LIBRARY} ${NVTHREAD_LIBRARY} ${NVIMAGE_LIBRARY} ${NVCORE_LIBRARY} ${NVMATH_LIBRARY})
    to the plugin TARGET_EXTERNAL_LIBRARIES and it worked at least for Release configuration
    (FindNVTT.cmake might define multi configuration cmake libs definitions...)
@mp3butcher mp3butcher changed the title nvtt link error osg 3.4.9 nvtt link error osg 3.4.0 Jan 8, 2018
@mp3butcher mp3butcher changed the title nvtt link error osg 3.4.0 nvtt link error osg 3.4.0 3rdParty_VS2017_v141_x64_V11_full.7z Jan 8, 2018
@mp3butcher mp3butcher changed the title nvtt link error osg 3.4.0 3rdParty_VS2017_v141_x64_V11_full.7z nvtt plugin- link error - osg 3.4.0 3rdParty_VS2017_v141_x64_V11_full.7z Jan 9, 2018
@mp3butcher mp3butcher changed the title nvtt plugin- link error - osg 3.4.0 3rdParty_VS2017_v141_x64_V11_full.7z nvtt plugin -fix for 3.4.0 link error under win32 Jan 9, 2018
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