Running ./environment app results in segmentation fault.
gbd debugging showed the problem on line 90 of environment.cpp file:
viewer->spinOnce ();
Further googling showed that the problem has been solved by PCL developers in further releases.
The recommendation is to build PCL from the source. Worked for me.