Search found 9 matches
- Thu Oct 22, 2009 9:54 pm
- Forum: Coding Blender
- Topic: Cmake generation error
- Replies: 1
- Views: 1915
- Tue Oct 20, 2009 6:59 pm
- Forum: Coding Blender
- Topic: Guides for compiling Blender
- Replies: 94
- Views: 175553
I haven't read through this entire thread, but I thought I should point out that the page linked to for the MSVC compiling guide is no longer maintained.
I recommend this page as a replacement: link
I recommend this page as a replacement: link
- Tue Oct 20, 2009 6:49 pm
- Forum: Coding Blender
- Topic: Cmake generation error
- Replies: 1
- Views: 1915
Cmake generation error
I'm attempting to compile 2.5 on Windows XP 32 bit using MSVC 2008 Express and Cmake 2.6, but Cmake is giving me 2 errors that I don't know what to do about. CMake Error: Error: Target blender contains multiple languages with the highest linker preference (0): C; RC You must set the LINKER_LANGUAGE ...
- Thu Apr 24, 2008 4:49 pm
- Forum: Coding Blender
- Topic: Missing library file in rev 14535
- Replies: 0
- Views: 2123
Missing library file in rev 14535
I just tried to compile and things were going swimmingly, but the build failed with the error "cannot open input file avformat-51.lib"
I ran a search of my library directory and found that there is no such file. What to do?
BTW, I'm using MSVC 2008 Express.
I ran a search of my library directory and found that there is no such file. What to do?
BTW, I'm using MSVC 2008 Express.
- Sun Apr 20, 2008 5:56 pm
- Forum: Coding Blender
- Topic: Compile with VS 2008 Express Trouble
- Replies: 9
- Views: 4851
Thanks guys, I FINALLY got it to compile. I had to rename lib_msvc to something else and rename lib_vs2005 to lib_msvc, though. Suggested here: PART 3b (OpenEXR lib Caveat for Blender 2.45 only) *If you’re building an SVN version you don’t need to do anything.* Using the openexr libs that comes with...
- Sun Apr 20, 2008 3:36 am
- Forum: Coding Blender
- Topic: Compile with VS 2008 Express Trouble
- Replies: 9
- Views: 4851
*sigh* Ok. Assuming the VC++ directories library category is completely empty, what directories would I need to add to make things work? So far based on your posts and the tutorial I think: C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib C:\Program Files\Microsoft DirectX SDK (March 2008)\Lib\x86 ...
- Sat Apr 19, 2008 5:27 am
- Forum: Coding Blender
- Topic: Compile with VS 2008 Express Trouble
- Replies: 9
- Views: 4851
I went to the the VC++ directories and used absolute paths to all the needed directories, just so nothing was left to chance. Compiling again got 286 errors, but they are in relation to a relatively small number of files. IlmImf.lib Iex.lib bf_yafray.lib msvcprt.lib msvcrt.lib MSVCRT.lib blender_bop...
- Thu Apr 17, 2008 9:11 pm
- Forum: Coding Blender
- Topic: Compile with VS 2008 Express Trouble
- Replies: 9
- Views: 4851
Compile with VS 2008 Express Trouble
I'm a bit new to compiling Blender and I was successful using Mpan3's tutorial for scons/mingw. I wanted to try compiling with MSVC though, so I tried to follow this tutorial to compile SVN rev 14438, but the build failed with this: 59>C:\build\install\bin\Release\blender.exe : fatal error LNK1120: ...
- Thu Apr 17, 2008 9:03 pm
- Forum: Coding Blender
- Topic: trying to raise the fluid resolution limit...
- Replies: 1
- Views: 3219