Hamaguchi-Japan / simple-kinect-touch

Automatically exported from code.google.com/p/simple-kinect-touch
0 stars 0 forks source link

issues compileing on mac (Xcode 4) #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi. 
I'm trying to install simple kinect touch Xcode project on my mac. I have 
opencv, openNI, NITE, and PrimeSense installed properly. I'm getting two errors 
when i run the SKT4Mac.xcodeproj 

The first error is in Ish_index.h 
1) "Semantic Issue. 
     No matching constructor for initialization of 'cvflann::LshIndexParams'   " 

The second error is in any.h 
2) "Semantic Issue. 
     Invalid operands to binary expression ('std::ostream' (aka 'basic_ostream<char>') and 'const cdiggins::anyimpl::empty_any')

Original issue reported on code.google.com by williamf...@gmail.com on 28 Aug 2011 at 4:09

GoogleCodeExporter commented 8 years ago
what about the status of this issue? have you got it work now? I'm run into the 
same problem when compiling OpenCV 2.3 on iOS, but the issue only raise on 
iPhoneOS, works well in iPhoneSimulator.

Original comment by alsor.zhou on 30 Sep 2011 at 3:02

GoogleCodeExporter commented 8 years ago
Hi, 

I solved this trouble (not using simple-kinect-touch, only finding your post as 
I had the same error) changing the compiler to LLVM GCC 4.2 and linking ALL the 
libraries in the "linker flags".

Original comment by lahoz....@gmail.com on 6 Oct 2011 at 10:24

GoogleCodeExporter commented 8 years ago
I found that this bug is related to OpenCV, it isn't compatible with new 
LLVM/Clang compiler yet, there are some issues with lsh_index.h and any.h.

Original comment by space.sh...@gmail.com on 22 Nov 2011 at 5:27

GoogleCodeExporter commented 8 years ago
I have solved the problem by changing complier, but still 64bit to 32 bit 
shortening warning appears? Is there any solution? hasanatfsg@gmail.com

Original comment by hasanat...@gmail.com on 2 Feb 2012 at 10:45