derektrc

Results 4 comments of derektrc

I'm not sure, but from this issue https://github.com/strawlab/python-pcl/issues/13, it seems like installing on windows is possible. Edit: I just noticed he mentions "when installing python-pcl (with make)" so i'm guessing...

I just noticed the pcl_common-1.6.pc file in my "C:\Program Files\PCL 1.6.0\lib\pkgconfig" folder and I added it to path, however the same issue is still coming up.

After following http://stackoverflow.com/questions/1710922/how-to-install-pkg-config-in-windows, I installed pkg-config on windows. I am now getting this error so I will look into how to add PCL to pkg-config ![capture](https://cloud.githubusercontent.com/assets/5672743/5654859/6b25229a-9695-11e4-83a7-c300606c41e4.PNG)

I believe my Python is using Mingw as a compiler so after I installed pkg-config I within the gcc string I realized that it kept searching in the "C:\Python27\PC" (note:...