Page MenuHome

Not exists the winbuildinfo.h file: Building Software, CMake
Closed, ResolvedPublic

Description

I try to compile the revision of blender 23695

I got the following error:
'winbuildinfo.h': No such file or directory

I use the following tools
- Microsoft Visual Studio 2008
- CMake 2.6

My system
- Windows Vista Home Premium, Service Pack 1
- Processor: AMD Phenom(tm) 9750 Quad-Core Processor 2.40 GHz
- Memory(RAM): 8.0 GB
- System type: 64-bit Operating System
- Video Card: NVidia Quadro FX 570

CMake configure step:
- I use cmake-gui tool
- I only use the features by default
- The feature WITH_BUILDINFO is selected
- Execute the commands: configure, configure, configure, generate.

Visual Studio compile step
- Open the Blender.sln file
- Right click in the 'Blender' Solution
- Generate Solution
- ............................
1>buildinfo.c
1>..\..\..\blender\source\creator\buildinfo.c(42) : fatal error C1083: 'winbuildinfo.h': No such file or directory


Directory Tree
src
├───blender (obtained from the Subversion repository, revision 23695)
│ ├───bin
│ ├───Cmake
│ ├───config
│ ├───dlltool
│ ├───...
│ └───...
├───build (build directory for cmake tool)
│ ├───bin (generated by the tool cmake)
│ ├───CmakeFiles (generated by the tool cmake)
│ ├───extern (generated by the tool cmake)
│ ├───intern (generated by the tool cmake)
│ ├───...
│ └───...
├───lib
│ └───windows (obtained from the Subversion repository, revision 23674)
│ ├───aqsis
│ ├───CRTL
│ ├───ffmpg
│ ├───fftw3
│ ├───...
│ └───...

Event Timeline

Fix in svn, thanks for the report.

Brecht Van Lommel (brecht) changed the task status from Unknown Status to Resolved.Oct 19 2009, 6:56 PM