[Qgis-developer] Cannot install libqgis_customwidgets.so

2014-05-19 Thread Radim Blazek
I am getting: CMake Error at src/customwidgets/cmake_install.cmake:68 (FILE): file INSTALL cannot copy file /home/radim/devel/qgis/build/output/lib/libqgis_customwidgets.so.2.3.0 to /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/libqgis_customwidgets.so.2.3.0. it seems to ignore

Re: [Qgis-developer] Cannot install libqgis_customwidgets.so

2014-05-19 Thread Richard Duivenvoorde
On 19-05-14 17:08, Radim Blazek wrote: I am getting: CMake Error at src/customwidgets/cmake_install.cmake:68 (FILE): file INSTALL cannot copy file /home/radim/devel/qgis/build/output/lib/libqgis_customwidgets.so.2.3.0 to

Re: [Qgis-developer] Cannot install libqgis_customwidgets.so

2014-05-19 Thread Rouzaud Denis
Hi, The libqgis_customwidgets is a new library which allow using specific QGIS widgets directly in Qt Designer (if compiled with Qt4). Now, this lib needs to be in Qt plugin’s directory to work properly. So this will require to run make as install as root. You can disable this by running cmake

Re: [Qgis-developer] Cannot install libqgis_customwidgets.so

2014-05-19 Thread Etienne Tourigny
It should probably be disabled by default when CMAKE_INSTALL_PREFIX is set (to avoid this error), but it would make sense to make it default if CMAKE_INSTALL_PREFIX is not set (which requires to install as root). Don't know if it's easy to do that in cmake though. cheers Etienne On Mon, May 19,