-
Notifications
You must be signed in to change notification settings - Fork 9
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
ERROR #3
Comments
I am also currently trying to get it run. There is "..." missing in one of the lines between line 47 and 95. Furthermore, I changed But resolving this I got stuck again with the error: Error using mex Error in vtk_mex_build (line 99) |
Line 47 is commented in the default code (assuming installation of VTK from Macports). If you install it from source, you should comment the section assuming installation from Macports. Does that help? |
Thanks, fixed now. We also welcome pull requests for changes.
Are you sure this is what you want to do (providing directories for the linker vs. telling which libraries to link). I feel that this might related to the error you are seeing |
That's right. My fault. I already changed it back and got it successfully compiled. However, I have still problems to use it. I get the following error (in German which you might understand :) ): I try to call the respective file from a script which I put in the same folder together with a .vtk-file. Do you add certain libraries to the system path? |
Sorry, we don't have experience with Windows deployment for this tool |
when i finished the install of toolbox with cmake, i run the /toolbox/matlab/vtk_mex_build.m to install mex. but in matlab there was an error:
Wrong use of vertcat
The dimensions of the array to be concatenated are inconsistent.
Error vtk_ mex_ Build (line 47)
flags = { ...
i have checked but no clue.
is anyone can help?
The text was updated successfully, but these errors were encountered: