On 2012-10-19, at 20:16, Craig Latta <craig@netjam.org> wrote:
that should be mentioned in the HOWTOBUILD you have to generate the vmVersionInfo.h
It doesn't seem to be, no.
it does....
- OSX:
# as of 10.7 llvm is the default but incompatible compiler # under 10.8 the following statement is not needed. export CC='/usr/bin/gcc-4.2' export MACOSX_DEPLOYMENT_TARGET=10.5 sh ../codegen-scripts/extract-commit-info.sh ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cd build cmake . make
Well that's completely non-obvious... I was grepping for "version". Anyway, it doesn't work:
***
fatal: Not a git repository (or any of the parent directories): .git
***
- 20 lines => (RE)CREATING THE GENERATED VM SOURCES ===================================== If you downloaded the sources from gitorious do the following the VM sources are not included (unlike the jenkins build download). The following steps explain how to generate the VM sources from a build image. I might sound a bit rude, but start at the beginning of said file, and work your way through. It might be outdated, but its the most recent doc about building the VM we have. So in your case you have to get the sources from gitorous, as implied by the section title: git clone -depth=1 git://gitorious.org/cogvm/blessed.git best cami