[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[guile-reader-devel] Building git version on FreeBSD 9.0
From: |
Roger Mason |
Subject: |
[guile-reader-devel] Building git version on FreeBSD 9.0 |
Date: |
Thu, 10 May 2012 12:41:30 -0230 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 |
Hello,
Building on FreeBSD fails as follows:
gmake all-recursive
gmake[1]: Entering directory `/usr/home/rmason/Software/guile-reader'
Making all in src
gmake[2]: Entering directory `/usr/home/rmason/Software/guile-reader/src'
cat token-readers.h | \
./extract-token-readers.sh | \
/usr/bin/gperf -t -C -N _scm_token_reader_lookup > token-reader-lookup.c
No words in input file, did you forget to prepend %% or use -t accidentally?
Removing the '-t' flag in the gperf invocation allows the process to
continue, but it soon fails with:
gmake all-recursive
gmake[1]: Entering directory `/usr/home/rmason/Software/guile-reader'
Making all in src
gmake[2]: Entering directory `/usr/home/rmason/Software/guile-reader/src'
/usr/local/bin/guile-snarf -o reader-lib.x reader-lib.c
-DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include
-D_THREAD_SAFE -pthread
/usr/local/bin/guile-snarf -o token-readers.x token-readers.c
-DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include
-D_THREAD_SAFE -pthread
In file included from token-readers.c:1156:
token-reader-list.c:1:1: warning: missing terminating " character
[-- snipped message repeated many times --]
/usr/local/bin/guile-snarf -o reader.x reader.c -DHAVE_CONFIG_H -I.
-I. -I.. -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh
/home/rmason/Software/guile-reader/build-aux/missing --run autoheader)
rm -f stamp-h2
touch reader-config.h.in
cd .. && /bin/sh ./config.status src/reader-config.h
config.status: creating src/reader-config.h
config.status: src/reader-config.h is unchanged
gmake all-am
gmake[3]: Entering directory `/usr/home/rmason/Software/guile-reader/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -I. -I. -I.. -I/usr/local/include -I/usr/local/include
-D_THREAD_SAFE -pthread -Winline -Wdeclaration-after-statement
-Wcast-align -Wpointer-arith -Wall -g -O2 -MT reader.lo -MD -MP -MF
.deps/reader.Tpo -c -o reader.lo reader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -I..
-I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread
-Winline -Wdeclaration-after-statement -Wcast-align -Wpointer-arith
-Wall -g -O2 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.c
-fPIC -DPIC -o .libs/reader.o
reader.c: In function 'scm_to_make_reader_flags':
reader.c:1975: error: dereferencing pointer to incomplete type
reader.c:1976: error: dereferencing pointer to incomplete type
Cheers,
Roger
--
Roger Mason
Interim Head
Dept. of Earth Sciences
Memorial University of Newfoundland
St. John's, NL, Canada A1B 3X5
(709) 864-2334
This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
- [guile-reader-devel] Building git version on FreeBSD 9.0,
Roger Mason <=