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
funcptr in htod.c also needs to be changed to setModuleCtorDtor.
stalls on building anything with stlport 5.1 with an ansi error in stlport/stl/config/_auto_link.h in this macro -> # define _STLP_STLPORT_LIB ""stlport"_STLP_LIB_OPTIM_MODE""_STLP_LIB_TYPE""_STLP_LIB_MOTIF"."_STLP_VERSION_STR".lib""
unless you encapsulate it in double quotes as shown.
also it cannot build stlport-5.1 at all because it cant find stlport_prefix.h.
The old version has no such problem and the header does exist.
The text was updated successfully, but these errors were encountered:
funcptr in htod.c also needs to be changed to setModuleCtorDtor.
stalls on building anything with stlport 5.1 with an ansi error in stlport/stl/config/_auto_link.h in this macro ->
# define _STLP_STLPORT_LIB ""stlport"_STLP_LIB_OPTIM_MODE""_STLP_LIB_TYPE""_STLP_LIB_MOTIF"."_STLP_VERSION_STR".lib""
unless you encapsulate it in double quotes as shown.
also it cannot build stlport-5.1 at all because it cant find stlport_prefix.h.
The old version has no such problem and the header does exist.
The text was updated successfully, but these errors were encountered: