- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi Gauss,
What's your OSX version?
Would youplease try to
add -no_compact_unwind to the link line to suppress the warning message.
The option is totell the linker (ld)to notproduce compact unwind information
for example,add option "-Wl,-no_compact_unwind" to builder makefile
gcc -arch i386 -arch x86_64... -Wl,-no_compact_unwind... -o "$(name).dylib"
and see if it works?
Best Regards,
Ying H.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
ld: warning: direct access in __ZN3UMC20ColorSpaceConversion8GetFrameEPNS_9MediaDataES2_ to global weak symbol __ZN3UMC9VideoData12GetClassNameEv means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in __ZN3UMC20ColorSpaceConversion8GetFrameEPNS_9MediaDataES2_ to global weak symbol __ZN3UMC9VideoData12GetClassNameEv means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I checked the problem in internet, see some solutions as <<http://stackoverflow.com/questions/8685045/xcode-with-boost-linkerid-warning-about-visibility-settings>>.
would you please try :
set for an entire target or project with the Symbols Hidden by Default build setting to YES
and rebuild all.
let us know how it works?
Thanks
Ying

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla