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 try to run your ptamm code. I install lib3ds but when I run make under ptamm, I get below error : undefined reference to `lib3ds_mesh_calculate_vertex_normals'
There is a file named lib3ds.h under /usr/include that contains lib3ds_mesh_calculate_vertex_normals function. I add to linkpath /usr/include in makefile. How can I solve this error?
The text was updated successfully, but these errors were encountered:
Hello,
I try to run your ptamm code. I install lib3ds but when I run make under ptamm, I get below error : undefined reference to `lib3ds_mesh_calculate_vertex_normals'
There is a file named lib3ds.h under /usr/include that contains lib3ds_mesh_calculate_vertex_normals function. I add to linkpath /usr/include in makefile. How can I solve this error?
The text was updated successfully, but these errors were encountered: