Page 1 of 1

builiding error on osx post compilation

Posted: Mon May 09, 2016 09:44
by jnengel
Hello,

I am completely new to cegui. I am trying to get it compiled on 0SX 10.11.4

I had to add -framework Cocoa -framework IOKit -framework CoreVideo -framework OpenGL
to make the code compile.

The process now fails post compilation with this message:

[ 92%] Linking CXX executable ../bin/CEGUISampleFramework-0.8.app/Contents/MacOS/CEGUISampleFramework-0.8
Removing old Frameworks in CEGUISampleFramework-0.8.app
Removing old Resources in CEGUISampleFramework-0.8.app
Creating Frameworks directory CEGUISampleFramework-0.8.app
Creating Resources directory CEGUISampleFramework-0.8.app
Creating symlinks to dependency libraries in CEGUISampleFramework-0.8.app
Creating symlinks to built cegui libraries in CEGUISampleFramework-0.8.app
Creating symlinks to sample datafiles CEGUISampleFramework-0.8.app
Creating symlinks to samples.xml CEGUISampleFramework-0.8.app
ln: /Users/nico/Downloads/cegui-0.8.7/bin/CEGUISampleFramework-0.8.app/Contents/Resources/datafiles/samples: Operation not permitted
make[2]: *** [bin/CEGUISampleFramework-0.8.app/Contents/MacOS/CEGUISampleFramework-0.8] Error 1
make[2]: *** Deleting file `bin/CEGUISampleFramework-0.8.app/Contents/MacOS/CEGUISampleFramework-0.8'
make[1]: *** [samples_framework/CMakeFiles/CEGUISampleFramework-0.8.dir/all] Error 2
make: *** [all] Error 2

whats going wrong here and how do i solve it ?

Thanks a ton
Nico

Re: builiding error on osx post compilation

Posted: Mon May 09, 2016 18:39
by YaronCT
jnengel: Seems like a permission problem, unrelated to cegui.