On 22 October 2012 04:24, Stefan Marr <smalltalk@stefan-marr.de> wrote:
Hi:
On 19 Oct 2012, at 09:49, Camillo Bruni wrote:
Did you check the HOWTOBUILD file in the gitorious repository?
Is it just me or should the following patch be applied? (the order of the steps seems to be wrong and extracting commit infos should be done in the build folder, no?)
yes
Best regards Stefan
diff --git a/HOWTOBUILD b/HOWTOBUILD index c6554f1..a34ffb9 100644 --- a/HOWTOBUILD +++ b/HOWTOBUILD @@ -65,8 +65,8 @@ Pick or edit the configuration you want, then evaluate it. # as of 10.7 llvm is the default but incompatible compiler export CC='/usr/bin/gcc-4.2' export MACOSX_DEPLOYMENT_TARGET=10.5 - sh ../codegen-scripts/extract-commit-info.sh cd build + sh ../codegen-scripts/extract-commit-info.sh cmake . make
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
-- Best regards, Igor Stasenko.