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

Program shows error message: no sign change found! #6

Open
miho opened this issue Apr 20, 2019 · 5 comments
Open

Program shows error message: no sign change found! #6

miho opened this issue Apr 20, 2019 · 5 comments

Comments

@miho
Copy link

miho commented Apr 20, 2019

The program just prints:

no sign change found!, program exited.

I use macOS 10.14 & Xcode 10. I called the program with

  • bin/opengl_viewer -s kd
  • bin/opengl_viewer -s octree
  • bin/opengl_viewer

All options behave exactly the same. Is there anything else I could try?

@Danielmelody
Copy link
Owner

Danielmelody commented Apr 21, 2019

Sorry but the macos build is known to have bugs, I 've tried debug with lldb, but it's really wired that a const reference to glm vector will change 'its value across call stack. So I 've ship to develop it in windows.

If you can fix it any PR is welcome.

@miho
Copy link
Author

miho commented Apr 22, 2019

Do you know which vectors are affected?

@Danielmelody
Copy link
Owner

Danielmelody commented Apr 22, 2019 via email

@miho
Copy link
Author

miho commented Jun 15, 2019

Unfortunately, it doesn't work for me.

@Danielmelody
Copy link
Owner

Hi, I 've re-public this project, you may try build it with release mode, it works fine. for example

cmake .. -DCMAKE_BUILD_TYPE=Release && make -j16 && ./bin/opengl_viewer

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