dtaveras / LeapView

Paraview Leap Motion Plugin
2 stars 1 forks source link

Having trouble building on Mac OS X 10.8 #1

Open hschilling opened 10 years ago

hschilling commented 10 years ago

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!

dtaveras commented 10 years ago

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.

On Fri, Jul 4, 2014 at 6:38 PM, hschilling notifications@github.com wrote:

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!

— Reply to this email directly or view it on GitHub https://github.com/dtaveras/LeapView/issues/1.

hschilling commented 10 years ago

Thanks for the response ! You can also email me directly when you have a fix in place. Looking forward to trying this