katisss Posted July 4, 2010 Share Posted July 4, 2010 (edited) I am trying to run the demoBox example. I compiled with hcustom read in the FAQ to set the path in VRAYprocedural file and checked procedurals with mantra -V4 but cant make it work. Any ideas (i am on windows 32)? Error is mantra: Cannot allocate procedural 'demobox' on object /obj/tube_object1 EDIT: got it working never mind Edited July 4, 2010 by katisss Quote Link to comment Share on other sites More sharing options...
pclaes Posted July 4, 2010 Share Posted July 4, 2010 (perhaps share what you did to get it working so other users can benefit from this too). Quote Link to comment Share on other sites More sharing options...
katisss Posted July 4, 2010 Author Share Posted July 4, 2010 (edited) In VRAYprocedural #if $HOUDINI_OS == "Windows" #define DSO_FILE(filename) mantra/filename.dll #else #define DSO_FILE(filename) mantra/filename.so #endif $HOUDINI_OS seem to have been undefined, so didnt work on windows. Nice web site Edited July 4, 2010 by katisss Quote Link to comment Share on other sites More sharing options...
katisss Posted August 10, 2010 Author Share Posted August 10, 2010 (edited) Hm, i compiled my VRAY_Pocedural that works nicely on windows for linux and it doesnt show up on linux. Same problem with hdk example stuff. I tried both hcustom and manual build. Is there anything special about mantra stuff? Edited August 10, 2010 by katisss Quote Link to comment Share on other sites More sharing options...
katisss Posted August 11, 2010 Author Share Posted August 11, 2010 (edited) hm, looks like our install misses the directory included in the VRAY_PROCEDURALS #include "$HFS/VRAYprocedural" I pointed it to where VRAY_Procedural.h is but doesnt make stuff show up Edited August 11, 2010 by katisss Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.