You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols for architecture x86_64:
"_static_assert", referenced from:
_create_clientdata_msg in decode.c.o
_dem_sound in encode.c.o
_dem_clientdata in encode.c.o
_diff_entities in encode.c.o
ld: symbol(s) not found for architecture x86_64
After seeing the answer in https://trac.macports.org/ticket/66055 am I right to assume that this can be closed? I do not see what could be changed in the dzip source anyways. To my knowledge, after including <assert.h>, calling static_assert is standard C11 and should work with any standard-conforming compiler.
Failure confirmed on 10.8.5 (x86_64), 10.6.8 (Rosetta) and 10A190 (ppc): https://trac.macports.org/ticket/66055
Attached log from 10.8.5 + Xcode 5.1.1:
main.log
The text was updated successfully, but these errors were encountered: