martedì 20 luglio 2010

Compiling snatch for osx

Dear vogon, this is sweet and only for you.

Download snatch source from :
http://www.speech.kth.se/snack/download.html

My makefile is... I put bold where I modified for compile for my osx
-----

# The path to the tcl.h header file

TCL_INCPATH = /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers/

# The path to the tk.h header file

TK_INCPATH = /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/


# The path to the X11 include files

XINCLUDES =

# Install SNACK package here ${exec_prefix}/lib

SNACK_INSTALL_PATH = /System/Library/Tcl
SNACK_HINSTALL_PATH = ${prefix}/include

#

GENERIC_DIR = ./../generic
UNIX_DIR = ./../unix
MAC_DIR = ./../mac

VERSION = 2.2

DESTDIR =

TCL_VERSION = 8.5

CC = gcc

INCLUDES = ${XINCLUDES} -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I${TCL_INCPATH} -I${TK_INCPATH}

[cut cut cut]
-------

lovely... See you soon with more text...

Nessun commento:

Posta un commento