I have the intention to run Blender as a Python Module. I want to compile blender in my windows 7 x64 with C-Make/MS VC 2008. When I have generated the CMake folder and I start to compile with VS I get the following errors/warnings:
Code 1:
Compiling...
buildinfo.c
creator.c
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\bf_intern_ghost.lib'
Code 2:
..\..\..\..\blender\source\blender\compositor\intern\COM_ExecutionSystemHelper.cpp(82) : warning C4101: 'converter' : unreferenced local variable
COM_ExecutionSystem.cpp
Generating Code...
Creating library...
COM_Device.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
I appreciate your help
_________________
César O'Ryan