Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of sync with downloaded libigl? #13

Open
alecjacobson opened this issue Jun 21, 2021 · 1 comment
Open

Out of sync with downloaded libigl? #13

alecjacobson opened this issue Jun 21, 2021 · 1 comment

Comments

@alecjacobson
Copy link

I get build errors like this:

[ 93%] Building CXX object CMakeFiles/scaf_pack_bin.dir/src/UI/TextureGUI_extended_menu.cpp.o
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI_extended_menu.cpp:147:34: error: reference to non-static member function must be called; did you mean
      to call it with no arguments?
            viewer_core_2d_ = v_.core;
                              ~~~^~~~
                                     ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1084:40: note: possible target for call
  IGL_INLINE const ViewerCore& Viewer::core(unsigned core_id /*= 0*/) const
                                       ^
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI_extended_menu.cpp:148:16: error: reference to non-static member function must be called; did you mean
      to call it with no arguments?
            v_.core = viewer_core_3d_;
            ~~~^~~~
                   ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1084:40: note: possible target for call
  IGL_INLINE const ViewerCore& Viewer::core(unsigned core_id /*= 0*/) const
                                       ^
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI_extended_menu.cpp:150:34: error: reference to non-static member function must be called; did you mean
      to call it with no arguments?
            viewer_core_3d_ = v_.core;
                              ~~~^~~~
                                     ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1084:40: note: possible target for call
  IGL_INLINE const ViewerCore& Viewer::core(unsigned core_id /*= 0*/) const
                                       ^
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI_extended_menu.cpp:151:16: error: reference to non-static member function must be called; did you mean
      to call it with no arguments?
            v_.core = viewer_core_2d_;
            ~~~^~~~
                   ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1084:40: note: possible target for call
  IGL_INLINE const ViewerCore& Viewer::core(unsigned core_id /*= 0*/) const
                                       ^
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI.cpp:192:28: error: reference to non-static member function must be called; did you mean to call it with
      no arguments?
      viewer_core_3d_ = v_.core;
                        ~~~^~~~
                               ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1084:40: note: possible target for call
  IGL_INLINE const ViewerCore& Viewer::core(unsigned core_id /*= 0*/) const
                                       ^
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI.cpp:193:28: error: reference to non-static member function must be called; did you mean to call it with
      no arguments?
      viewer_core_2d_ = v_.core;
                        ~~~^~~~
                               ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1084:40: note: possible target for call
  IGL_INLINE const ViewerCore& Viewer::core(unsigned core_id /*= 0*/) const
                                       ^
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI.cpp:210:10: error: reference to non-static member function must be called; did you mean to call it with
      no arguments?
      v_.core = uv_space ? viewer_core_2d_ : viewer_core_3d_;
      ~~~^~~~
             ()
/Users/ajx/Repos/scaffold-map/external/libigl/cmake/../include/igl/opengl/glfw/Viewer.cpp:1072:34: note: possible target for call
  IGL_INLINE ViewerCore& Viewer::core(unsigned core_id /*= 0*/)
                                 ^
/Users/ajx/Repos/scaffold-map/external/libigl/
@jiangzhongshi
Copy link
Owner

Hi Alec,

Thanks for the reminder! Yes, it seems that I didn't put commit tag by then. I will try to find it out.

jiangzhongshi added a commit that referenced this issue Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants