Spark 0.4 for Mac OSX released
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
Allard Siemelink
- Posts: 297
- Joined: Fri Jun 30, 2006 7:30 pm
- Location: Netherlands
- Contact:
Spark 0.4 for Mac OSX released
Spark 0.4 for Mac OSX, Intel 64-bit is now availabe from
http://members.ziggo.nl/allard.siemelink/spark/
http://members.ziggo.nl/allard.siemelink/spark/
- Marek Soszynski
- Posts: 499
- Joined: Wed May 10, 2006 5:28 pm
- Location: Birmingham, England
Re: Spark 0.4 for Mac OSX released
What about Spark 0.5, which is already being tested by CCRL - when will that be on general release?
Marek Soszynski
Re: Spark 0.4 for Mac OSX released
Thanks. The binary works fine on my Core 2 Duo MacBook running OS X 10.6.3 (Snow Leopard).Allard Siemelink wrote:Spark 0.4 for Mac OSX, Intel 64-bit is now availabe from
http://members.ziggo.nl/allard.siemelink/spark/
Re: Spark 0.4 for Mac OSX released
Unfortunately Spark 0.4 does not run on Mac OS X 10.5.8 (Macbook with Core2Duo). Only this error message appears
The previous version does well
Allard, please don't forget us poor Leo users!
All the best,
Max
Code: Select all
$ ./spark-0.4-osx-mp
dyld: unknown required load command 0x80000022
Trace/BPT trapCode: Select all
$ ./spark-0.3a-mp
spark-0.3a
(c) 2009-2010 AJ Siemelink
inifile=spark.ini
allocating hash...allocated 33554432 bytes=32Mb
starting threads...
initialized
% All the best,
Max
Re: Spark 0.4 for Mac OSX released
Perhaps Allard needs to recompile withMax wrote:Unfortunately Spark 0.4 does not run on Mac OS X 10.5.8 (Macbook with Core2Duo). Only this error message appears
The previous version does wellCode: Select all
$ ./spark-0.4-osx-mp dyld: unknown required load command 0x80000022 Trace/BPT trap
Allard, please don't forget us poor Leo users!Code: Select all
$ ./spark-0.3a-mp spark-0.3a (c) 2009-2010 AJ Siemelink inifile=spark.ini allocating hash...allocated 33554432 bytes=32Mb starting threads... initialized %
All the best,
Max
Code: Select all
$CFLAGS = -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5-
Tord Romstad
- Posts: 1808
- Joined: Wed Mar 08, 2006 8:19 pm
- Location: Oslo, Norway
Re: Spark 0.4 for Mac OSX released
Thanks for the OS X binary, Allard! I wish more of the closed-source guys would release OS X binaries, and I look forward to testing Spark some time soon.
By the way, I am very surprised that so many people are still using 10.5. I thought everybody would have upgraded by now. Snow Leopard is awesome, and the upgrade from Leopard is ridiculously cheap.
Worth a try, but it didn't do the trick for Stockfish. I still haven't been able to compile a binary compatible with 10.5.zullil wrote:Perhaps Allard needs to recompile with
Code: Select all
$CFLAGS = -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
By the way, I am very surprised that so many people are still using 10.5. I thought everybody would have upgraded by now. Snow Leopard is awesome, and the upgrade from Leopard is ridiculously cheap.
Re: Spark 0.4 for Mac OSX released
You also need to export a particular environment variable, to use the legacy linker format:Tord Romstad wrote:Thanks for the OS X binary, Allard! I wish more of the closed-source guys would release OS X binaries, and I look forward to testing Spark some time soon.
Worth a try, but it didn't do the trick for Stockfish. I still haven't been able to compile a binary compatible with 10.5.zullil wrote:Perhaps Allard needs to recompile with
Code: Select all
$CFLAGS = -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
By the way, I am very surprised that so many people are still using 10.5. I thought everybody would have upgraded by now. Snow Leopard is awesome, and the upgrade from Leopard is ridiculously cheap.
export MACOSX_DEPLOYMENT_TARGET="10.5"
Ian
Re: Spark 0.4 for Mac OSX released
Thanks. Will the resulting binary then work with both 10.5 and 10.6?IanO wrote:
You also need to export a particular environment variable, to use the legacy linker format:
export MACOSX_DEPLOYMENT_TARGET="10.5"
Ian
-
Allard Siemelink
- Posts: 297
- Joined: Fri Jun 30, 2006 7:30 pm
- Location: Netherlands
- Contact:
Re: Spark 0.4 for Mac OSX released
Thanks, I've uploaded a new version, could you try if it is ok now?
http://members.ziggo.nl/allard.siemelink/spark/
http://members.ziggo.nl/allard.siemelink/spark/
-
Allard Siemelink
- Posts: 297
- Joined: Fri Jun 30, 2006 7:30 pm
- Location: Netherlands
- Contact:
Re: Spark 0.4 for Mac OSX released
You're welcome. Anyway, building a mac version is not hard at all,
the changes compared to the linux version are minimal.
Just hope that the recompile (with -mmacosx-version-min=10.5) will work...
the changes compared to the linux version are minimal.
Just hope that the recompile (with -mmacosx-version-min=10.5) will work...
Tord Romstad wrote:Thanks for the OS X binary, Allard! I wish more of the closed-source guys would release OS X binaries, and I look forward to testing Spark some time soon.
Worth a try, but it didn't do the trick for Stockfish. I still haven't been able to compile a binary compatible with 10.5.zullil wrote:Perhaps Allard needs to recompile with
Code: Select all
$CFLAGS = -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5
By the way, I am very surprised that so many people are still using 10.5. I thought everybody would have upgraded by now. Snow Leopard is awesome, and the upgrade from Leopard is ridiculously cheap.