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
Not sure what the best course of action here is. Using system libjpeg allows DF to load. Should we just remove our distributed libjpeg? Did we assume that systems would not have a system jpeg, or do we specifically need that version for allegro? (I haven't tested stonesense with system libjpeg yet)
The text was updated successfully, but these errors were encountered:
Fixed by:
$ (cd hack/libs mkdir bak mv libjpeg.so.62* bak)
In other words, the version of libjpeg we're shipping to support allegro (
stonesense
) is too old to supply needed symbols to system libtiff.Discord discussion: https://discord.com/channels/793331351645323264/807444467140788254/1319245673610346516
Not sure what the best course of action here is. Using system libjpeg allows DF to load. Should we just remove our distributed libjpeg? Did we assume that systems would not have a system jpeg, or do we specifically need that version for allegro? (I haven't tested
stonesense
with system libjpeg yet)The text was updated successfully, but these errors were encountered: