zhocker96 / simple-kinect-touch

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

Compilation Error in Linux 64bits #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to compile the project.

What is the expected output? What do you see instead?
SKT binary.

What version of the product are you using? On what operating system?
2.1

Please provide any additional information below.
I always get an "Wrong ELF class" error.

Original issue reported on code.google.com by versae on 15 Feb 2012 at 9:52

GoogleCodeExporter commented 8 years ago
Hi, when compiling on a 64 bit linux you need to compile opencv yourself 
(version 2.3.1). When configuring the compilation of OpenCV in cmake make sure 
to check openni, qt and qt with opengl. You will need openni and avin 2 for 64 
bit. The problem, i think, is that the compiled version of opencv that we 
included is compiled against a 32bit qt, while you probably have a 64 bit 
version installed (this applies to openni and avin2 also). 
Good luck! and please tell us how it goes. 

Original comment by nzalaqu...@gmail.com on 26 Feb 2012 at 12:31

GoogleCodeExporter commented 8 years ago
Thank you. I'll try that, but I have definitely lost my faith in the 64 bits 
compilation process.

Original comment by versae on 26 Feb 2012 at 1:35