WordNet 3.0 auf OSX 10.8.4 (make schlägt fehl)

Gnaddel

Gnaddel

Aktives Mitglied
Thread Starter
Dabei seit
26.12.2005
Beiträge
120
Reaktionspunkte
1
Hallo,

ich versuche gerade WordNet (https://www.princeton.edu/wordnet/) auf OSX 10.8.4 zu installieren.
Als Compiler habe ich die Command Line Tools aus den XCode Preferences installiert.

Hier der Output von ./configure:
Code:
WaldundWiesenComputer:WordNet-3.0 Gnaddel$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for strchr... yes
checking for strdup... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for nl_langinfo and CODESET... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for Tcl configuration... found /usr/local/lib/tclConfig.sh
checking for Tk configuration... found /usr/local/lib/tkConfig.sh
checking for existence of /usr/local/lib/tclConfig.sh... loading
checking for existence of /usr/local/lib/tkConfig.sh... loading
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dict/Makefile
config.status: creating doc/Makefile
config.status: creating doc/html/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/pdf/Makefile
config.status: creating doc/ps/Makefile
config.status: creating include/Makefile
config.status: creating include/tk/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating lib/wnres/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands

WordNet is now configured

  Installation directory:               /usr/local/WordNet-3.0

  To build and install WordNet:

    make
    make install

  To run, environment variables should be set as follows:

    PATH - include ${exec_prefix}/bin
    WNHOME - if not using default installation location, set to /usr/local/WordNet-3.0

    See INSTALL file for details and additional environment variables
    which may need to be set on your system.

Und make schlägt dann wie folgt fehl:
Code:
WaldundWiesenComputer:WordNet-3.0 Gnaddel$ make
make  all-recursive
Making all in doc
Making all in html
make[3]: Nothing to be done for `all'.
Making all in man
make[3]: Nothing to be done for `all'.
Making all in pdf
make[3]: Nothing to be done for `all'.
Making all in ps
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in dict
make[2]: Nothing to be done for `all'.
Making all in include
Making all in tk
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in lib
Making all in wnres
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I/usr/local/include -I/usr/X11/include -I/usr/local/include -I.. -I../include -I/usr/local/include -I/usr/X11/include -I/usr/local/include    -g -O2 -MT wishwn-stubs.o -MD -MP -MF ".deps/wishwn-stubs.Tpo" -c -o wishwn-stubs.o `test -f 'stubs.c' || echo './'`stubs.c; \
	then mv -f ".deps/wishwn-stubs.Tpo" ".deps/wishwn-stubs.Po"; else rm -f ".deps/wishwn-stubs.Tpo"; exit 1; fi
stubs.c: In function ‘wn_findvalidsearches’:
stubs.c:43: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c:55: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_bit’:
stubs.c:72: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c:78: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_search’:
stubs.c:92: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c:105: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_glosses’:
stubs.c:117: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_fileinfo’:
stubs.c:132: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_byteoffset’:
stubs.c:147: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_senseflag’:
stubs.c:162: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_contextualhelp’:
stubs.c:178: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c:183: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_reopendb’:
stubs.c:193: error: ‘Tcl_Interp’ has no member named ‘result’
stubs.c: In function ‘wn_abortsearch’:
stubs.c:207: error: ‘Tcl_Interp’ has no member named ‘result’
make[2]: *** [wishwn-stubs.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Google spuckt hinsichtlich des "no member named result" errors auch ein paar Antworten aus, hauptsächlich in der config.h eine Zeile "#define USE_INTERP_RESULT 1" hinzuzufügen, jedoch bleibt dies ohne Erfolg.

Für jede Hilfe wäre ich dankbar,
Gnaddel
 
Zurück
Oben Unten