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
I have a project to test VitaGL and I use assimp to load the 3D meshes. With the update to assimp v5.3.1 the compilation breaks. It sais the there undefined reference to fseeko64, ftello64 and fseeko64. This is because in the new code there is no #else clause for the rest of cases in file ioapi.h.
I have a project to test VitaGL and I use assimp to load the 3D meshes. With the update to assimp v5.3.1 the compilation breaks. It sais the there undefined reference to
fseeko64
,ftello64
andfseeko64
. This is because in the new code there is no#else
clause for the rest of cases in file ioapi.h.I have been able to fix it with the next patch:
I have used the above solution because is simpler.
The text was updated successfully, but these errors were encountered: