Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Error #7

Closed
sdmiller opened this issue Apr 2, 2013 · 2 comments
Closed

Compilation Error #7

sdmiller opened this issue Apr 2, 2013 · 2 comments

Comments

@sdmiller
Copy link

sdmiller commented Apr 2, 2013

Hi all,

I'm trying to build blensor from source on 12.10, and I run into the following compiler error about 99% of the way into the build process:

In file included from /home/sdmiller/software/blensor/intern/cycles/blender/blender_sync.h:25:0,
from /home/sdmiller/software/blensor/intern/cycles/blender/blender_python.cpp:23:
/home/sdmiller/software/build_linux/source/blender/makesrna/intern/RNA_blender_cpp.h: In member function ‘void BL::Image::zbuf(BL::Context, int_, float_, BL::Scene)’:
/home/sdmiller/software/build_linux/source/blender/makesrna/intern/RNA_blender_cpp.h:37040:127: error: cannot convert ‘float_’ to ‘float__’ for argument ‘5’ to ‘void Image_zbuf(Image_, bContext_, ReportList_, int_, float__, Scene_)’

(And other similar ones, under intern/cycles)

Any advice?

Thanks!
-Stephen

@mgschwan
Copy link
Owner

This is a known problem which needs to be fixed. However, since Cycles does not add any value to the sensor simulation the current advice is to disable cycles in the build configuration (either cmake or scons)

@mgschwan
Copy link
Owner

This issue is now fixed.
The whole blensor native code has been moved to a separate python module and is now no longer included in Blenders automatically generated python/C interfaces which caused the problems with Blensor and Cycles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants