> 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
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
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
> 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".
---
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 "
> 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.
---
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
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
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
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
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
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
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
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
14 matches
Mail list logo