Re: cmake cannot find boost libraries

2014-06-28 Thread Ingvord
Finally got it! The problem indeed was with this Boost_USE_MULTITHREADED param. In one of the CMakeLists files it was set to OFF, i.e. set(Boost_USE_MULTITHREADED OFF) Passing ON value through command line gave no result. But after changing the mentioned CMakeLists file cmake has found the libr

Re: Crash in g_file_monitor on 32-bit Cygwin

2014-06-28 Thread Ken Brown
On 6/27/2014 1:52 PM, Yaakov Selkowitz wrote: On 2014-06-27 12:11, Ken Brown wrote: On 6/25/2014 10:17 PM, Ken Brown wrote: This is a followup to https://cygwin.com/ml/cygwin/2014-06/msg00324.html, from which I extracted the following test case: $ cat gfile-test.c #include #include void gfi

Re: LPR output disappearing

2014-06-28 Thread Andrey Repin
Greetings, David Masterson! >>> I created a PDF file with Org-Mode in Emacs and used "gv" and "lpr" to >>> try to output. I have a Dell A10 printer attached to my Acer PC. The >>> output looked like it was going to work in that the Dell popup that >>> shows that the printer is about to print som

Re: cmake cannot find boost libraries

2014-06-28 Thread Ingvord
I am wrong that renaming boost library files solves the issue. it solves it partially - cmake finds the libraries, but then make fails: $> make ... make[2]: *** No rule to make target '/usr/lib/libboost_program_options.a', needed by 'src/cygpnicore-2.dll'. Stop. CMakeFiles/Makefile2:1162: recip

cmake cannot find boost libraries

2014-06-28 Thread Ingvord
Dear All, First of all I would like to thank all cygwin developers for the fact that such a great thing as cygwin exists. Currently I am running cygwin 2.850 x64 on windows 7 x64. Compilers, boost libraries and cmake everything has been installed via setup. When trying to cmake project which u