zhocker96 / lkb-kinect-bundle

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

can not compiled #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
OpenNI 1.5.4.0 
the latest qtversion Qt SDK version 1.2.1 
vs2010 
avin2-SensorKinect?-v0.93-5.1.2.1-0-g15f1975 
nite-win32-1.5.2.21-dev_1.msi 

but cannot compie 

Original issue reported on code.google.com by wsh...@163.com on 18 Sep 2012 at 8:36

GoogleCodeExporter commented 8 years ago
64 or 32 bit? what is the compile error? did you check that the .pro file info 
correctly points at the installation of openni?

Original comment by nzalaqu...@gmail.com on 20 Sep 2012 at 4:46

GoogleCodeExporter commented 8 years ago
thanks    my system is 32 bit

attache file will show the error msg

Original comment by wsh...@163.com on 21 Sep 2012 at 2:54

Attachments:

GoogleCodeExporter commented 8 years ago
I don't quite understand from the error file what could be the problem... I 
assume you are compiling from Qt Creator, right? I don't have any ideas by 
looking at that file... 

Original comment by nzalaqu...@gmail.com on 24 Sep 2012 at 8:31

GoogleCodeExporter commented 8 years ago
can you tell me the qt version  and all  the other version  such as openni 
vs2010 avin2 and nite versin exactly.

perhaps  you can paste where you down load the software.
paste the link address。 thks。 

Original comment by wsh...@163.com on 28 Sep 2012 at 7:12

GoogleCodeExporter commented 8 years ago
The versions we use are the same as yours. Again one question: when compiling 
in Qt Creator, when you open the project, did you select the Visual Studio 2010 
compiler? (if not you can change it in the Project menu). Also make sure that 
the .pro file points at the place your openni and nite libraries were 
installed. 
Good luck!

Original comment by nzalaqu...@gmail.com on 2 Oct 2012 at 6:19

GoogleCodeExporter commented 8 years ago
yes  I forgot select the visual studio 2010 compiler.  now  it is ok ! 
thanks!!!

Original comment by wsh...@163.com on 18 Oct 2012 at 8:33

GoogleCodeExporter commented 8 years ago
cannot configure the project. Please see attached file.

Original comment by shariein...@gmail.com on 18 Jan 2013 at 2:16

Attachments:

GoogleCodeExporter commented 8 years ago
I cannot build cause it tells that opencv_core233 is not found.

Original comment by shariein...@gmail.com on 18 Jan 2013 at 9:14

GoogleCodeExporter commented 8 years ago
I cannot config same as #7

Original comment by pro...@gmail.com on 6 Feb 2013 at 8:11

GoogleCodeExporter commented 8 years ago
Same issue as #7 I can't configure and find the build...

Original comment by neilcord...@gmail.com on 16 Feb 2013 at 3:46

GoogleCodeExporter commented 8 years ago
About #7 : you have to have visual studio c++ installed as it is required by 
qtcreator to compile (or mingw but in this case it won't work as NITE needs 
VSC++). Install that and then manage the qtcreator kits in preferences.
About #8 : Try copying the all the dlls in the libs folder to your release or 
debug folder. If that doesn't work take a look at the linking paths in the .pro 
file for any absolute path not coherent with the folders you have.
Good luck!

Original comment by nzalaqu...@gmail.com on 21 Feb 2013 at 4:32

GoogleCodeExporter commented 8 years ago
thank you I already solved the #7 issue I had. 

1. go to... 
Projects->Manage Kits->Qt Versions->add then look for the qmake.exe which was 
installed in C:\QT\4.8.4\bin\qmake.exe (had to do this since it wasn't 
auto-detected)

2. Click on the .pro file and changed the libs and include path which was 
"C:\Program Files (x86)\" to "C:\Program Files\".  

I have another issue that came up. When I build the project, it gave me this 
error:
LNK1123: failure during conversion to COFF: file invalid or corrupt. 
(see more on the attached picture)

Any ideas how to solve this? 

Original comment by neilcord...@gmail.com on 27 Feb 2013 at 2:43

Attachments:

GoogleCodeExporter commented 8 years ago
I'm just guessing... The problem in #12, is it because of my Visual Studio 2010 
having v4.5 .NET framework? 

Original comment by neilcord...@gmail.com on 27 Feb 2013 at 2:56

GoogleCodeExporter commented 8 years ago
Hi, did you manage to solve the issue?. Just a quick search (probably found the 
same results you did :) ) go me to 
http://stackoverflow.com/questions/10888391/link-fatal-error-lnk1123-failure-dur
ing-conversion-to-coff-file-invalid-or-c
did you tried their suggestions? 

Original comment by nzalaqu...@gmail.com on 6 Mar 2013 at 6:14

GoogleCodeExporter commented 8 years ago
Hi I am having same problem as #7 but the solution in #12 I am not able to 
understand step 2. I mean where to go and change lib and include path?? can 
someone pls explain it??

Original comment by shiridh4...@gmail.com on 8 May 2013 at 9:01