[Qgis-developer] Compiling Qgis problem
Barry Rowlingson
b.rowlingson at lancaster.ac.uk
Sun Jul 4 11:48:34 EDT 2010
On Sun, Jul 4, 2010 at 4:04 PM, GOO Creations <goocreations at gmail.com> wrote:
> CMake Error: cmake_symlink_library: System Error: Operation not permitted
> make[2]: *** [src/core/libqgis_core.so.1.5.0] Error 1
> make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2
> make: *** [all] Error 2
Looks like cmake is trying to create a symbolic link. I guess your
flash drive is formatted with a file system that doesn't support
symlinks (some variation of the FAT system most likely).
Not sure why cmake would do this, but it must be able to cope when
compiling on Windows since file systems there generally don't support
symlinks. Hmmm...
Barry
More information about the Qgis-developer
mailing list