-
Notifications
You must be signed in to change notification settings - Fork 582
Issue with folly when building surround360_render #270
Comments
Hi, I encountered the same question about folly linking in surround360_render as you like follows: undefined reference to `folly::f14::detail::F14LinkCheck<(folly::f14::detail::F14IntrinsicsMode)2>::check()' Have you foud out any solution? |
Not yet. I searched in google but it seems that nobody posted this issue
before.
…On Wed, Feb 20, 2019 at 22:17 Dorothy-2016 ***@***.***> wrote:
Hi, I encountered the same question about folly linking in
surround360_render as you like follows:
undefined reference to
`folly::f14::detail::F14LinkCheck<(folly::f14::detail::F14IntrinsicsMode)2>::check()'
Have you foud out any solution?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#270 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbxJcxXph7a2kCJD9W470iQTbm-X0UAks5vPg_kgaJpZM4a04Ei>
.
|
Also met this issue when trying to use
|
I am encountering similar issues with folly: lib/libLibUtil.a(RawUtil.cpp.o): In function I am using Ubuntu 16.04. @aparrapo : Any help is greatly appreciated. Thank you! |
The version of folly that has consistently worked for us is v2018.08.06.00. Try that one and see if the problem goes away:
|
Hi,
I have already fixed the problem on folly && double-conversion #263
But then I got another error undefined reference to `cplus_demangle_v3_callback'
I have rebuilt folly several times but nothing changes. Is there any way to fix this problem?
[ 45%] Linking CXX executable bin/TestVignettingCalibration
//usr/local/lib/libfolly.a(Demangle.cpp.o): In function
folly::detail::cplus_demangle_v3_callback_wrapper(char const*, void (*)(char const*, unsigned long, void*), void*)': /home/chufan/folly/folly/detail/Demangle.cpp:38: undefined reference to
cplus_demangle_v3_callback'collect2: error: ld returned 1 exit status
CMakeFiles/TestVignettingCalibration.dir/build.make:133: recipe for target 'bin/TestVignettingCalibration' failed
make[2]: *** [bin/TestVignettingCalibration] Error 1
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/TestVignettingCalibration.dir/all' failed
make[1]: *** [CMakeFiles/TestVignettingCalibration.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Thanks for your help!
The text was updated successfully, but these errors were encountered: