derektrc
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 
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:...