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
unknown406c8f22d4dc:LeapView herbertschilling$ ./addExtraLink.sh
Make sure to name build directory => 'build'
Looking at the code in that script, I see that it is looking for "build/CMakeFiles/LeapView.dir". But there is no LeapView.dir in my build/CMakeFiles directory.
Thanks!
The text was updated successfully, but these errors were encountered:
ok I see what the problem is. The way I constructed the project was for
anyone compiling it to to create a new directory called "build" and do all
the compilation there. Also Sorry for the late reply I will be available
all week so don't hesitate to send me an email if you are interested in the
project.
unknown406c8f22d4dc:LeapView herbertschilling$ ./addExtraLink.sh
Make sure to name build directory => 'build'
Looking at the code in that script, I see that it is looking for
"build/CMakeFiles/LeapView.dir". But there is no LeapView.dir in my
build/CMakeFiles directory.
Thanks!
—
Reply to this email directly or view it on GitHub #1.
Hi,
Very interested to try this plugin but I can't build it. I think I followed the directions in your readme correctlly.
configure looks like this
CMAKE_BUILD_TYPE Debug
CMAKE_INSTALL_PREFIX /usr/bin
CMAKE_OSX_ARCHITECTURES x86_64
CMAKE_OSX_DEPLOYMENT_TARGET 10.8
CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/
ParaView_DIR /Users/herbertschilling/Documents/ParaView/Source/ParaView-bin
and I can generate.
But when I run ./addExtraLink.sh, I get
unknown406c8f22d4dc:LeapView herbertschilling$ ./addExtraLink.sh
Make sure to name build directory => 'build'
Looking at the code in that script, I see that it is looking for "build/CMakeFiles/LeapView.dir". But there is no LeapView.dir in my build/CMakeFiles directory.
Thanks!
The text was updated successfully, but these errors were encountered: