[Bf-committers] Can't recompile after interruption

2014-03-13 Thread Nkansah Rexford
Compiling has always worked. However, today, whiles I run the 'make' command, I forgot of it, and restarted ma PC. I came back to try again hoping it'll continue from where it stopped, and I got this: CMake Warning at CMakeLists.txt:2290 (message): 'requests' path could not be found in:

Re: [Bf-committers] Can't recompile after interruption

2014-03-13 Thread brita
Hey, python-requests was added for something to do with http requests for the sketchfab addon (and usable for other addons). To have this working, you should install python requests via your OS normal way or http://docs.python-requests.org/en/latest/user/install/ . If you don't care about this

Re: [Bf-committers] Can't recompile after interruption

2014-03-13 Thread Nkansah Rexford
What about the CMake Error at intern/cycles/blender/CMakeLists.txt:52 (if): if given arguments: Unix Makefiles MATCHES Xcode AND VERSION_GREATER 5.0 Unknown arguments specified without it, its not allowing me to even compile. Any idea? On Thu, Mar 13, 2014 at 11:13 AM, brita

Re: [Bf-committers] Can't recompile after interruption

2014-03-13 Thread Jürgen Herrmann
] Can't recompile after interruption What about the CMake Error at intern/cycles/blender/CMakeLists.txt:52 (if): if given arguments: Unix Makefiles MATCHES Xcode AND VERSION_GREATER 5.0 Unknown arguments specified without it, its not allowing me to even compile. Any idea? On Thu, Mar 13, 2014

Re: [Bf-committers] Can't recompile after interruption

2014-03-13 Thread Nkansah Rexford
...@gmail.com Gesendet: ‎13.‎03.‎2014 10:50 An: bf-blender developers bf-committers@blender.org Betreff: Re: [Bf-committers] Can't recompile after interruption What about the CMake Error at intern/cycles/blender/CMakeLists.txt:52 (if): if given arguments: Unix Makefiles MATCHES Xcode