Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-21 Thread Ben St-Pierre
> to compile I didn't need to have Apple Xcode, but only Command Line Tools. Thanks for this! I've modified the Wiki page accordingly: > 1) Go to [Apple Xcode](https://developer.apple.com/xcode/) and install the > command line tools. https://sourceforge.net/p/scid/wiki/CompileScid This line m

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-21 Thread Patalex
Hi, I made my scid.app just a few minutes ago. All is Ok, thanks again for your help. I'll come back to tell you if I find some dysfunction. One thing : to compile I didn't need to have Apple Xcode, but only Command Line Tools. Have a nice day. Le 20 mai 2013 à 18:38, Israel Chauca Fuentes a

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-20 Thread Israel Chauca Fuentes
On May 20, 2013, at 10:33 AM, Ben St-Pierre wrote: >> Does this create a DMG? > > I think it only creates an App, but that it would not take much to > create an App out of it. > But I don't know how to proceed exactly. > Perhaps Israel could explain that. > >> Does snack sound package is inclu

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-20 Thread Ben St-Pierre
> create an app inside the subdirectory "dist" and create a dmg By "create a dmg", Fulvio means "do something like this" http://www.wikihow.com/Make-a-DMG-File-on-a-Mac As Fulvio just said when I asked him for confirmation, a dmg is "just a fancier zip file". ---

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-20 Thread Fulvio
Ben St-Pierre wrote: >> Does this create a DMG? >> > > First you run: ./configure to create a "Makefile" based on your system.. After that you can type: "make" compile the code, to run the program type: ./scid or "make install" compile the code and create an app inside the subdirectory "

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-20 Thread Ben St-Pierre
> Does this create a DMG? I think it only creates an App, but that it would not take much to create an App out of it. But I don't know how to proceed exactly. Perhaps Israel could explain that. > Does snack sound package is included? I don't think so. ---

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-20 Thread Fulvio
Ben St-Pierre wrote: > Hello Patalex, > > If you want to compile Scid, following these three steps might be enough: > > First, http://sourceforge.net/p/scid/wiki/GetScid/ > > Second, install Apple Xcode and Xcode command line tools. > > Third, open the terminal, "cd" into the Scid source code direc

Re: [Scid-users] Compile scid 4.5.1 on Mac

2013-05-19 Thread Ben St-Pierre
Hello Patalex, If you want to compile Scid, following these three steps might be enough: First, http://sourceforge.net/p/scid/wiki/GetScid/ Second, install Apple Xcode and Xcode command line tools. Third, open the terminal, "cd" into the Scid source code directory and run the following commands

[Scid-users] Compile scid 4.5.1 on Mac

2013-05-19 Thread Patalex74
Hi all, Is there somewhere any help to compile SCID 4.5.1 on OSX Moutain lion ? Thanks for all. -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security

Re: [Scid-users] compile scid

2008-05-19 Thread Pascal Georges
2008/5/19 Niels Borne <[EMAIL PROTECTED]>: > > Hi, > > I got the following error message after installing scid on fedora 9 : > > cc1: error: unrecognized command line option "-fforce-mem" > > See details below. The program seems to work, though. > After googleing it seems this option has disappear

Re: [Scid-users] compile scid

2008-05-19 Thread Detlef Steuer
Nils, On Mon, 19 May 2008 09:29:38 +0200 Niels Borne <[EMAIL PROTECTED]> wrote: > Hi, > > I got the following error message after installing scid on fedora 9 : > > cc1: error: unrecognized command line option "-fforce-mem" > > See details below. The program seems to work, though. > After googl

[Scid-users] compile scid

2008-05-19 Thread Niels Borne
Hi, I got the following error message after installing scid on fedora 9 : cc1: error: unrecognized command line option "-fforce-mem" See details below. The program seems to work, though. After googleing it seems this option has disappeared since gcc 4.1. Did I do something silly ? Niels make

Re: [Scid-users] Compile SCID on AMD64 machine ...

2007-03-28 Thread pascal . georges1
Hi, The problem comes from Crafty compilation phase : it currently tries a "make linux" which targets an x86. Just change it to "make linux-amd64" and it should work in Makefile.conf : Replace crafty: cd engines/crafty-20.14/ && make linux && cd ../../ with crafty: cd engines/craf

[Scid-users] Compile SCID on AMD64 machine ...

2007-03-28 Thread Thierry Nieus
Hello, my name is Thierry I'm interested to install SCID on my AMD64 machine but after ./configure I got the following error: crafty.c:1: error: CPU you selected does not support x86-64 instruction set crafty.c:1: error: CPU you selected does not support x86-64 instruction set crafty.c:1: error