[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:
   '/usr/lib/python3.3/site-packages/requests'
   WITH_PYTHON_INSTALL_REQUESTS option will be ignored when installing
 python

 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


What should I do to keep the compiling on track? Thanks
-- 
Rexford http://google.com/+Nkansahrexford | Africa
Centerhttp://africacenter.net|
WiR https://outreach.wikimedia.org/wiki/Wikipedian_in_Residence |
WikiAfrica http://wikiafrica.net |
User:Nkansahrexfordhttp://en.wikipedia.org/wiki/User:Nkansahrexford
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 functionality, you can edit your cmake
configuration and uncheck 'WITH_PYTHON_INSTALL_REQUESTS'

Inês Almeida
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 britalme...@gmail.com wrote:

 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 functionality, you can edit your cmake
 configuration and uncheck 'WITH_PYTHON_INSTALL_REQUESTS'

 Inês Almeida
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
Rexford http://google.com/+Nkansahrexford | Africa
Centerhttp://africacenter.net|
WiR https://outreach.wikimedia.org/wiki/Wikipedian_in_Residence |
WikiAfrica http://wikiafrica.net |
User:Nkansahrexfordhttp://en.wikipedia.org/wiki/User:Nkansahrexford
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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

2014-03-13 Thread Jürgen Herrmann
This error should be fixed with the latest revision.
Please update your local repository and retry 

- Ursprüngliche Nachricht -
Von: Nkansah Rexford nkansahrexf...@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 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 britalme...@gmail.com wrote:

 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 functionality, you can edit your cmake
 configuration and uncheck 'WITH_PYTHON_INSTALL_REQUESTS'

 Inês Almeida
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
Rexford http://google.com/+Nkansahrexford | Africa
Centerhttp://africacenter.net|
WiR https://outreach.wikimedia.org/wiki/Wikipedian_in_Residence |
WikiAfrica http://wikiafrica.net |
User:Nkansahrexfordhttp://en.wikipedia.org/wiki/User:Nkansahrexford
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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

2014-03-13 Thread Nkansah Rexford
Thank you for the fix. Its compiling now.

:)


On Thu, Mar 13, 2014 at 12:04 PM, Jürgen Herrmann shadow...@me.com wrote:

 This error should be fixed with the latest revision.
 Please update your local repository and retry 

 - Ursprüngliche Nachricht -
 Von: Nkansah Rexford nkansahrexf...@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 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 britalme...@gmail.com wrote:

  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 functionality, you can edit your cmake
  configuration and uncheck 'WITH_PYTHON_INSTALL_REQUESTS'
 
  Inês Almeida
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 



 --
 Rexford http://google.com/+Nkansahrexford | Africa
 Centerhttp://africacenter.net|
 WiR https://outreach.wikimedia.org/wiki/Wikipedian_in_Residence |
 WikiAfrica http://wikiafrica.net |
 User:Nkansahrexfordhttp://en.wikipedia.org/wiki/User:Nkansahrexford
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
Rexford http://google.com/+Nkansahrexford | Africa
Centerhttp://africacenter.net|
WiR https://outreach.wikimedia.org/wiki/Wikipedian_in_Residence |
WikiAfrica http://wikiafrica.net |
User:Nkansahrexfordhttp://en.wikipedia.org/wiki/User:Nkansahrexford
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers