hengli / camodocal

CamOdoCal: Automatic Intrinsic and Extrinsic Calibration of a Rig with Multiple Generic Cameras and Odometry
Other
1.18k stars 390 forks source link

Possible cmake issue #51

Closed stanathong closed 8 years ago

stanathong commented 8 years ago

@ahundt

Referring to https://github.com/hengli/camodocal/issues/47

In comparison to the previous sourcecode, I found the latest sourcecode produced an error when running the command below:

cmake -DCMAKE_BUILD_TYPE=Release ..

The test environment is OpenCV 3.0 + No CUDA (on a virtual machine)

I attached logs in the post. Thanks very much.

BuildCamOdocal_20150104.zip

ahundt commented 8 years ago

Was the package "Threads" found correctly in the cmake configure step?

Some possible similar workarounds: https://stackoverflow.com/questions/29588183/cmake-fails-compilation https://stackoverflow.com/questions/27567175/pthread-create-not-found-on-make-of-osrm-project

stanathong commented 8 years ago

@ahundt

Thanks, Andrew. I will give this a try at a later time.

ahundt commented 8 years ago

Feel free to reopen if any problems related to this are still outstanding